Forest-wide takeover.
What gives it awayAny addition to Enterprise Admins with no matching change record.
ATT&CK T1098Nothing matches that yet. Tell us what you were looking for and it goes on the list.
Windows Security Log · Event 4756
An account joined a universal group, which applies across every domain in the forest. Enterprise Admins and Schema Admins are universal groups — which makes this the widest-reaching of the three group-membership events.
Also written as Event ID 47564756 universal group
Monitor this alongside 4728 and 4732 — an attacker who knows you watch Domain Admins may reach for a universal group instead. Enterprise Admins and Schema Admins should each have a named, approved membership list and a steady-state change rate of zero.
Sanitised. Addresses come from the RFC 5737 documentation ranges.
A member was added to a security-enabled universal group.
Subject:
Security ID: CORP\jbrooks-adm
Account Name: jbrooks-adm
Account Domain: CORP
Logon ID: 0x3E9A11
Member:
Security ID: CORP\svc-update
Account Name: CN=svc-update,CN=Users,DC=corp,DC=example
Group:
Security ID: CORP\Enterprise Admins
Group Name: Enterprise Admins
Group Domain: CORP Everything else in the log line is context.
Enterprise AdminsControl of every domain in the forest. The highest privilege in Active Directory. Schema AdminsCan alter the directory schema itself. Almost never legitimate outside a planned change. Most of the time it is one of these.
What gives it awayAny addition to Enterprise Admins with no matching change record.
ATT&CK T1098What gives it awayAddition to Schema Admins outside a planned schema extension.
ATT&CK T1098What gives it awayAdditions to universal groups by an account that has recently been behaving unusually.
ATT&CK T1098SecurityEvent | where EventID in (4756, 4728, 4732) | where TargetUserName has_any ('Enterprise Admins','Schema Admins','Domain Admins','Administrators') | project TimeGenerated, EventID, Group = TargetUserName, Member = MemberName, By = SubjectUserName Scope. A local group applies to one machine, a global group to one domain, and a universal group to every domain in the forest. That is why Enterprise Admins and Schema Admins are universal — and why an addition to one has the widest blast radius of the three.
All three: 4732 for local, 4728 for global, and 4756 for universal. Rules that watch only Domain Admins miss both the local Administrators group on individual machines and the forest-wide universal groups, and attackers are well aware of which one people forget.
Last reviewed 28 August 2026