BloodHound Docker image out of the box, with collectors and tons of custom queries. It creates a bh-data
folder with the Ingestors, the data folder is also mounted as a volume, use this to drop your data and load it into the BloodHound GUI.
Warning: You may need to run xhost +local:$(id -nu)
to allow the local user to access DISPLAY.
make build
make run
- DB URL: bolt://localhost:7687
- DB Username: neo4j
- DB Password: blood
Official BloodHound Documentation
TODO: Steal queries from here.