# Grupos privilegiados

### AD Recycle Bin

Los miembros de este grupo tiene la capacidad de leer objetos eliminados de Active Directory, que pueden revelar información confidencial:

```powershell
Get-ADObject -filter 'isDeleted -eq $true' -includeDeletedObjects -Properties *
```

### SeBackupPrivilege

El privilegio **SeBackupPrivilege** permite a un usuario leer cualquier archivo en un sistema, ignorando los permisos de acceso. Un atacante con este privilegio puede copiar archivos sensibles, como el archivo SAM o los registros de seguridad, lo que les permite extraer hashes de contraseñas y acceder a credenciales privilegiadas. Puede ser abusado mediante herramientas que aprovechan este privilegio para obtener acceso a datos críticos del sistema, facilitando la escalada de privilegios o el movimiento lateral dentro de la red.


---

# 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://d4redevil.gitbook.io/d4redevil/active-directory/grupos-privilegiados.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.
