Skip to content
← RegistryDossier · 5 steps · 4 edges

GenericWrite on Domain Admins → AddMember → DA

A misconfigured 'member' attribute write on a privileged group lets the attacker silently add themselves as a Domain Admin.

Filed by AD Knowledge Base
§ Kill-chainDrag · zoom · scroll

§ Context

Assumed environment: typically a legacy ACL granted Account Operators / a service principal WriteProperty on `member`. Often invisible to standard audits because no group GUI shows the right.

§ Steps

  1. 01
    Token now contains DA SIDInitial Access
    T1078Valid Accounts

    Re-auth (klist purge) to pick up the new group membership.

  2. 02
    Compromised principal w/ GenericWrite on groupInitial Access
    T1078Valid Accounts
  3. 03
    Identify writable groupDiscovery
    AD-BLOODHOUNDBloodHound / SharpHound Enumeration

    BloodHound 'AddMember' / 'GenericWrite' edge against Domain Admins.

  4. 04
    DCSyncCredential Access
    T1003.006DCSync
  5. 05
    Add attacker to Domain AdminsPrivilege Escalation
    AD-DACL-ADDMEMBERAddMember (WriteProperty on member)

    net group 'Domain Admins' <me> /add /domain (or via ldapmodify)

§ References

§ Frequently asked

What is the "GenericWrite on Domain Admins → AddMember → DA" attack path?
A misconfigured 'member' attribute write on a privileged group lets the attacker silently add themselves as a Domain Admin. It chains 5 steps drawn from real-world offensive-security techniques.
What starting position does this attack require?
The first step is Token now contains DA SID (T1078) — a initial access primitive. Assumed environment: typically a legacy ACL granted Account Operators / a service principal WriteProperty on `member`.
What is the final impact of this kill-chain?
The final step lands on Add attacker to Domain Admins (AD-DACL-ADDMEMBER), which falls under Privilege Escalation. From here, an operator typically pivots into post-exploitation or maintains persistence.
How can defenders detect or prevent this attack?
Detection and prevention vary per step. Refer to each linked MITRE ATT&CK entry under "References" — every technique on that page lists defensive controls, detection telemetry, and known threat-actor usage.

§ Related dossiers