AD BLOODHOUND
Neo4j
Install neo4j service in Windows
neo4j.bat install-service
To start neo4j service in Windows
neo4j.bat start
To stop neo4j service in Windows
neo4j.bat stop
Default 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 All
Use SharpHound to collect LoggedOn data
Invoke-BloodHound -CollectionMethod LoggedOn
Use SharpHound to collect GPOLocalGroup data
Invoke-BloodHound -CollectionMethod GPOLocalGroup
For more reference https://sansorg.egnyte.com/dl/zscX9KYH5M
Last updated