BloodHound

Collector (on victim)

.\SharpHound.exe -c all
.\SharpHound.exe -c all -d comply.com

-c all, CollectionMethod All, compared to Default this also includes SPNTargets and LoggedOn

Now boot BloodHound

bloodhound

First boot will prompt you to change the Neo4j password and alter the config file, do as prompted. Run 'bloodhound' again, will now display URL its running under. You will need to change default CE creds as well (default is admin:admin).

You can import the resulting .zip file from SharpHound we ran earlier into your BloodHound instance.

Parser (on Kali)

Interesting Queries

Execute in Neo4j browser, will print list of groups with most members and the description, used to find interesting groups. Alter the 1..6 if it takes to long (bring down to 1..5).

More cool queries:

DirkJans Python Bloodhound

Last updated