BloundHound
Table of content
- Launch neo4j database service
- Launch SharpHound collector
- Save the BH database or load external database
- BloundHound Quick Win
Launch neo4j database service
net start neo4j
Launch SharpHound collector
# Launch a cmd as domain user
runas /netonly /noprofile /user:${domain}\${user} cmd.exe
# Launch collector
SharpHound.exe -c all -d ${domain} --domaincontroller ${dcIp} --overrideusername ${domainUser} --ldapusername ${domainUser} --ldappassword ${password}
Save the BH database or load external database
- Stop
Neo4j - Open the
Neo4jconfiguration folder/etc/neo4j/neo4j.conf - Uncomment the ligne
dbms.default_database=neo4jand replace the name by the name you want - Restart
Neo4j
The database shoudl be here : /var/lib/neo4j/data/databases/