Skip to main content
ReleaseBloodHoundSharpHoundAzureHound
2026-02-09v8.6.0v2.9.1v2.9.0
Use the filters on the right side of this page to narrow down the updates by component. You can select multiple filters at the same time to refine your results.
AzureHound
New Feature

User-Agent Flag

Customize the User-Agent header used by AzureHound in all HTTP requests with the --user-agent flag.This is useful for evasion, debugging, or identification purposes without recompiling the binary.
AzureHound
Enhancement

Last Sign-In from Azure

Track user activity based on last successful sign-in timestamp collected from Entra ID.AzureHound configuration now supports collecting the LastSuccessfulSignInDateTime property for Azure users when the AuditLog.Read.All Microsoft Graph API permission is available.BloodHound displays this information for Azure nodes in the Entity panel.
A view of the Entity panel showing the Last Successful Sign-In Date Time property for an Azure user
BloodHound
Enhancement

Updated Permissions for Saved Cypher Queries

Edit Cypher queries that you’ve saved and shared with your organization.User and Power User roles can now edit shared Cypher queries (no longer restricted to Admin users). This allows teams to collaborate more effectively by tailoring shared queries based on evolving needs.
BloodHound
Enhancement

Cypher Rule Testing

Verify your query before creating a Cypher-based rule.A new Run button makes it more clear that you must run your Cypher query and preview the results before creating the rule.
A view of defining a Cypher-based rule highlighting the new Run button
BloodHound
Enhancement

Consistent Certification Terminology

EnterpriseUse consistent language when managing certifications.The Revoke button on the Certifications tab has been renamed to Reject to align with the “Rejected” status filter.
A view of the Certifications tab showing the updated Reject button
BloodHound
Enhancement

Zone Name in Object Information

Quickly identify the name of the zone that an object belongs to instead of its position in the zone hierarchy.When you select an object on the graph or zone and label Details view, the name of the zone that the object belongs to now appears on the first line of the Object Information panel for clearer context.
A view of the Object Information panel showing the zone name instead of position
BloodHound

Administration

Resolved an issue where default admin configuration failed to populate missing fields when only some values were provided, which could prevent creating the default admin user.

API

  • Resolved an issue where Active Directory entity API responses omitted the kinds array when counts were not included.
  • Resolved an issue where the List asset group tag member by IDs endpoint returned all members when filtering by a source kind with the primary_kind filter.
  • Resolved an issue where the path of the Get API Spec endpoint in the API Explorer and documentation was incorrect.

Attack Path Analysis

Enterprise
  • Resolved an issue where the Posture page displayed an error after initial file ingestion.
  • Resolved an issue where long-running file ingestion jobs prevented analysis from running.

OpenGraph

Resolved an issue where the File Ingest logs did not surface warnings for partially successful OpenGraph data uploads. Warnings now display alongside errors in the File Ingest table to clarify partial failures.

Zone Builder

  • Resolved an issue where clicking a rule’s View option in the Object tab on the Zone Builder page didn’t scroll the rule into view.
  • Resolved an issue where memory consumption was overestimated, which could cause graph queries to be prematurely cancelled.