Registry / devops / bloodhound-ce

bloodhound-ce

JSON →
library1.9.1pypypi✓ verified 83d ago

Python-based ingestor for BloodHound Community Edition. Version 1.9.1 provides a CLI tool to collect Active Directory data (users, groups, computers, ACLs, sessions, etc.) and upload it to a BloodHound CE server. Release cadence is irregular with infrequent updates.

pip install bloodhound-ce
INSTALL
IMPORT
SIG · BLOODHOUND-CE
B
bloodhound-ce
devopspythonv1.9.1
Install
6.2s avg
Import
Disk
82MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v1.9.1 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 79.9MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 6.2s · import 0.000s · 81MB
82MB installed
● package 82MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BloodHound
from bloodhound import BloodHound
from bloodhound.ad.domain import BloodHound

Basic usage: connect to a domain controller, retrieve domain info and list computers.

from bloodhound.ad.domain import ADDomain domain = ADDomain( username='DOMAIN\\user', password='secret', domain='domain.local', dc='dc01.domain.local' ) print(domain.name) print(domain.sid) for comp in domain.computers(): print(comp['samaccountname'])
bloodhound-ce --version
Debug
Known issues
breakingThe package name on PyPI is 'bloodhound-ce' (with hyphen), but the importable module is 'bloodhound' (without hyphen). Using pip install bloodhound-ce is correct, but 'import bloodhound-ce' is syntax error.
fix
Use 'import bloodhound' (no hyphen) after installing bloodhound-ce.
affects: all
gotchaThe CLI command 'bloodhound-python' is the canonical entry point. Not 'bloodhound-ce' or 'bloodhound'.
fix
Run 'bloodhound-python --help' to see available commands.
affects: all
deprecatedThe old 'bloodhound' package (original BloodHound ingestor) is no longer maintained. Users should migrate to 'bloodhound-ce'.
fix
Uninstall old package: pip uninstall bloodhound; then install bloodhound-ce.
affects: <=0.5.4
Upgrade
Version history
1.9.1latest on PyPI · released Oct 24, 2025
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
32
OpenAI (training)
1
Resources
bloodhound-ce — pip install bloodhound-ce · libregistry