DES Kerberos authentication attempted but failed (DES disabled).
DES is a legacy encryption type disabled in modern AD. Attempts to use DES may indicate very old legacy systems or attack tools using downgraded encryption.
Alert: any DES Kerberos attempts from modern systems.
SubjectUserNameTargetUserNameLogonTypeIpAddressWorkstationName | Tactic | Technique |
|---|---|
| Credential Access | Steal or Forge Kerberos Tickets (T1558) |
Starting points — adapt the log source, projected fields and thresholds for your environment.
SecurityEvent
| where EventID == 4824 // An attempt to use DES encryption for Kerberos failed
| project TimeGenerated, Computer, SubjectUserName, TargetUserName, LogonType, IpAddress, WorkstationName
| sort by TimeGenerated desc
index=* sourcetype="WinEventLog:Security" EventCode=4824
| stats count earliest(_time) as first_seen latest(_time) as last_seen by ComputerName
| sort - count `# An attempt to use DES encryption for Kerberos failed — add EventData fields: SubjectUserName, TargetUserName, LogonType, IpAddress`
An attempt to use DES encryption for Kerberos failed. DES Kerberos authentication attempted but failed (DES disabled).
Event 4824 is written to the Security channel by Microsoft-Windows-Security-Auditing. Advanced Audit Policy — enable the 'Kerberos Authentication Service' subcategory (Success and/or Failure).
Event 4824 is associated with: Steal or Forge Kerberos Tickets (T1558).
Alert: any DES Kerberos attempts from modern systems.