A replication naming context was modified. Part of normal AD configuration changes.
Modification of replication configuration may affect AD replication topology. Attackers may modify to disrupt replication.
Alert: unexpected modifications to replication configuration outside planned AD changes.
SubjectUserNameTargetUserNameLogonTypeIpAddressWorkstationName Starting points — adapt the log source, projected fields and thresholds for your environment.
SecurityEvent
| where EventID == 4930 // An Active Directory replica source naming context was modified
| project TimeGenerated, Computer, SubjectUserName, TargetUserName, LogonType, IpAddress, WorkstationName
| sort by TimeGenerated desc
index=* sourcetype="WinEventLog:Security" EventCode=4930
| stats count earliest(_time) as first_seen latest(_time) as last_seen by ComputerName
| sort - count `# An Active Directory replica source naming context was modified — add EventData fields: SubjectUserName, TargetUserName, LogonType, IpAddress`
An Active Directory replica source naming context was modified. A replication naming context was modified. Part of normal AD configuration changes.
Event 4930 is written to the Security channel by Microsoft-Windows-Security-Auditing. Advanced Audit Policy — enable the 'DS Access' subcategory (Success and/or Failure).
Alert: unexpected modifications to replication configuration outside planned AD changes.