Skip to content

Commit f422734

Browse files
authored
Update README.md with Queries.zip (#42)
* Update README.md with Queries.zip Added Queries.zip info * Update README.md
1 parent 7eae011 commit f422734

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,17 @@
1818

1919
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.
2020

21-
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/
21+
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/
2222

2323
![BloodHound Query Library frontend screenshot](queries.specterops.io.png)
2424

25+
You can also easily bulk import all queries into BlodHound:
26+
27+
1. Download [Queries.zip](https://github.com/SpecterOps/BloodHoundQueryLibrary/releases/latest/download/Queries.zip) from Releases.
28+
2. Import `Queries.zip` by either:
29+
- UI: Explore -> Cypher -> Import
30+
- API: [/api/v2/saved-queries/import](https://bloodhound.specterops.io/reference/cypher/import-one-or-more-cypher-queries)
31+
2532
For an introduction to the project, please read our blog post:
2633

2734
- [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
141148
Before comitting, please ensure that:
142149
- The query follows the [YAML query structure](docs/query-structure.yml).
143150
- The query is compatible with the [latest BloodHound CE version](https://github.com/SpecterOps/BloodHound)
144-
- The query passess all automated CI/CD tests
151+
- The query passess all automated CI/CD tests

0 commit comments

Comments
 (0)