Forum Discussion
JoelNyRe
Jan 26, 2026Copper Contributor
Invalidating kerberos tickets via XDR?
Since we have alerts every now and then, regarding suspected Pass the Ticket-incidents, I want to know if there's a way to make a user's kerberos ticket invalid? Like we have the "Revoke Session" in ...
GoXATAKAN
Apr 15, 2026Brass Contributor
There's no direct "Revoke Kerberos Ticket" button in Microsoft Defender XDR.
The "Revoke Session" in Entra ID only covers cloud/OAuth tokens. it won't touch on-prem Kerberos tickets. They're separate authentication stacks.
For a Golden Ticket scenario, you'd need to reset the KRBTGT account password (twice, with a gap between resets).
for a PtT alert would typically be: isolate the endpoint from XDR, reset the user's AD password, force a logoff or reboot of the compromised machine (which clears tickets from memory), and then revoke Entra sessions too if it's a hybrid-joined device with cloud SSO.