Skip to content

Commit 60074d3

Browse files
authored
Update rules/windows/credential_access_kerberos_coerce.toml
1 parent 1f2a62a commit 60074d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/windows/credential_access_kerberos_coerce.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ timestamp_override = "event.ingested"
9292
type = "query"
9393

9494
query = '''
95-
(event.code:4662 and winlog.event_data.AdditionalInfo : *1UWhR*BAAAA,*MicrosoftDNS*) or
96-
(event.code:5137 and winlog.event_data.ObjectDN:*1UWhR*BAAAA,*MicrosoftDNS*)
95+
(event.code:4662 and winlog.event_data.AdditionalInfo: *UWhRC*BAAAA*MicrosoftDNS*) or
96+
(event.code:5137 and winlog.event_data.ObjectDN: *UWhRC*BAAAA*MicrosoftDNS*)
9797
'''
9898

9999

0 commit comments

Comments
 (0)