Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 3.53 KB

bloodhound.md

File metadata and controls

62 lines (43 loc) · 3.53 KB

Personal GUI Version of BloodHound

About Active Directory, BloodHound

BloodHound is a tool used to analyze Active Directory environments to identify and visualize potential attack paths and security weaknesses, providing attackers with a clear map of exploitable relationships and privileges within a network.

BloodHound is a monolithic web application composed of an embedded React frontend with Sigma.js and a Go based REST API backend. It is deployed with a Postgresql application database and a Neo4j graph database, and is fed by the SharpHound and AzureHound data collectors.

From an Attacker's perspective, BloodHound is advantageous

because it allows them to efficiently map out an organization's Active Directory structure, identify weak points, and pinpoint high value targets such as users with elevated privileges, thus enabling strategic planning of attacks to escalate privileges and move laterally within the network.

About BloodHound Enterprise

BloodHound Enterprise is an Attack Path Management solution that continuously maps and quantifies Active Directory Attack Paths. You can remove millions, even billions of Attack Paths within your existing architecture and eliminate the attacker’s easiest, most reliable, and most attractive techniques.

Downloading BloodHound Binaries

  • Pre Compiled BloodHound binaries can be found here.
  • The rolling release will always be updated to the most recent source. Tagged releases are considered "stable" but will likely not have new features or fixes.

Creating example data

  • A sample database generator can be found here
  • You can create your own example Active Directory environment using BadBloodHound.

License

Copyright (C) 2016-2024 Specter Ops / BloodHoundAD / pxcs.

This program is free software: you can redistribute it and/or modify it under the terms of the Apache License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Apache License for more details.

You should have received a copy of the Apache License along with this program. If not, see @

Useful Links

Thanks to