Skip to main content

Query File Location


Import Community Query Lists

Download and apply ZephrFish’s BloodHound Custom Queries.
ly4k’s (Certipy) fork ships its queries built-in as prebuilt queries — there is no root-level customqueries.json to download from that repo. Merge multiple query files with jq.

BloodHound CE — Import via UI API

Create a saved query in BloodHound CE via API. Use POST to create (PUT is only for updating an existing query at /saved-queries/{id}). The CE API takes a single query object (name, query, description) — it does not accept the legacy customqueries.json schema, so you must send one query at a time.
List saved queries.
Delete a saved query by ID.

Custom Query File Format


Useful Community Lists


References