AD BLOODHOUND
Neo4j
Install neo4j service in Windows
neo4j.bat install-serviceTo start neo4j service in Windows
neo4j.bat startTo stop neo4j service in Windows
neo4j.bat stopDefault credentials for neo4j is username : neo4j & password : neo4j with URL http://localhost:7474/
BloodHound
Use SharpHound to collect all data except GPOLocalGroup and LoggedOn data
Invoke-BloodHound -CollectionMethod AllUse SharpHound to collect LoggedOn data
Invoke-BloodHound -CollectionMethod LoggedOnUse SharpHound to collect GPOLocalGroup data
Invoke-BloodHound -CollectionMethod GPOLocalGroupFor more reference https://sansorg.egnyte.com/dl/zscX9KYH5M
Last updated