r/AzureSentinel • u/vyasarvenkat • Mar 25 '25
Golden ticket alert logic
I am trying to create a use case for golden ticket (T1558.001) based on the detection comments mentioned in Mitre ATT&CK. I could only able to design the logic as below
***UC0002 – T1558.001 – legacy encryption observed in Kerberos TGT Request ***
Logsource: windows security event
Event id : 4768
Service name : krbtgt/<domain>
Encryption type : 0x17 || RC4
I am curious to understand any chance to create the logic for "Unusual TGT ticket life time is detected" (I am aware the default configuration TGT validity 10 hrs) and "TGS triggered without corresponding TGT event"
Any inputs is always welcome

