> 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/active-directory.md).

# Active Directory

Praktische Active-Directory-Notizen für offensive Security-Labore und interne Penetrationstests: Aufklärung, Domain-Mapping, Kerberos, Anmeldedaten, ACLs, BloodHound-Pfade und seitliche Bewegung.

## Active-Directory-Workflow

1. Domänenkontext aufbauen: Domänenname, Domänencontroller, Benutzer, Gruppen, Computer, OUs, GPOs und Vertrauensstellungen.
2. Zugängliche Freigaben, Sitzungen, lokale Admin-Rechte, LDAP-Objekte und BloodHound-Beziehungen auflisten.
3. Kerberos-Angriffspfade prüfen, z. B. Benutzer-Enumeration, AS-REP-Roasting, Kerberoasting und Passwort-Spraying.
4. ACLs, gefährliche Berechtigungen, Besitzverhältnisse, DACL/SACL/ACE-Einträge und DCSync-Rechte überprüfen.
5. Anmeldedaten über LSASS, SAM, MSCache, Tokens, Hashes und Tickets extrahieren oder validieren.
6. Erkenntnisse in Pfade für seitliche Bewegung umwandeln, unter Verwendung von WinRM, SMB, Kerberos-Tickets, Token-Missbrauch oder Hash-Wiederverwendung.

## Active-Directory-Techniken

<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>Grundlagen</h4></td><td>Active-Directory-Sicherheitsnotizen für Active Directory Fundamentals, mit Abdeckung von Enumeration, Kerberos, Anmeldedaten, ACL-Missbrauch, seitlicher Bewegung, Exploit-Workflow und Validierungsschritten.</td><td><a href="/pages/24408d6153997539012a6c521a1447dbd4c63200">/pages/24408d6153997539012a6c521a1447dbd4c63200</a></td></tr><tr><td><h3><i class="fa-flask" style="color:$primary;">:flask:</i></h3></td><td><h4>Laboreinrichtung</h4></td><td>Active-Directory-Sicherheitsnotizen für Active Directory Lab, mit Abdeckung von Enumeration, Kerberos, Anmeldedaten, ACL-Missbrauch, seitlicher Bewegung, Exploit-Workflow und Validierungsschritten.</td><td><a href="/pages/15290b37d901fb8cefe9d2a7530bb46c4ee5e3b3">/pages/15290b37d901fb8cefe9d2a7530bb46c4ee5e3b3</a></td></tr><tr><td><h3><i class="fa-magnifying-glass" style="color:$primary;">:magnifying-glass:</i></h3></td><td><h4>Enumeration</h4></td><td>Active-Directory-Enumeration-Workflows für Benutzer, Gruppen, Computer, GPOs, Freigaben, ACLs, Domänencontroller, BloodHound, PowerView, LDAP und Impacket.</td><td><a href="/pages/1720dbe158f6c10f89c996928211e2b2733b7a66">/pages/1720dbe158f6c10f89c996928211e2b2733b7a66</a></td></tr><tr><td><h3><i class="fa-shield-halved" style="color:$primary;">:shield-halved:</i></h3></td><td><h4>ACL und Berechtigungen</h4></td><td>Active-Directory-ACL-Missbrauchsnotizen zu Sicherheitsdeskriptoren, DACL, SACL, ACE, gefährlichen Rechten, BloodHound-Pfaden, DCSync und Passwort-Spraying.</td><td><a href="/pages/62ab9312f252374dab628f03bd72fc6928564bf5">/pages/62ab9312f252374dab628f03bd72fc6928564bf5</a></td></tr><tr><td><h3><i class="fa-ticket" style="color:$primary;">:ticket:</i></h3></td><td><h4>Kerberos</h4></td><td>Kerberos-Angriffshinweise für Active Directory mit Abdeckung von AS-REP-Roasting, Kerberoasting, Passwort-Spraying, Rubeus, Impacket, SPNs, Tickets und Wireshark-Analyse.</td><td><a href="/pages/862d785868e236f4fdfd4a1fea764c3bc83885c3">/pages/862d785868e236f4fdfd4a1fea764c3bc83885c3</a></td></tr><tr><td><h3><i class="fa-key" style="color:$primary;">:key:</i></h3></td><td><h4>Anmeldedaten und Tokens</h4></td><td>Windows- und Active-Directory-Notizen zu Anmeldedaten mit Abdeckung von LSASS, SAM, MSCache, Access Tokens, Impersonation Tokens, LogonSessions, Registry-Hives und Mimikatz.</td><td><a href="/pages/fa157508ced7641dc36373fd6cb0ce31139f8c6e">/pages/fa157508ced7641dc36373fd6cb0ce31139f8c6e</a></td></tr><tr><td><h3><i class="fa-right-left" style="color:$primary;">:right-left:</i></h3></td><td><h4>Seitliche Bewegung</h4></td><td>Active-Directory-Notizen zur seitlichen Bewegung mit Abdeckung von Pass-the-Hash, Pass-the-Ticket, Overpass-the-Hash, Token-Impersonation, NTLM-Roasting, LLMNR-Poisoning und Kerberos-Tickets.</td><td><a href="/pages/e86992f709beb8ca3ea068a22b60ed32d5484ee9">/pages/e86992f709beb8ca3ea068a22b60ed32d5484ee9</a></td></tr></tbody></table>

\## Empfohlene Tools

* [BloodHound](/de/active-directory/enumeration/bloodhound-analysis.md) und SharpHound für Beziehungs-Mapping und Analyse von Angriffspfaden.
* [PowerView](/de/active-directory/enumeration/powerview.md) für PowerShell-basierte Domänenenumeration.
* [Impacket und rpcclient](/de/active-directory/enumeration/impacket-and-rpcclient.md) für Linux-basierte Domänenenumeration und Ausnutzung.
* [Rubeus](/de/active-directory/kerberos/rubeus-installation.md) für Kerberos-Ticket-Operationen unter Windows.
* [ldapsearch](/de/active-directory/enumeration/ldapsearch.md), Pywerview und JXplorer zur Ermittlung von LDAP-Objekten.


---

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