Kerberos policy settings were changed. Includes ticket lifetime, renewal lifetime, and other Kerberos parameters.
Extending Kerberos ticket lifetime to support long-lived Golden Tickets or to avoid ticket expiry during prolonged attacks. Also reducing maximum ticket lifetime for attackers who want to prevent detection via unusual ticket age.
Alert: MaxTicketAge or MaxRenewAge extended significantly. Alert: any Kerberos policy change outside documented maintenance.
SubjectUserNameTargetUserNameLogonTypeIpAddressWorkstationName | Tactic | Technique |
|---|---|
| Defense Evasion | Golden Ticket (T1558.001) |
Starting points — adapt the log source, projected fields and thresholds for your environment.
SecurityEvent
| where EventID == 4713 // Kerberos policy was changed
| project TimeGenerated, Computer, SubjectUserName, TargetUserName, LogonType, IpAddress, WorkstationName
| sort by TimeGenerated desc
index=* sourcetype="WinEventLog:Security" EventCode=4713
| stats count earliest(_time) as first_seen latest(_time) as last_seen by ComputerName
| sort - count `# Kerberos policy was changed — add EventData fields: SubjectUserName, TargetUserName, LogonType, IpAddress`
Kerberos policy was changed. Kerberos policy settings were changed. Includes ticket lifetime, renewal lifetime, and other Kerberos parameters.
Event 4713 is written to the Security channel by Microsoft-Windows-Security-Auditing. Advanced Audit Policy — enable the 'Policy Change' subcategory (Success and/or Failure).
Event 4713 is associated with: Golden Ticket (T1558.001).
Alert: MaxTicketAge or MaxRenewAge extended significantly. Alert: any Kerberos policy change outside documented maintenance.