TGT denied due to device-based access control (compound authentication). Device health or membership restriction failed.
Indicates device claiming to be compliant but failing validation. May appear during pass-the-ticket attacks from non-compliant devices.
Alert: frequent denials from specific devices or accounts. Investigate device compliance status.
SubjectUserNameTargetUserNameLogonTypeIpAddressWorkstationName Starting points — adapt the log source, projected fields and thresholds for your environment.
SecurityEvent
| where EventID == 4820 // A Kerberos Ticket-Granting-Ticket (TGT) was denied because the device does not meet the access control restrictions
| project TimeGenerated, Computer, SubjectUserName, TargetUserName, LogonType, IpAddress, WorkstationName
| sort by TimeGenerated desc
index=* sourcetype="WinEventLog:Security" EventCode=4820
| stats count earliest(_time) as first_seen latest(_time) as last_seen by ComputerName
| sort - count `# A Kerberos Ticket-Granting-Ticket (TGT) was denied because the device does not meet the access control restrictions — add EventData fields: SubjectUserName, TargetUserName, LogonType, IpAddress`
A Kerberos Ticket-Granting-Ticket (TGT) was denied because the device does not meet the access control restrictions. TGT denied due to device-based access control (compound authentication). Device health or membership restriction failed.
Event 4820 is written to the Security channel by Microsoft-Windows-Security-Auditing. Advanced Audit Policy — enable the 'Kerberos Authentication Service' subcategory (Success and/or Failure).
Alert: frequent denials from specific devices or accounts. Investigate device compliance status.