> ## Documentation Index
> Fetch the complete documentation index at: https://specterops-fetch-json-component.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Release Summary

> Stay informed about new features, enhancements, and fixed issues for the latest BloodHound releases.

This page provides a summary of recent BloodHound product releases, including release dates, version numbers, and links to detailed release notes.

<Tip>See the release notes [archive](/resources/release-notes/v8-4-0) for previous releases.</Tip>

## <Icon icon="megaphone" /> Announcements

### New BloodHound Enterprise Capabilities

Read Justin Kohler's recent blog post on [new BloodHound Enterprise capabilities](https://specterops.io/blog/2026/03/18/bloodhound-enterprise-expands-beyond-microsoft-mapping-identity-attack-paths-across-okta-github-and-mac-environments/) that extend Identity Attack Path Management beyond traditional identity infrastructure into Okta, GitHub, and Jamf-managed macOS environments.

Register for the [webinar](https://pages.specterops.io/WBNR-Webinar-Hosted-260331-ExtendingAttackPathManagement.html) with Jared Atkinson and Justin Kohler on March 31 to see how BloodHound Enterprise uncovers attack paths across Okta, GitHub, and Mac environments, helping teams prioritize what matters. They will also discuss additional enhancements, including Privilege Zones and role-based access control (RBAC).

### New Episode: Know Your Adversary

A [new episode](https://specterops.io/know-your-adversary/palo-alto-networks-unit-42-with-special-guest-steve-elovitz/?utm_source=linkedin\&utm_medium=social\&utm_campaign=soc-podcast-260319-palo-alto-networks) of the Know Your Adversary podcast dropped this week. Hear from Steve Elovitz from Palo Alto Networks' Unit 42 on how modern adversaries operate once inside an environment, why identity has become a primary entry point for many attacks, and the attack patterns his team most frequently sees during incident response engagements.

### SO-CON 2026 is coming up in April!

There's still time to [save your spot](https://specterops.io/so-con/) at SO-CON 2026! Join us in Arlington, Virginia for our two-day (April 13-14) conference packed with talks, research, and community exchange, followed by four days (April 15-18) of deep-dive, hands-on trainings led by adversary-experienced practitioners.

## 2026-03-26

|             |                |                |                |
| ----------- | -------------- | -------------- | -------------- |
| **Release** | **BloodHound** | **SharpHound** | **AzureHound** |
| 2026-03-26  | v8.9.1         | No release     | No release     |

This release resolves the following issues:

* {/*BED-7446, BED-7656*/} Resolved several issues that could cause analysis to fail.
* {/*BED-6499*/} Resolved an issue preventing Cypher queries on PostgreSQL from respecting minimum and maximum path length limits.
* {/*BED-7469*/} Resolved an issue where Cypher queries on PostgreSQL failed with the error `ERROR:  invalid reference to FROM-clause entry for table "s0" (SQLSTATE 42P01)`.
* {/*BED-7737*/} Resolved an issue where certain Cypher path queries on PostgreSQL could be slower than expected due to an inefficient edge-to-path join pattern.
* {/*BED-7722*/} BloodHound will no longer support SHA-1 cipher suites when configured to serve HTTPS directly (without a load balancer).

## 2026-03-23

|             |                |                |                |
| ----------- | -------------- | -------------- | -------------- |
| **Release** | **BloodHound** | **SharpHound** | **AzureHound** |
| 2026-03-23  | v8.9.0         | v2.11.0        | v2.11.0        |

This release introduces new features, enhancements, and fixed issues to improve data collection, OpenGraph ingestion capabilities, and general usability. Key highlights include:

* Privilege Zones is now [generally available](/resources/release-notes/2026-03-23#bloodhound)!
* Property-based edge matching enables hybrid edge creation using cross-system attributes, such as email, username, or hostname.
* AzureHound collects Federated Identity Credentials (FICs) from Azure and adds new nodes and edges in BloodHound to represent these trust relationships.
* BloodHound Enterprise now allows you to upload nodes and edges in separate OpenGraph data payloads without losing disconnected nodes after ingestion.

<Warning>It also includes a [breaking change](/resources/release-notes/2026-03-23#bloodhound-4) for OpenGraph data payloads.</Warning>

### <Icon icon="sparkles" /> New Features

| Component       | Update                                                                                 | Summary                                                                                                                  |
| --------------- | -------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| Data Collection | [Azure Federated Identity Credentials](/resources/release-notes/2026-03-23#azurehound) | Collect and map Federated Identity Credentials with new AZFederatedIdentityCredential nodes and AZAuthenticatesTo edges. |

### <Icon icon="check-circle" /> Enhancements

| Component       | Update                                                                                   | Summary                                                                                              |
| --------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| OpenGraph       | [Property-Based Edge Matching](/resources/release-notes/2026-03-23#bloodhound-2)         | Link nodes by unique database identifiers or dynamically match them using specific attribute values. |
| OpenGraph       | [Flexible OpenGraph Node Ingestion](/resources/release-notes/2026-03-23#bloodhound-3)    | Upload nodes and edges in separate payloads without losing disconnected nodes after ingestion.       |
| Data Collection | [Improved Logging for NTLM Collection](/resources/release-notes/2026-03-23#sharphound)   | Get per-machine status visibility for WMI and Remote Registry attempts with clearer error details.   |
| Explore         | [Search Component Styling Consistency](/resources/release-notes/2026-03-23#bloodhound-5) | Switch between Search, Pathfinding, and Cypher tabs without layout shift.                            |
| Explore         | [Table Layout Scrollbar Visibility](/resources/release-notes/2026-03-23#bloodhound-6)    | See and use scrollbars more reliably when table layout content overflows.                            |

### <Icon icon="wrench" /> Fixed Issues

See the [release notes](/resources/release-notes/2026-03-23#bloodhound-7) for a full list of fixed issues in this release.

## 2026-03-04

|             |                |                |                |
| ----------- | -------------- | -------------- | -------------- |
| **Release** | **BloodHound** | **SharpHound** | **AzureHound** |
| 2026-03-04  | v8.7.0         | v2.10.0        | v2.10.0        |

This release improves graph investigation workflows in **Explore** and resolves reliability issues in findings export, Zone Builder tagging and filtering, and query naming. Key highlights include:

* Explore adds resizable table columns, Meta node details in the **Entity Panel**, and clearer edge guidance for Azure role relationships.
* Edge reference coverage expands with a new `valid_edges.json` schema for valid source-target node relationships and supported edge types.
* Fixed issues improve findings export accuracy, Zone Builder Tier Zero tagging timing and zone membership filtering behavior, and prebuilt query naming clarity.

### <Icon icon="check-circle" /> Enhancements

| Component | Update                                                                                    | Summary                                                                                                                                                                                         |
| --------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Explore   | [Table Column Resizing](/resources/release-notes/2026-03-04#bloodhound)                   | Resize columns in the table layout graph view to review data more comfortably on smaller screens without changing window size.                                                                  |
| Explore   | [Meta Node Information in Entity Panel](/resources/release-notes/2026-03-04#bloodhound-2) | Review Meta node details in the **Entity Panel** without encountering errors.                                                                                                                   |
| Explore   | [Improved Edge Information](/resources/release-notes/2026-03-04#bloodhound-3)             | Review clearer and more consistent edge guidance for AZOwner, AZOwns, and key Entra ID role edges, plus valid node relationships and supported edge types with a new `valid_edges.json` schema. |

### <Icon icon="wrench" /> Fixed Issues

See the [release notes](/resources/release-notes/2026-03-04#bloodhound-4) for a full list of fixed issues in this release.

## 2026-02-17

|             |                |                |                |
| ----------- | -------------- | -------------- | -------------- |
| **Release** | **BloodHound** | **SharpHound** | **AzureHound** |
| 2026-02-17  | v8.6.1         | No release     | v2.9.2         |

This release addresses the following issues:

* {/*BED-7396*/} Resolved an issue causing partial failures after uploading [Azure sample data](/get-started/quickstart/ce-ingest-sample-data#bloodhound-community-edition-sample-data).
* {/*BED-7379*/} Resolved memory and CPU performance issues during AD Group and Local Group analysis.

## 2026-02-11

|             |                |                |                |
| ----------- | -------------- | -------------- | -------------- |
| **Release** | **BloodHound** | **SharpHound** | **AzureHound** |
| 2026-02-11  | v8.6.0         | v2.9.1         | v2.9.1         |

This release enhances data collection capabilities with new customization options, expands permissions for Cypher query management, and improves Zone Builder with better rule testing, clearer terminology, and enhanced object identification.

### <Icon icon="sparkles" /> New Features

| Component       | Update                                                                           | Summary                                                           |
| --------------- | -------------------------------------------------------------------------------- | ----------------------------------------------------------------- |
| Data Collection | [User-Agent Flag for AzureHound](/resources/release-notes/2026-02-11#azurehound) | Customize the User-Agent header used in AzureHound HTTP requests. |

### <Icon icon="check-circle" /> Enhancements

| Component       | Update                                                                                         | Summary                                                                             |
| --------------- | ---------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| Data Collection | [Last Sign-In from Azure](/resources/release-notes/2026-02-11#azurehound-2)                    | Track user activity based on last successful sign-in timestamp from Entra ID.       |
| Explore         | [Updated Permissions for Saved Cypher Queries](/resources/release-notes/2026-02-11#bloodhound) | User and Power User roles can now edit shared Cypher queries.                       |
| Zone Builder    | [Cypher Rule Testing](/resources/release-notes/2026-02-11#bloodhound-2)                        | Verify your Cypher query with a new Run button before creating rules.               |
| Zone Builder    | [Consistent Certification Terminology](/resources/release-notes/2026-02-11#bloodhound-3)       | Revoke button renamed to Reject to align with status filter language.               |
| Zone Builder    | [Zone Name in Object Information](/resources/release-notes/2026-02-11#bloodhound-4)            | Quickly identify the zone name instead of position when viewing object information. |

### <Icon icon="wrench" /> Fixed Issues

<Badge shape="rounded" size="lg" color="purple">12</Badge> issues resolved across BloodHound, SharpHound, and AzureHound.

## 2026-01-30

|                |                |                |
| -------------- | -------------- | -------------- |
| **BloodHound** | **SharpHound** | **AzureHound** |
| v8.5.2         | No release     | No release     |

This release addresses an issue where Local Group relationships could be incorrectly calculated during analysis.

## 2026-01-27

|                |                |                |
| -------------- | -------------- | -------------- |
| **BloodHound** | **SharpHound** | **AzureHound** |
| v8.5.1         | No release     | No release     |

This release addresses the following issues:

* {/*BED-7147*/} Resolved memory and performance issues during local group processing (DCOM, CanPSRemote, AdminTo, CanRDP).
* {/*BED-7181*/} Resolved an issue where custom icons for nodes in OpenGraph data did not display in the graph on the **Explore** page.
* {/*BED-7205*/} Set OpenGraph node search to enabled by default.

## 2026-01-22

|                |                |                |
| -------------- | -------------- | -------------- |
| **BloodHound** | **SharpHound** | **AzureHound** |
| v8.5.0         | v2.9.0         | v2.8.3         |

This release introduces new features, enhancements, and fixes to improve usability, performance, and data collection. Key highlights include:

* Keyboard shortcuts improve accessibility
* Zone Builder (renamed) gains clearer forms, rule guidance, and consistent terminology
* APIs add safer filtering, member counts, and source-kind safeguards
* Data collectors add clearer logging and configuration guidance

### <Icon icon="sparkles" /> New Features

| Component      | Update                                                                          | Summary                                                            |
| -------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| Administration | [Keyboard Shortcuts](/resources/release-notes/2026-01-22#bloodhound)            | Navigate and act across the app without relying on the mouse.      |
| API            | [Count by Kind for Selectors](/resources/release-notes/2026-01-22#bloodhound-2) | Retrieve member counts by primary kind to size zone/tag selectors. |

### <Icon icon="check-circle" /> Enhancements

| Component       | Update                                                                                  | Summary                                                                     |
| --------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| API             | [Filter Asset Group Tag Members](/resources/release-notes/2026-01-22#bloodhound-3)      | Filter by primary kind, name, or object ID for cleaner selector results.    |
| API             | [Search Asset Group Tags](/resources/release-notes/2026-01-22#bloodhound-4)             | Limit global search to a specific tag to reduce noise.                      |
| API             | [Selector Type Counts](/resources/release-notes/2026-01-22#bloodhound-5)                | See total, custom, default, and disabled selector counts per tag.           |
| Explore         | [Cypher](/resources/release-notes/2026-01-22#bloodhound-6)                              | Track query execution with a running state on the **Run** button.           |
| Explore         | [OpenGraph Node Search](/resources/release-notes/2026-01-22#bloodhound-7)               | Find OpenGraph nodes faster with improved search functionality.             |
| Posture         | [Custom Date Range Time Input](/resources/release-notes/2026-01-22#bloodhound-8)        | Align preset and custom ranges with a time picker for consistent results.   |
| Zone Builder    | [Privilege Zone Management (Renamed)](/resources/release-notes/2026-01-22#bloodhound-9) | Navigate renamed **Zone Builder** with clearer rule/object tabs and labels. |
| Zone Builder    | [Rules Form](/resources/release-notes/2026-01-22#bloodhound-10)                         | Enable/disable rules faster and separate direct vs expanded sample results. |
| Zone Builder    | [Zone and Label Forms](/resources/release-notes/2026-01-22#bloodhound-11)               | Improved layout, quotas messaging, and protected Tier Zero cues.            |
| Data Collection | [AzureHound Configuration](/resources/release-notes/2026-01-22#azurehound)              | Updated region options reflect Microsoft's removal of Azure Germany.        |
| Data Collection | [Certificate Abuse Collection Status](/resources/release-notes/2026-01-22#sharphound)   | Computer status logs now capture CARegistry collection progress.            |

### <Icon icon="wrench" /> Fixed Issues

<Badge shape="rounded" size="lg" color="purple">12</Badge> issues resolved across [BloodHound](/resources/release-notes/2026-01-22#bloodhound-12) and [AzureHound](/resources/release-notes/2026-01-22#azurehound-2).
