An audited object was deleted. Requires SACL on target.
Deletion of evidence files, logs, or security artifacts. Correlate with 4663 (access) then 4660 (delete) pattern.
Alert: deletion of sensitive files with SACL configured. Alert: audit logs or security tool configs deleted.
SubjectUserNameTargetUserNameLogonTypeIpAddressWorkstationName | Tactic | Technique |
|---|---|
| Defense Evasion | Indicator Removal (T1070) |
Starting points — adapt the log source, projected fields and thresholds for your environment.
SecurityEvent
| where EventID == 4660 // An object was deleted
| project TimeGenerated, Computer, SubjectUserName, TargetUserName, LogonType, IpAddress, WorkstationName
| sort by TimeGenerated desc
index=* sourcetype="WinEventLog:Security" EventCode=4660
| stats count earliest(_time) as first_seen latest(_time) as last_seen by ComputerName
| sort - count `# An object was deleted — add EventData fields: SubjectUserName, TargetUserName, LogonType, IpAddress`
An object was deleted. An audited object was deleted. Requires SACL on target.
Event 4660 is written to the Security channel by Microsoft-Windows-Security-Auditing. Advanced Audit Policy — enable the 'Object Access' subcategory (Success and/or Failure).
Event 4660 is associated with: Indicator Removal (T1070).
Alert: deletion of sensitive files with SACL configured. Alert: audit logs or security tool configs deleted.