Introduction

BloodHound is an open-source tool used in cybersecurity for active directory (AD) enumeration and exploitation. It helps identify and visualize attack paths within an Active Directory environment, making it easier for attackers (or security professionals) to find ways to escalate privileges or move laterally within a network. BloodHound maps the relationships and permissions in AD to discover potential vulnerabilities, such as overly permissive access controls, misconfigurations, and attack vectors that could lead to domain compromise. It’s commonly used in red team assessments and penetration testing.

Start With

sudo neo4j console

Expected Output

image.png

Run bloodhound

Start bloodhound:

sudo bloodhound

image.png

image.png