Skip to content

Commit 179e29b

Browse files
Samirbousw0rk3r
andauthored
Update rules/windows/lateral_movement_credential_access_kerberos_correlation.toml
Co-authored-by: Jonhnathan <[email protected]>
1 parent ea64e40 commit 179e29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/windows/lateral_movement_credential_access_kerberos_correlation.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ sequence by source.port, source.ip with maxspan=3s
8383
[network where host.os.type == "windows" and destination.port == 88 and
8484
process.executable != null and
8585
not process.executable : ("?:\\Windows\\system32\\lsass.exe", "\\device\\harddiskvolume*\\windows\\system32\\lsass.exe") and
86-
source.ip != "127.0.0.1" and destination.ip !="::1" and destination.ip !="127.0.0.1"]
86+
source.ip != "127.0.0.1" and destination.ip != "::1" and destination.ip != "127.0.0.1"]
8787
[authentication where host.os.type == "windows" and event.code in ("4768", "4769")]
8888
'''
8989

0 commit comments

Comments
 (0)