> 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/ru/active-directory/enumeration/bloodhound-analysis.md).

# Анализ в BloodHound

### Поиск пользователя

В BloodHound можно искать пользователя, например:

* user1

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

Затем BloodHound отображает:

* его группы;
* его связи;
* их права;
* связанные машины;
* известные сеансы;
* возможные пути атаки.

<figure><img src="/files/7fd13984fd6ad838018f93407db6a8135e7096f2" alt=""><figcaption></figcaption></figure>

### Просмотр прямых участников группы

Можно выбрать доменную группу и отобразить ее **Прямые участники**.

Это позволяет узнать, какие пользователи или группы являются прямыми участниками данной группы.

<figure><img src="/files/8845c1cbdf4f78a5faa99a9e4dcbf4277a208997" alt=""><figcaption></figcaption></figure>

### Используйте вкладку Analysis

У **Анализ** вкладка содержит очень полезные предопределенные запросы.

Примеры:

* найти всех администраторов домена;
* найти пути к администраторам домена;
* найти пользователей с правами локального администратора;
* найти активные сеансы;
* найти пути к ценным целям.

<figure><img src="/files/d87cf48d1eba4f60a0cd3d3a9c07e5b1ff609fdf" alt="" width="467"><figcaption></figcaption></figure>

### Пример с группой `Руководители`

В вашей лаборатории:

1. файл `Руководители` группа создана;
2. эта группа связана с `Administrators` группой или привилегированной группой;
3. пользователь `user4` добавлен в `Руководители` группе.

В BloodHound мы затем можем увидеть, что:

user4 → Executives → Administrators

<figure><img src="/files/17c1c58cebfbf20f7ea24ed0eaebab6a0e539673" alt=""><figcaption></figcaption></figure>

Это показывает путь повышения привилегий.

### Пометить пользователя как высокоценного

В BloodHound можно пометить пользователя или группу как **Высокоценная цель**.

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

Затем можно использовать:

`Кратчайшие пути к высокоценным целям`

Затем BloodHound отображает кратчайшие пути для достижения этой цели.

<figure><img src="/files/4996e25d661a0098cc2edaa8e018143f07bf46d0" alt=""><figcaption></figcaption></figure>

### Меню справки

BloodHound часто предоставляет объяснения в меню справки или в сведениях о связях.

<figure><img src="/files/4c1bf3f4f65f4fab148a87f7caa8855a6b185396" alt=""><figcaption></figcaption></figure>

Там можно найти:

* объяснения типа связи;
* примеры команд;
* ссылки на GitHub;
* технические ссылки;
* иногда ссылки на NIST, блоги или видео.

<figure><img src="/files/25d1a1eff639fea6f34d812b7cf1696da417a46f" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/e8c547379a93c1776e98b222fb1e052e113cd018" alt="" width="563"><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/ru/active-directory/enumeration/bloodhound-analysis.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.
