Bloodhound-CustomQueries

September 11, 2025 ยท View on GitHub

Custom Queries - Brought Up to BH4.1 syntax.

A combination of custom cypher queries from various sources for Bloodhound, added categories to match newest version of BH. Some queries are straight from sources below however others are curated from all over. If you have others to add, just open a pull request and add the thanks to the list.

How To

Copy the customqueries.json into the respective paths on your OS:

Windows:

%APPDATA%\bloodhound\customqueries.json

This translates to C:\Users\<USERNAME>\AppData\Roaming\bloodhound\customqueries.json.

PowerShell:

$env:APPDATA\bloodhound\customqueries.json

Command to copy the file to the correct location:

copy customqueries.json %APPDATA%\bloodhound\customqueries.json

PowerShell command:

Copy-Item -Path .\customqueries.json -Destination "$env:APPDATA\bloodhound\customqueries.json"

Linux/macOS:

~/.config/bloodhound/customqueries.json

The BloodHound application will automatically look for custom queries in this location when it starts up, so placing your JSON file there will make the queries available in the BloodHound interface.

Thanks