(Security Event ID 4728) - A member was added to a security-enabled global group

SCC.Active.Directory.Audit.AddToGlblSecGrp (Rule)

Element properties:

TargetSCC.Active.Directory.Audit.Win2008.AuditTarget
CategorySecurityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
A member was added to a security-enabled global group
Event Description: {0}

For more info, see:
http://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventID=4728
Event LogSecurity

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
Alert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="SCC.Active.Directory.Audit.AddToGlblSecGrp" Enabled="true" Target="SCC.Active.Directory.Audit.Win2008.AuditTarget" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>SecurityHealth</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Security</LogName>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">4728</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="SCC.Active.Directory.Audit.AddToGlblSecGrp.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression/>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8>GroupManagement</Custom8>
<Custom9>SCCActiveDirectoryAudit</Custom9>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>