> For the complete documentation index, see [llms.txt](https://omar-4.gitbook.io/omar-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://omar-4.gitbook.io/omar-docs/attacks/bloodhound.md).

# BloodHound

BloodHound uses neo4j graph database, so that needs to be setup first.

Note: Exit BloodHound once you have stopped using it as it uses good amount of RAM. You may also like to stop the neo4j service if you are not using BloodHound.

We need to install the neo4j service. Unzip the archive C:\AD\Tools\neo4j-community-4.1.1- windows.zip

Install and start the neo4j service as follows:

```
.\neo4j.bat install-service
```

```
.\neo4j.bat start
```

\
Once the service gets started browse to the link

Enter the username: neo4j and password: neo4j. You need to enter a new password. Let's use BloodHound as the new password.

Now, open BloodHound from C:\AD\Tools\BloodHound-win32-x64\BloodHound-win32-x64 and provide the following details:

bolt://localhost:7687

Username: neo4j\
Password:BloodHound

Run BloodHound ingestores to gather data and information about the current domain. Note that we are byassping .NET AMSI before running SharpHound.ps1

```
C:\AD\Tools\InviShell\RunWithRegistryNonAdmin.bat
```

```
cd C:\AD\Tools\BloodHound-master\BloodHound-master\Collectors
```

```
$ZQCUW = @"[snip .NET AMSI bypass]
```

```
. .\SharpHound.ps1
```

```
Invoke-BloodHound -CollectionMethod All -Verbose
```

Once all the data is uploaded to BloodHound


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://omar-4.gitbook.io/omar-docs/attacks/bloodhound.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
