4713 Security log · Policy Change high severity low volume

Windows Event ID 4713 — Kerberos policy was changed

Kerberos policy settings were changed. Includes ticket lifetime, renewal lifetime, and other Kerberos parameters.

Why event 4713 matters

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.

How to detect it

Alert: MaxTicketAge or MaxRenewAge extended significantly. Alert: any Kerberos policy change outside documented maintenance.

Log source
Security
Advanced Audit Policy — enable the 'Policy Change' subcategory (Success and/or Failure).
Fields to pivot on
SubjectUserNameTargetUserNameLogonTypeIpAddressWorkstationName

MITRE ATT&CK mapping

Tactic Technique
Defense Evasion Golden Ticket (T1558.001)

Detection queries

Starting points — adapt the log source, projected fields and thresholds for your environment.

Sentinel / Defender KQL
SecurityEvent
| where EventID == 4713   // Kerberos policy was changed
| project TimeGenerated, Computer, SubjectUserName, TargetUserName, LogonType, IpAddress, WorkstationName
| sort by TimeGenerated desc
Splunk SPL
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`
Hunt event 4713 in Sentinel/Defender →
Build a KQL query for this event in the KQL Query Builder.
Search all event IDs →
Open the interactive Windows Event ID lookup.

Related Policy Change events

4698 A scheduled task was created 4699 A scheduled task was deleted 4700 A scheduled task was enabled 4701 A scheduled task was disabled 4702 A scheduled task was updated 4703 A token right was adjusted 4704 A user right was assigned 4705 A user right was removed 4706 A new trust was created to a domain 4707 A trust to a domain was removed 4714 Encrypted data recovery policy was changed 4715 The audit policy (SACL) on an object was changed

Frequently asked questions

What is Windows Event ID 4713?

Kerberos policy was changed. Kerberos policy settings were changed. Includes ticket lifetime, renewal lifetime, and other Kerberos parameters.

Which log records event 4713?

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).

What MITRE ATT&CK techniques map to event 4713?

Event 4713 is associated with: Golden Ticket (T1558.001).

How do you detect activity around event 4713?

Alert: MaxTicketAge or MaxRenewAge extended significantly. Alert: any Kerberos policy change outside documented maintenance.