An AD object that lingered past its tombstone lifetime was removed.
Lingering objects are a sign of long-term replication failure. In some attacks, lingering objects are used to maintain access across DC restoration.
Alert: large numbers of lingering objects removed (may indicate USN rollback attack or prolonged replication failure).
SubjectUserNameTargetUserNameLogonTypeIpAddressWorkstationName Starting points — adapt the log source, projected fields and thresholds for your environment.
SecurityEvent
| where EventID == 4937 // A lingering object was removed from the replica
| project TimeGenerated, Computer, SubjectUserName, TargetUserName, LogonType, IpAddress, WorkstationName
| sort by TimeGenerated desc
index=* sourcetype="WinEventLog:Security" EventCode=4937
| stats count earliest(_time) as first_seen latest(_time) as last_seen by ComputerName
| sort - count `# A lingering object was removed from the replica — add EventData fields: SubjectUserName, TargetUserName, LogonType, IpAddress`
A lingering object was removed from the replica. An AD object that lingered past its tombstone lifetime was removed.
Event 4937 is written to the Security channel by Microsoft-Windows-Security-Auditing. Advanced Audit Policy — enable the 'DS Access' subcategory (Success and/or Failure).
Alert: large numbers of lingering objects removed (may indicate USN rollback attack or prolonged replication failure).