> ## Documentation Index
> Fetch the complete documentation index at: https://bloodhound.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# 2023-08-08 Release Notes

## Announcements

### Come see us at Black Hat USA 2023!

SpecterOps is a proud Platinum sponsor of Black Hat USA 2023 in Las Vegas, NV!

This year you can find us:

* **🎳 August 8 @ Brooklyn Bowl**: Join us for bowling, food and drink, and conversation (Spots are sold out - reach out to your TAM for a VIP ticket if you haven't registered yet).
* **🎆 August 9-10 @ Booth 2234**: Come chat with one of our team members or see one of our booth talks (details on talks in the link below)
* **🛠️ August 9-10 @ Black Hat Arsenal**:
  * BloodHound CE goes live with some great new functionality, presented by Andy Robbins and Rohan Vazarker.
  * Lee Christensen, Will Schroeder, and Max Harley are showing off a new tool, Nemesis.
  * Chris Thompson and Diego Lomellini will share some recent updates to SharpSCCM.

For everything SpecterOps\@Black Hat, check out: [https://ghst.ly/blackhat2023](https://ghst.ly/blackhat2023).

### Did you miss our Tier Zero webinar and blog?

On June 22nd, Elad Shamir and Jonas Bülow Knudsen sat down to discuss "Tier Zero" or "Control Plane." In the first of what will become several webinars, we discussed the following:

* 👑 What is Tier Zero / Control Plane, and why does it matter?
* 🏢 What does the industry include in Tier Zero?
* 👩‍⚖️ Debate: Should they be?

Check out the recording of this information-rich conversation [here](https://specterops.zoom.us/rec/share/aV6SLGu93-hZ0ot9pSgh9-_PnuORkcidpdCAywPHcL8qqM58F3qeG7fuRjvXXXFd.iTsCCftUEGCjH92f)!

Prefer to read rather than watch? We've got you covered with a [blog post](https://specterops.io/blog/2023/06/22/what-is-tier-zero-part-1/) too!

## Summary

* **BloodHound Enterprise**
  * New and Improved Features - Open-ended Cypher search, Edge context menus, Pathfinding enhancements, offline collection ingest, API Explorer improvements.
  * Bug Fixes - Search no longer includes ADLocalGroup objects, clicking on objects of unknown types no longer crashes the UI, fixed "Try it out" in API Explorer.
* **SharpHound Enterprise (v2.1.7)**
  * *No release this week.*
* **AzureHound Enterprise (v2.0.4)**
  * *No release this week.*

### BloodHound Enterprise

#### Improved Functionality

* **Open-ended Cypher search** - Perhaps the most requested feature of BloodHound Enterprise since we launched is now live! BloodHound Enterprise now supports searches using the [openCypher](https://opencypher.org/) grammar, a query language designed for searching graph-based data. We've included several interesting queries to get you started and you can learn more about [Searching with Cypher](/analyze-data/explore/cypher-search) in documentation.

<Frame>
  <img src="https://mintcdn.com/specterops/3L2OuEwvAIHzUPXm/assets/image-25.png?fit=max&auto=format&n=3L2OuEwvAIHzUPXm&q=85&s=eff93238ad67152044df80fcceafc02e" alt="" width="622" height="685" data-path="assets/image-25.png" />
</Frame>

* **Edge context menus** - Clicking on an Attack Path will now show a contextual menu similar to clicking on an object within BloodHound Enterprise. The displayed menu will include properties about the selected relationship and more in-depth contextual information about the Attack Path itself.

<Frame>
  <img src="https://mintcdn.com/specterops/3L2OuEwvAIHzUPXm/assets/image-26.png?fit=max&auto=format&n=3L2OuEwvAIHzUPXm&q=85&s=1e7b1759e0192d066bd6613a433262b8" alt="" width="882" height="560" data-path="assets/image-26.png" />
</Frame>

* **Pathfinding enhancements** - When pathfinding, you can now easily swap start and end objects, plus filter the Attack Path primitives used by the pathfinding algorithm to narrow your query to information of interest.

<Frame>
  <img src="https://mintcdn.com/specterops/3L2OuEwvAIHzUPXm/assets/image-27.png?fit=max&auto=format&n=3L2OuEwvAIHzUPXm&q=85&s=df8ced0bea9153a5a789f15b0d33d20e" alt="" width="1303" height="586" data-path="assets/image-27.png" />
</Frame>

* **Offline collection ingest** - BloodHound Enterprise now officially supports an easy upload and ingest mechanism for offline collections from [SharpHound CE Overview](/install-data-collector/install-sharphound/overview). Whether performing merger and acquisition due diligence or monitoring risk within disconnected networks (such as ICS environments). Uploading offline SharpHound collections is now just a few clicks away under the Administration section.

<Frame>
  <img src="https://mintcdn.com/specterops/3L2OuEwvAIHzUPXm/assets/image-28.png?fit=max&auto=format&n=3L2OuEwvAIHzUPXm&q=85&s=f9b33765efcc09d93beaf3b0fd1c5ae0" alt="" width="1699" height="514" data-path="assets/image-28.png" />
</Frame>

* **API Explorer improvements** - The API explorer has undergone some updates to indicate which BloodHound products each endpoint applies to. We've also fixed the "Try it out" buttons to make it easier to see how data queries and responses will look.

<Frame>
  <img src="https://mintcdn.com/specterops/3L2OuEwvAIHzUPXm/assets/image-29.png?fit=max&auto=format&n=3L2OuEwvAIHzUPXm&q=85&s=a42e2fe25cd0c43cfc9b8c5fff4f151a" alt="" width="1693" height="609" data-path="assets/image-29.png" />
</Frame>

#### Bug Fixes

* Search no longer includes ADLocalGroup objects
* Clicking on objects of unknown types no longer crashes the UI
* Fixed "Try it out" in API Explorer
