Skip to content

Commit 1f2a62a

Browse files
w0rk3rSamirbous
andauthored
Apply suggestions from code review
Co-authored-by: Samirbous <[email protected]>
1 parent 51bbba3 commit 1f2a62a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rules/windows/credential_access_kerberos_coerce.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ tags = [
8989
"Data Source: Windows Security Event Logs"
9090
]
9191
timestamp_override = "event.ingested"
92-
type = "eql"
92+
type = "query"
9393

9494
query = '''
95-
any where host.os.type == "windows" and event.code == "5137" and
96-
winlog.event_data.ObjectDN : "*UWhRCA*BAAAA*"
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*)
9797
'''
9898

9999

0 commit comments

Comments
 (0)