Detectionmediumtest
Kerberos Network Traffic RC4 Ticket Encryption
Detects kerberos TGS request using RC4 encryption which may be indicative of kerberoasting
Convert In Phoenix Studio
Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.
Launch
Log Source
Zeek (Bro)kerberos
ProductZeek (Bro)← raw: zeek
Servicekerberos← raw: kerberos
Detection Logic
Detection Logic2 selectors
detection:
selection:
request_type: 'TGS'
cipher: 'rc4-hmac'
computer_acct:
service|startswith: '$'
condition: selection and not computer_acctFalse Positives
Normal enterprise SPN requests activity
References
MITRE ATT&CK
Tactics
Sub-techniques
Rule Metadata
Rule ID
503fe26e-b5f2-4944-a126-eab405cc06e5
Status
test
Level
medium
Type
Detection
Created
Wed Feb 12
Modified
Sat Nov 27
Author
Path
rules/network/zeek/zeek_susp_kerberos_rc4.yml
Raw Tags
attack.credential-accessattack.t1558.003