Documentation Index
Fetch the complete documentation index at: https://docs.bytejmp.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
AdminSDHolder is a container whose ACL is copied to all protected objects (Domain Admins, Enterprise Admins, etc.) every 60 minutes by SDProp process. Modify AdminSDHolder ACL → persistent access to protected groups.Protected Groups
- Domain Admins
- Enterprise Admins
- Schema Admins
- Administrators
- Account Operators
- Backup Operators
- Server Operators
- Domain Controllers
- krbtgt
Add Backdoor ACE
PowerView
AD Module
Wait for SDProp (or Force)
SDProp runs every 60 minutes. Force it:After SDProp Runs
backdoor_user now has GenericAll on Domain Admins, Enterprise Admins, etc.Verify
Notes
- Very persistent — ACL rewritten every 60 min
- Removing ACE from AdminSDHolder removes persistence
- Detection: monitor AdminSDHolder ACL changes
- Requires Domain Admin to set initially
Quick Reference
| Task | Command |
|---|---|
| Add ACE | Add-DomainObjectAcl -TargetIdentity AdminSDHolder -PrincipalIdentity user -Rights All |
| Force SDProp | Invoke-ADSDPropagation |
| Verify | Check ACL on “Domain Admins” for backdoor user |
| Remove | Delete ACE from AdminSDHolder |