diff --git a/README.md b/README.md index 772194e..6b9bb48 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 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