{"id":20853543,"url":"https://github.com/belane/docker-bloodhound","last_synced_at":"2025-05-12T05:31:20.082Z","repository":{"id":40478977,"uuid":"158413690","full_name":"belane/docker-bloodhound","owner":"belane","description":"BloodHound Docker Ready to Use","archived":false,"fork":false,"pushed_at":"2023-06-08T14:20:09.000Z","size":23,"stargazers_count":88,"open_issues_count":4,"forks_count":35,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T01:14:51.370Z","etag":null,"topics":["activedirectory","bloodhound","docker","pentest","security"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/belane.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-20T15:45:54.000Z","updated_at":"2025-03-15T00:06:01.000Z","dependencies_parsed_at":"2024-11-18T08:59:19.287Z","dependency_job_id":null,"html_url":"https://github.com/belane/docker-bloodhound","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/belane%2Fdocker-bloodhound","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/belane%2Fdocker-bloodhound/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/belane%2Fdocker-bloodhound/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/belane%2Fdocker-bloodhound/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/belane","download_url":"https://codeload.github.com/belane/docker-bloodhound/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253682031,"owners_count":21946862,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["activedirectory","bloodhound","docker","pentest","security"],"created_at":"2024-11-18T03:22:04.283Z","updated_at":"2025-05-12T05:31:15.069Z","avatar_url":"https://github.com/belane.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BloodHound Docker Ready to Use\n\n[BloodHound](https://github.com/BloodHoundAD/BloodHound) Docker image out of the box, with collectors and [tons of custom queries](https://github.com/CompassSecurity/BloodHoundQueries/blob/master/BloodHound_Custom_Queries/customqueries.json). 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.\n\n![bloodhound](https://user-images.githubusercontent.com/17031267/48985201-6f587a00-f105-11e8-8355-98e38e08cc5e.png)\n\n\n## Run from Docker Hub\n```\ndocker run -it \\\n  -p 7474:7474 \\\n  -e DISPLAY=unix$DISPLAY \\\n  -v /tmp/.X11-unix:/tmp/.X11-unix \\\n  --device=/dev/dri:/dev/dri \\\n  -v $(pwd)/bh-data:/data \\\n  --name bloodhound belane/bloodhound\n```\n\n**Warning:** You may need to run `xhost +local:$(id -nu)` to allow the local user to access DISPLAY.\n\n## Build Image\n\n`docker build . -t bloodhound`\n\n### Optional Arguments\n\n- **neo4j** version\n- **bloodhound** version\n\n`docker build . -t bloodhound --build-arg neo4j=4.4.15 --build-arg bloodhound=4.2.0`\n\n### Run\n\n```\ndocker run -it \\\n  -p 7474:7474 \\\n  -e DISPLAY=unix$DISPLAY \\\n  -v /tmp/.X11-unix:/tmp/.X11-unix \\\n  --device=/dev/dri:/dev/dri \\\n  -v $(pwd)/bh-data:/data \\\n  --name bloodhound bloodhound\n```\n\n## Start container\n\n`docker start bloodhound`\n\n## Database Login\n\n- **DB URL:** bolt://localhost:7687\n- **DB Username:** neo4j\n- **DB Password:** blood\n\n## Documentation\n\n[Official BloodHound Documentation](https://bloodhound.readthedocs.io/en/latest/index.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbelane%2Fdocker-bloodhound","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbelane%2Fdocker-bloodhound","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbelane%2Fdocker-bloodhound/lists"}