> For the complete documentation index, see [llms.txt](https://hacking-notes.jord4n.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hacking-notes.jord4n.pro/de/hacking-tools/windows/bloodhound-tool.md).

# BloodHound

> **BloodHound** ist ein Tool zur Zuordnung von Active-Directory-Beziehungen, das verwendet wird, um potenzielle Angriffswege innerhalb einer Domäne zu identifizieren. Es analysiert Berechtigungen, Gruppen und Beziehungen zwischen Benutzern, Rechnern und Objekten, um dabei zu helfen, Privilegien zu eskalieren oder strategischen Zugriff zu erlangen.

<details>

<summary>Installation von BloodHound:</summary>

```bash
apt install neo4j bloodhound
neo4j console &> /dev/null & disown
lsof -i:7474
```

**Melden Sie sich bei BloodHound mit den Zugangsdaten neo4j:neo4j an.**

![](https://hacking-notes-jordan.gitbook.io/~gitbook/image?url=https:%2F%2F3892280740-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FOeqybfPyWliD6m1hbKa3%252Fuploads%252F5FZcDczkNZW0GsV9GveF%252Fimage.png%3Falt=media%26token=5de0c395-08b3-4abc-b373-683dddae7528/\&width=300/\&dpr=4/\&quality=100/\&sign=24bf837c04919e72ec25399b5eb63e0e4c1ea9abe1362606119b2c5ac4d8fd74)

**BloodHound wird gestartet.**

```bash
bloodhound &> /dev/null & disown
```

<img src="/files/109f8ddc0f2821f7dff7e9261cc444e85038e294" alt="" data-size="original">

</details>

<table><thead><tr><th data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="/pages/9b91df439b54d0403761d1be89fdaf0594ac8200">/pages/9b91df439b54d0403761d1be89fdaf0594ac8200</a></td></tr><tr><td><a href="/pages/888468b074d95fa5bb4cf118527167cea3b0d090">/pages/888468b074d95fa5bb4cf118527167cea3b0d090</a></td></tr></tbody></table>

<figure><img src="/files/b8618a75186b81ca179b09bdc37634fd1c4fdf96" alt=""><figcaption></figcaption></figure>


---

# 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://hacking-notes.jord4n.pro/de/hacking-tools/windows/bloodhound-tool.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.
