amd64, arm64For a full list of supported tags, see the tags page. We maintain two different tag formats for the OpenHound container image:
latest: Latest OpenHound image using the openhound CLI entrypoint.<version>: Version-pinned image using the openhound CLI entrypoint.<version>-enterprise: Version-pinned image for BloodHound Enterprise customers. Starts the scheduler by default.The -enterprise variant is intended for BloodHound Enterprise managed schedules and does not publish a
latest-enterprise tag.
Note: Both variants use the same base image but have different entrypoints configured. The -enterprise variant uses
API endpoints that are only available in BloodHound Enterprise and will not work with BloodHound community edition.
OpenHound is a standardized framework for building and running OpenGraph collectors and converters. It is built in Python and powered by the Data Load Tool (DLT) library, giving you a consistent workflow to collect, process, and convert data from any source into BloodHound-compatible graphs.
The OpenHound container image includes the OpenHound CLI and the following collectors and converters:
For BloodHound Enterprise customers, refer to the OpenHound for Enterprise documentation for instructions on how to use the OpenHound container image.
To run OpenHound commands using the CLI entrypoint, use the following syntax:
docker run --rm specterops/openhound:latest <command> [options]
docker run --rm specterops/openhound:latest collect <collector> ./dir
docker run --rm specterops/openhound:latest preproc <collector> ./dir/<collector> ./lookup.duckdb
docker run --rm specterops/openhound:latest convert <collector> ./dir/<collector> ./dir/graph
Quickstart guide: https://bloodhound.specterops.io/openhound/overview
Contributor documentation: https://specterops.github.io/openhound/
View license information for OpenHound
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.
Content type
Image
Digest
sha256:6c036e3aa…
Size
84.1 MB
Last updated
2 days ago
docker pull specterops/openhoundPulls:
336
Last week