Skip to content

BloodHound API support

Latest
Compare
Choose a tag to compare
@olafhartong olafhartong released this 11 Jun 04:34
ba44895

BloodHound now supports Cypher mutations so most update tasks can be done over the BloodHound API in stead of directly to Neo4J. However not all Cypher is supported, for example CASE, WHERE duration.between, UNION and several more.

For queries there is limited support. The BloodHound team is currently working on custom output, so Neo4j access is still required. There is an input processor, but it has limited support, we will complete this once custom query output is available.

Added admin_tier_0 - 2 system_tags to all roles based on Thomas Naunheim project (https://github.com/Cloud-Architekt/AzurePrivilegedIAM)

New

  • Added BloodHound CE / Enterprise output processor.
  • Added HTTPS input processor, for Azure Tiering roles
  • Added JSON output
  • Added several new actions

Changes

  • Fixed a parsing bug in the dynamic groups collector.
  • Addressed dependency vulnerability in golang/x/net