> 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.md).

# Active Directory

Практические заметки по Active Directory для лабораторий offensive security и внутреннего тестирования на проникновение: обнаружение, картирование домена, Kerberos, учетные данные, ACL, пути BloodHound и боковое перемещение.

## Рабочий процесс Active Directory

1. Сформируйте контекст домена: имя домена, контроллеры домена, пользователи, группы, компьютеры, OU, GPO и доверия.
2. Перечислите доступные общие ресурсы, сеансы, права локального администратора, объекты LDAP и связи BloodHound.
3. Проверьте пути атак Kerberos, такие как перечисление пользователей, AS-REP Roasting, Kerberoasting и password spraying.
4. Изучите ACL, опасные разрешения, владение, записи DACL/SACL/ACE и права DCSync.
5. Извлекайте или проверяйте учетные данные через LSASS, SAM, MSCache, токены, хэши и билеты.
6. Преобразуйте результаты в пути бокового перемещения с использованием WinRM, SMB, билетов Kerberos, злоупотребления токенами или повторного использования хэшей.

## Техники Active Directory

<table data-view="cards" data-full-width="false" data-search="false"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-book-open" style="color:$primary;">:book-open:</i></h3></td><td><h4>Основы</h4></td><td>Заметки по безопасности Active Directory для основ Active Directory, охватывающие перечисление, Kerberos, учетные данные, злоупотребление ACL, боковое перемещение, рабочий процесс эксплуатации и шаги проверки.</td><td><a href="/pages/b7edc994e82244e8fa46c8ad43c3111450a320f6">/pages/b7edc994e82244e8fa46c8ad43c3111450a320f6</a></td></tr><tr><td><h3><i class="fa-flask" style="color:$primary;">:flask:</i></h3></td><td><h4>Настройка лаборатории</h4></td><td>Заметки по безопасности Active Directory для лаборатории Active Directory, охватывающие перечисление, Kerberos, учетные данные, злоупотребление ACL, боковое перемещение, рабочий процесс эксплуатации и шаги проверки.</td><td><a href="/pages/ce9f7ff1174bd5aa02d91e42c8207401fc2dfa31">/pages/ce9f7ff1174bd5aa02d91e42c8207401fc2dfa31</a></td></tr><tr><td><h3><i class="fa-magnifying-glass" style="color:$primary;">:magnifying-glass:</i></h3></td><td><h4>Перечисление</h4></td><td>Рабочие процессы перечисления Active Directory для пользователей, групп, компьютеров, GPO, общих ресурсов, ACL, контроллеров домена, BloodHound, PowerView, LDAP и Impacket.</td><td><a href="/pages/980f8cc73c5fceaac092ddf72f74bb9e396cab5d">/pages/980f8cc73c5fceaac092ddf72f74bb9e396cab5d</a></td></tr><tr><td><h3><i class="fa-shield-halved" style="color:$primary;">:shield-halved:</i></h3></td><td><h4>ACL и разрешения</h4></td><td>Заметки по злоупотреблению ACL в Active Directory, охватывающие дескрипторы безопасности, DACL, SACL, ACE, опасные права, пути BloodHound, DCSync и password spraying.</td><td><a href="/pages/60efe32bc00d7a56e8fcd5bd0aea4a5777425630">/pages/60efe32bc00d7a56e8fcd5bd0aea4a5777425630</a></td></tr><tr><td><h3><i class="fa-ticket" style="color:$primary;">:ticket:</i></h3></td><td><h4>Kerberos</h4></td><td>Заметки по атакам Kerberos для Active Directory, охватывающие AS-REP Roasting, Kerberoasting, password spraying, Rubeus, Impacket, SPN, билеты и анализ Wireshark.</td><td><a href="/pages/c0cf7a7739fbca747e060e2994078c4bfdc21202">/pages/c0cf7a7739fbca747e060e2994078c4bfdc21202</a></td></tr><tr><td><h3><i class="fa-key" style="color:$primary;">:key:</i></h3></td><td><h4>Учетные данные и токены</h4></td><td>Заметки по учетным данным Windows и Active Directory, охватывающие LSASS, SAM, MSCache, токены доступа, токены имперсонации, LogonSessions, кусты реестра и Mimikatz.</td><td><a href="/pages/362cff83b19c9cba554218272894d007077bc792">/pages/362cff83b19c9cba554218272894d007077bc792</a></td></tr><tr><td><h3><i class="fa-right-left" style="color:$primary;">:right-left:</i></h3></td><td><h4>Боковое перемещение</h4></td><td>Заметки по боковому перемещению в Active Directory, охватывающие Pass-the-Hash, Pass-the-Ticket, Overpass-the-Hash, имперсонацию токенов, NTLM roasting, LLMNR poisoning и билеты Kerberos.</td><td><a href="/pages/2f4f9e6f4b4652c76a3d50a38a4cc6b906e087a7">/pages/2f4f9e6f4b4652c76a3d50a38a4cc6b906e087a7</a></td></tr></tbody></table>

\## Рекомендуемые инструменты

* [BloodHound](/ru/active-directory/enumeration/bloodhound-analysis.md) и SharpHound для построения карты связей и анализа путей атаки.
* [PowerView](/ru/active-directory/enumeration/powerview.md) для перечисления домена на PowerShell.
* [Impacket и rpcclient](/ru/active-directory/enumeration/impacket-and-rpcclient.md) для перечисления и злоупотребления доменом из Linux.
* [Rubeus](/ru/active-directory/kerberos/rubeus-installation.md) для операций с билетами Kerberos из Windows.
* [ldapsearch](/ru/active-directory/enumeration/ldapsearch.md), Pywerview и JXplorer для обнаружения объектов LDAP.


---

# 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.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.
