Skip to content

Latest commit

 

History

History

BloodHound_Custom_Queries_Merger

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

BloodHound Custom Query Merger

Introduction

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:

Prerequisites

To user the custom query downloader, please install jq first, e.g.:

sudo apt install jq

Usage

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:

Merged BloodHound Custom Queries

Alternative

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.