# Enumeracion en AD

- [Identificando un Domain Controller (DC) en red](https://books.spartan-cybersec.com/cpad/enumeracion-en-ad/identificando-un-domain-controller-dc-en-red.md)
- [ActiveDirectoryRights en el Contexto de Red Team](https://books.spartan-cybersec.com/cpad/enumeracion-en-ad/activedirectoryrights-en-el-contexto-de-red-team.md): Teoria
- [Enumeracion manual con GUI](https://books.spartan-cybersec.com/cpad/enumeracion-en-ad/enumeracion-manual-con-gui.md)
- [Enumeracion con PowerShell ofensivo](https://books.spartan-cybersec.com/cpad/enumeracion-en-ad/enumeracion-con-powershell-ofensivo.md)
- [Guia de comandos de PowerView.ps1](https://books.spartan-cybersec.com/cpad/enumeracion-en-ad/enumeracion-con-powershell-ofensivo/guia-de-comandos-de-powerview.ps1.md)
- [Enumeracion de usuarios](https://books.spartan-cybersec.com/cpad/enumeracion-en-ad/enumeracion-con-powershell-ofensivo/guia-de-comandos-de-powerview.ps1/enumeracion-de-usuarios.md)
- [Enumeracion de Grupos](https://books.spartan-cybersec.com/cpad/enumeracion-en-ad/enumeracion-con-powershell-ofensivo/guia-de-comandos-de-powerview.ps1/enumeracion-de-grupos.md)
- [Enumeracion de Computadores](https://books.spartan-cybersec.com/cpad/enumeracion-en-ad/enumeracion-con-powershell-ofensivo/guia-de-comandos-de-powerview.ps1/enumeracion-de-computadores.md)
- [Enumeracion de GPO](https://books.spartan-cybersec.com/cpad/enumeracion-en-ad/enumeracion-con-powershell-ofensivo/guia-de-comandos-de-powerview.ps1/enumeracion-de-gpo.md)
- [Enumeracion de ACL](https://books.spartan-cybersec.com/cpad/enumeracion-en-ad/enumeracion-con-powershell-ofensivo/guia-de-comandos-de-powerview.ps1/enumeracion-de-acl.md)
- [Utilizando ADPeas](https://books.spartan-cybersec.com/cpad/enumeracion-en-ad/enumeracion-con-powershell-ofensivo/utilizando-adpeas.md)
- [Enumeracion con AD Module DLL](https://books.spartan-cybersec.com/cpad/enumeracion-en-ad/enumeracion-con-ad-module-dll.md)
- [Enumeracion con BloodHound](https://books.spartan-cybersec.com/cpad/enumeracion-en-ad/enumeracion-con-bloodhound.md)
- [Enumeracion con klist](https://books.spartan-cybersec.com/cpad/enumeracion-en-ad/enumeracion-con-klist.md)
- [Security Identifiers (SIDs)](https://books.spartan-cybersec.com/cpad/enumeracion-en-ad/security-identifiers-sids.md)
- [Distinguished Name o DN](https://books.spartan-cybersec.com/cpad/enumeracion-en-ad/distinguished-name-o-dn.md)


---

# 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://books.spartan-cybersec.com/cpad/enumeracion-en-ad.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.
