Skip to main content

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:
Or manually trigger:

After SDProp Runs

backdoor_user now has GenericAll on Domain Admins, Enterprise Admins, etc.
Even if removed from group, ACL persists through next SDProp cycle.

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