Skip to content

Commit 610a151

Browse files
Samirboustradebot-elastic
authored andcommitted
Update lateral_movement_credential_access_kerberos_correlation.toml (#5455)
Co-authored-by: Jonhnathan <[email protected]> (cherry picked from commit 2cc1a34)
1 parent e871fc9 commit 610a151

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

rules/windows/lateral_movement_credential_access_kerberos_correlation.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
creation_date = "2025/10/28"
33
integration = ["endpoint", "windows", "system"]
44
maturity = "production"
5-
updated_date = "2025/11/25"
5+
updated_date = "2025/12/12"
66

77
[rule]
88
author = ["Elastic"]
@@ -84,10 +84,11 @@ type = "eql"
8484
query = '''
8585
sequence by source.port, source.ip with maxspan=3s
8686
[network where host.os.type == "windows" and destination.port == 88 and
87-
process.executable != null and
87+
process.executable != null and process.pid != 4 and
8888
not process.executable :
8989
("?:\\Windows\\system32\\lsass.exe",
90-
"\\device\\harddiskvolume*\\windows\\system32\\lsass.exe") and
90+
"\\device\\harddiskvolume*\\windows\\system32\\lsass.exe",
91+
"\\device\\harddiskvolume*\\windows\\system32\\svchost.exe") and
9192
not (process.executable : ("C:\\Windows\\System32\\svchost.exe",
9293
"C:\\Program Files\\VMware\\VMware View\\Server\\bin\\ws_TomcatService.exe",
9394
"F:\\IGEL\\RemoteManager\\*\\bin\\tomcat10.exe") and user.id in ("S-1-5-20", "S-1-5-18")) and

0 commit comments

Comments
 (0)