From a51656b24072ca781067fb98309f83d460129a76 Mon Sep 17 00:00:00 2001 From: Martin Sohn Christensen Date: Fri, 2 Jan 2026 19:35:09 +0100 Subject: [PATCH 1/2] Update README.md with Queries.zip Added Queries.zip info --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 772194e..8eb031c 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,17 @@ The BloodHound Query Library is a community-driven collection of [Cypher queries](https://support.bloodhoundenterprise.io/hc/en-us/articles/16721164740251) designed to help [BloodHound Community Edition](https://github.com/SpecterOps/BloodHound) and [BloodHound Enterprise](https://specterops.io/bloodhound-overview/) users to unlock the full potential of the flexible BloodHound platform by creating an open query ecosystem. -The library is a free tool for the community maintained in a human-readable format (YAML) through this repository and the sleek and searchable front-end is found at https://queries.specterops.io/ +The library is a free tool for the community maintained in a human-readable format (YAML) through this repository and the searchable front-end at https://queries.specterops.io/ ![BloodHound Query Library frontend screenshot](queries.specterops.io.png) +You can also easily bulk import all non-default queries into BlodHound: + +1. Download [Queries.zip](https://github.com/SpecterOps/BloodHoundQueryLibrary/releases/latest/download/Queries.zip) from Releases. +2. Import `Queries.zip` by either: + - UI: Explore -> Cypher -> Import + - API: [/api/v2/saved-queries/import](https://bloodhound.specterops.io/reference/cypher/import-one-or-more-cypher-queries) + For an introduction to the project, please read our blog post: - [Introducing the BloodHound Query Library](https://specterops.io/blog/2025/06/17/introducing-the-bloodhound-query-library/) @@ -141,4 +148,4 @@ The BloodHound Query Library's success depends on community participation. Blood Before comitting, please ensure that: - The query follows the [YAML query structure](docs/query-structure.yml). - The query is compatible with the [latest BloodHound CE version](https://github.com/SpecterOps/BloodHound) -- The query passess all automated CI/CD tests \ No newline at end of file +- The query passess all automated CI/CD tests From b5f5ba1808411d9c6e6226823b429a6a47000e09 Mon Sep 17 00:00:00 2001 From: Martin Sohn Christensen Date: Fri, 2 Jan 2026 19:37:36 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8eb031c..6b9bb48 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The library is a free tool for the community maintained in a human-readable form ![BloodHound Query Library frontend screenshot](queries.specterops.io.png) -You can also easily bulk import all non-default queries into BlodHound: +You can also easily bulk import all queries into BlodHound: 1. Download [Queries.zip](https://github.com/SpecterOps/BloodHoundQueryLibrary/releases/latest/download/Queries.zip) from Releases. 2. Import `Queries.zip` by either: