Skip to content

Commit d2dfd46

Browse files
authored
Update credential_access_suspicious_lsass_access_generic.toml (#4188)
1 parent d9154c6 commit d2dfd46

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

rules/windows/credential_access_suspicious_lsass_access_generic.toml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
creation_date = "2023/01/22"
33
integration = ["windows"]
44
maturity = "production"
5-
updated_date = "2024/10/15"
5+
updated_date = "2024/10/21"
66
min_stack_version = "8.14.0"
77
min_stack_comments = "Breaking change at 8.14.0 for the Windows Integration."
88

@@ -51,14 +51,25 @@ process where host.os.type == "windows" and event.code == "10" and
5151
"?:\\Windows\\LTSvc\\LTSVC.exe",
5252
"?:\\Windows\\Sysmon.exe",
5353
"?:\\Windows\\Sysmon64.exe",
54+
"C:\\Windows\\CynetMS.exe",
5455
"?:\\Windows\\system32\\csrss.exe",
5556
"?:\\Windows\\System32\\lsm.exe",
5657
"?:\\Windows\\system32\\MRT.exe",
5758
"?:\\Windows\\System32\\msiexec.exe",
5859
"?:\\Windows\\system32\\wbem\\wmiprvse.exe",
5960
"?:\\Windows\\system32\\wininit.exe",
6061
"?:\\Windows\\SystemTemp\\GUM*.tmp\\GoogleUpdate.exe",
61-
"?:\\Windows\\sysWOW64\\wbem\\wmiprvse.exe"
62+
"?:\\Windows\\sysWOW64\\wbem\\wmiprvse.exe",
63+
"C:\\oracle\\64\\02\\instantclient_19_13\\sqlplus.exe",
64+
"C:\\oracle\\64\\02\\instantclient_19_13\\sqlldr.exe",
65+
"d:\\oracle\\product\\19\\dbhome1\\bin\\ORACLE.EXE",
66+
"C:\\wamp\\bin\\apache\\apache*\\bin\\httpd.exe",
67+
"C:\\Windows\\system32\\netstat.exe",
68+
"C:\\PROGRA~1\\INFORM~1\\apps\\jdk\\*\\jre\\bin\\java.exe",
69+
"C:\\PROGRA~2\\CyberCNSAgentV2\\osqueryi.exe",
70+
"C:\\Utilityw2k19\\packetbeat\\packetbeat.exe",
71+
"C:\\ProgramData\\Cisco\\Cisco AnyConnect Secure Mobility Client\\Temp\\CloudUpdate\\vpndownloader.exe",
72+
"C:\\ProgramData\\Cisco\\Cisco Secure Client\\Temp\\CloudUpdate\\vpndownloader.exe"
6273
) and
6374
not winlog.event_data.CallTrace : ("*mpengine.dll*", "*appresolver.dll*", "*sysmain.dll*")
6475
'''

0 commit comments

Comments
 (0)