This script merges various BloodHound custom queries together into one file which can then be used on BloodHound.
The file contains the following BloodHound custom queries:
- Compass BloodHound Customqueries by @CompassSecurity
- Certipy BloodHound Customqueries by @ly4k
- Hausec BloodHound Customqueries by @hausec
To user the custom query downloader, please install jq first, e.g.:
sudo apt install jq
Download and various queries:
./bloodhound-customqueries-downloader
Install the queries:
cp customqueries.json ~/.config/bloodhound/customqueries.json
You will find the custom queries in BloodHound:
Bloodhound Query Merger (bqm) is another tool that deduplicates custom BloudHound queries from different datasets (currently 12) and merge them in one customqueries.json file.