|
2 | 2 | creation_date = "2023/01/22" |
3 | 3 | integration = ["windows"] |
4 | 4 | maturity = "production" |
5 | | -updated_date = "2024/10/15" |
| 5 | +updated_date = "2024/10/21" |
6 | 6 | min_stack_version = "8.14.0" |
7 | 7 | min_stack_comments = "Breaking change at 8.14.0 for the Windows Integration." |
8 | 8 |
|
@@ -51,14 +51,25 @@ process where host.os.type == "windows" and event.code == "10" and |
51 | 51 | "?:\\Windows\\LTSvc\\LTSVC.exe", |
52 | 52 | "?:\\Windows\\Sysmon.exe", |
53 | 53 | "?:\\Windows\\Sysmon64.exe", |
| 54 | + "C:\\Windows\\CynetMS.exe", |
54 | 55 | "?:\\Windows\\system32\\csrss.exe", |
55 | 56 | "?:\\Windows\\System32\\lsm.exe", |
56 | 57 | "?:\\Windows\\system32\\MRT.exe", |
57 | 58 | "?:\\Windows\\System32\\msiexec.exe", |
58 | 59 | "?:\\Windows\\system32\\wbem\\wmiprvse.exe", |
59 | 60 | "?:\\Windows\\system32\\wininit.exe", |
60 | 61 | "?:\\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" |
62 | 73 | ) and |
63 | 74 | not winlog.event_data.CallTrace : ("*mpengine.dll*", "*appresolver.dll*", "*sysmain.dll*") |
64 | 75 | ''' |
|
0 commit comments