AD replication started. Normal replication activity.
High volume of rapid replication events may indicate DCSync-like activity generating replication traffic.
No standalone alerting. Monitor for anomalous replication patterns.
SubjectUserNameTargetUserNameLogonTypeIpAddressWorkstationName Starting points — adapt the log source, projected fields and thresholds for your environment.
SecurityEvent
| where EventID == 4932 // Synchronization of a replica of an Active Directory naming context has begun
| project TimeGenerated, Computer, SubjectUserName, TargetUserName, LogonType, IpAddress, WorkstationName
| sort by TimeGenerated desc
index=* sourcetype="WinEventLog:Security" EventCode=4932
| stats count earliest(_time) as first_seen latest(_time) as last_seen by ComputerName
| sort - count `# Synchronization of a replica of an Active Directory naming context has begun — add EventData fields: SubjectUserName, TargetUserName, LogonType, IpAddress`
Synchronization of a replica of an Active Directory naming context has begun. AD replication started. Normal replication activity.
Event 4932 is written to the Security channel by Microsoft-Windows-Security-Auditing. Advanced Audit Policy — enable the 'DS Access' subcategory (Success and/or Failure).
No standalone alerting. Monitor for anomalous replication patterns.