Skip to content

Commit f8b17bf

Browse files
Merge PR #5512 from @GrepItAll - fix: use the correct PreAuthType selection field name
fix: Potential AS-REP Roasting via Kerberos TGT Requests - use the correct PreAuthType selection field name --------- Co-authored-by: phantinuss <79651203+phantinuss@users.noreply.github.com>
1 parent 0597250 commit f8b17bf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rules/windows/builtin/security/win_security_kerberos_asrep_roasting.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ references:
99
- https://www.picussecurity.com/resource/blog/as-rep-roasting-attack-explained-mitre-attack-t1558.004
1010
author: ANosir
1111
date: 2025-05-22
12+
modified: 2025-07-04
1213
logsource:
1314
product: windows
1415
service: security
@@ -17,7 +18,7 @@ detection:
1718
EventID: 4768
1819
TicketEncryptionType: '0x17'
1920
ServiceName: 'krbtgt'
20-
Pre-AuthenticationType: 0
21+
PreAuthType: 0
2122
condition: selection
2223
falsepositives:
2324
- Legacy systems or applications that legitimately use RC4 encryption

0 commit comments

Comments
 (0)