Information about a trusted domain was modified.
Modifying trust settings to weaken trust transitivity or enable SID history injection. Attackers with Domain Admin can modify trust settings for forest-wide impact.
Alert on every occurrence. Verify with change management.
SubjectUserNameTargetUserNameLogonTypeIpAddressWorkstationName | Tactic | Technique |
|---|---|
| Persistence | Domain Trust Modification (T1484.002) |
Starting points — adapt the log source, projected fields and thresholds for your environment.
SecurityEvent
| where EventID == 4716 // Trusted domain information was changed
| project TimeGenerated, Computer, SubjectUserName, TargetUserName, LogonType, IpAddress, WorkstationName
| sort by TimeGenerated desc
index=* sourcetype="WinEventLog:Security" EventCode=4716
| stats count earliest(_time) as first_seen latest(_time) as last_seen by ComputerName
| sort - count `# Trusted domain information was changed — add EventData fields: SubjectUserName, TargetUserName, LogonType, IpAddress`
Trusted domain information was changed. Information about a trusted domain was modified.
Event 4716 is written to the Security channel by Microsoft-Windows-Security-Auditing. Advanced Audit Policy — enable the 'Policy Change' subcategory (Success and/or Failure).
Event 4716 is associated with: Domain Trust Modification (T1484.002).
Alert on every occurrence. Verify with change management.