An existing domain trust was removed.
Removal of legitimate trusts can disrupt authentication for dependent systems. May be part of Active Directory sabotage.
Alert on occurrence. Verify with change management.
SubjectUserNameTargetUserNameLogonTypeIpAddressWorkstationName Starting points — adapt the log source, projected fields and thresholds for your environment.
SecurityEvent
| where EventID == 4707 // A trust to a domain was removed
| project TimeGenerated, Computer, SubjectUserName, TargetUserName, LogonType, IpAddress, WorkstationName
| sort by TimeGenerated desc
index=* sourcetype="WinEventLog:Security" EventCode=4707
| stats count earliest(_time) as first_seen latest(_time) as last_seen by ComputerName
| sort - count `# A trust to a domain was removed — add EventData fields: SubjectUserName, TargetUserName, LogonType, IpAddress`
A trust to a domain was removed. An existing domain trust was removed.
Event 4707 is written to the Security channel by Microsoft-Windows-Security-Auditing. Advanced Audit Policy — enable the 'Policy Change' subcategory (Success and/or Failure).
Alert on occurrence. Verify with change management.