> For the complete documentation index, see [llms.txt](https://duc193.gitbook.io/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://duc193.gitbook.io/notes/redteam/active-directory.md).

# Active Directory

- [LLMNR/NBT-NS Poisoning](https://duc193.gitbook.io/notes/redteam/active-directory/llmnr-nbt-ns-poisoning.md): Khai thác LLMNR và NBT-NS Poisoning bằng Responder để thu thập NetNTLMv2 hash và mở rộng foothold trong mạng nội bộ.
- [Password Spaying](https://duc193.gitbook.io/notes/redteam/active-directory/password-spaying.md): Hướng dẫn Password Spraying trong Active Directory. Kỹ thuật kiểm thử mật khẩu quy mô lớn mà không khóa tài khoản người dùng.
- [Credentialed Enumeration](https://duc193.gitbook.io/notes/redteam/active-directory/credentialed-enumeration.md)
- [Living Off the Land](https://duc193.gitbook.io/notes/redteam/active-directory/living-off-the-land.md)
- [Kerberoasting](https://duc193.gitbook.io/notes/redteam/active-directory/kerberoasting.md): Tìm hiểu kỹ thuật Kerberoasting trong Active Directory, cách enumerate SPN, request TGS ticket và crack hash để thu thập credential domain.
- [ACL Abuse](https://duc193.gitbook.io/notes/redteam/active-directory/acl-abuse.md)
- [DCSync](https://duc193.gitbook.io/notes/redteam/active-directory/dcsync.md): Giải thích quyền DS-Replication-Get-Changes và DS-Replication-Get-Changes-All. Hướng dẫn khai thác DCSync để lấy NTLM hash từ Domain Controller.
- [Privileged Access](https://duc193.gitbook.io/notes/redteam/active-directory/privileged-access.md)
- [Double Hop](https://duc193.gitbook.io/notes/redteam/active-directory/double-hop.md)
- [ASREPRoasting](https://duc193.gitbook.io/notes/redteam/active-directory/asreproasting.md)
- [Domain Trusts Primer](https://duc193.gitbook.io/notes/redteam/active-directory/domain-trusts-primer.md)
- [1. Khái Niệm](https://duc193.gitbook.io/notes/redteam/active-directory/domain-trusts-primer/1.-khai-niem.md)
- [2. Enumerating Trust Relationships](https://duc193.gitbook.io/notes/redteam/active-directory/domain-trusts-primer/2.-enumerating-trust-relationships.md)
- [3. Attacking Domain Trusts - Child to Parent Trusts](https://duc193.gitbook.io/notes/redteam/active-directory/domain-trusts-primer/3.-attacking-domain-trusts-child-to-parent-trusts.md)
- [Breaking Down Boundaries](https://duc193.gitbook.io/notes/redteam/active-directory/breaking-down-boundaries.md)


---

# 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://duc193.gitbook.io/notes/redteam/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.
