Skip to content

Commit 592b094

Browse files
authored
Update lateral_movement_credential_access_kerberos_correlation.toml
1 parent eb8bdc9 commit 592b094

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
@@ -88,7 +88,7 @@ sequence by source.port, source.ip with maxspan=3s
8888
not process.executable :
8989
("?:\\Windows\\system32\\lsass.exe",
9090
"\\device\\harddiskvolume*\\windows\\system32\\lsass.exe") and
91-
not (process.executable : ("C:\Windows\System32\svchost.exe",
91+
not (process.executable : ("C:\\Windows\\System32\\svchost.exe",
9292
"C:\\Program Files\\VMware\\VMware View\\Server\\bin\\ws_TomcatService.exe",
9393
"F:\\IGEL\\RemoteManager\\*\\bin\\tomcat10.exe") and user.id in ("S-1-5-20", "S-1-5-18")) and
9494
source.ip != "127.0.0.1" and destination.ip != "::1" and destination.ip != "127.0.0.1"]

0 commit comments

Comments
 (0)