# Bloodhound

BloodHound has **two main collectors**, but **one common ingestion process**.

### Data Collection

```bash
# Remote Python Ingestor
bloodhound-python -u svc_loanmgr -p password1 -d htb.local -ns 10.10.10.100 -c All

# Local Ingestor (Windows EXE)
SharpHound.exe -c All

# Local Ingestor (Windows Powershell)
Import-Module .\SharpHound.ps1
Invoke-BloodHound -CollectionMethod All
```

### Data Ingestion

In the **BloodHound GUI**:

1. Click **Upload Data**
2. Select the ZIP or JSON files
3. Wait for ingestion to complete

### References

1. <https://github.com/BloodHoundAD/SharpHound>


---

# Agent Instructions: 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:

```
GET https://gokulkarthik.gitbook.io/pentesting-checklist/windows-and-active-directory/post-compromise-enumeration/bloodhound.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
