|
2 | 2 | creation_date = "2021/02/01" |
3 | 3 | integration = ["endpoint", "windows", "m365_defender", "sentinel_one_cloud_funnel"] |
4 | 4 | maturity = "production" |
5 | | -updated_date = "2025/03/20" |
| 5 | +updated_date = "2025/08/12" |
6 | 6 |
|
7 | 7 | [rule] |
8 | 8 | author = ["Elastic"] |
@@ -109,26 +109,45 @@ registry where host.os.type == "windows" and event.type == "change" and registry |
109 | 109 | "MACHINE\\Software\\Policies\\Microsoft\\SystemCertificates\\AuthRoot\\Certificates\\*\\Blob" |
110 | 110 | ) and |
111 | 111 | not process.executable : ( |
| 112 | + "?:\\Program Files (x86)\\*.exe", |
| 113 | + "?:\\Program Files\\*.exe", |
| 114 | + "?:\\ProgramData\\bomgar-*\\*\\sra-pin.exe", |
| 115 | + "?:\\ProgramData\\bomgar-*\\*\\bomgar-scc.exe", |
| 116 | + "?:\\ProgramData\\CTES\\Ctes.exe", |
| 117 | + "?:\\ProgramData\\CTES\\Components\\SNG\\AbtSngSvc.exe", |
| 118 | + "?:\\ProgramData\\CTES\\Components\\SVC\\CtesHostSvc.exe", |
112 | 119 | "?:\\ProgramData\\Lenovo\\Vantage\\Addins\\LenovoHardwareScanAddin\\*\\LdeApi.Server.exe", |
113 | 120 | "?:\\ProgramData\\Logishrd\\LogiOptionsPlus\\Plugins\\64\\certmgr.exe", |
114 | | - "?:\\ProgramData\\Microsoft\\Windows Defender\\Platform\\*\\MpDefenderCoreService.exe", |
115 | | - "?:\\ProgramData\\Microsoft\\Windows Defender\\Platform\\*\\MsMpEng.exe", |
| 121 | + "?:\\ProgramData\\Microsoft\\Windows Defender\\Platform\\*\\*.exe", |
116 | 122 | "?:\\ProgramData\\Quest\\KACE\\modules\\clientidentifier\\clientidentifier.exe", |
117 | | - "?:\\ProgramData\\Sophos\\AutoUpdate\\Cache\\sophos_autoupdate1.dir\\SophosUpdate.exe", |
118 | | - "?:\\Program Files (x86)\\*.exe", |
119 | | - "?:\\Program Files\\*.exe", |
| 123 | + "?:\\ProgramData\\Sophos\\AutoUpdate\\Cache\\sophos_autoupdate1.dir\\*.exe", |
| 124 | + "?:\\ProgramData\\tychoncloud\\bin\\OVAL\\tvs.exe", |
| 125 | + "?:\\Windows\\CCM\\CcmEval.exe", |
120 | 126 | "?:\\Windows\\CCM\\CcmExec.exe", |
| 127 | + "?:\\Windows\\ccmsetup\\autoupgrade\\ccmsetup*.exe", |
121 | 128 | "?:\\Windows\\ccmsetup\\cache\\ccmsetup.exe", |
| 129 | + "?:\\Windows\\ccmsetup\\ccmsetup.exe", |
122 | 130 | "?:\\Windows\\Cluster\\clussvc.exe", |
123 | 131 | "?:\\Windows\\ImmersiveControlPanel\\SystemSettings.exe", |
124 | 132 | "?:\\Windows\\Lenovo\\ImController\\PluginHost86\\Lenovo.Modern.ImController.PluginHost.Device.exe", |
125 | 133 | "?:\\Windows\\Lenovo\\ImController\\Service\\Lenovo.Modern.ImController.exe", |
126 | 134 | "?:\\Windows\\Sysmon.exe", |
127 | 135 | "?:\\Windows\\Sysmon64.exe", |
128 | | - "?:\\Windows\\System32\\*.exe", |
129 | | - "?:\\Windows\\SysWOW64\\*.exe", |
130 | 136 | "?:\\Windows\\UUS\\amd64\\MoUsoCoreWorker.exe", |
| 137 | + "?:\\Windows\\UUS\\amd64\\WaaSMedicAgent.exe", |
| 138 | + "?:\\Windows\\UUS\\Packages\\Preview\\amd64\\MoUsoCoreWorker.exe", |
131 | 139 | "?:\\Windows\\WinSxS\\*.exe" |
| 140 | + ) and |
| 141 | + not |
| 142 | + ( |
| 143 | + process.executable : ( |
| 144 | + "?:\\Windows\\System32\\*.exe", |
| 145 | + "?:\\Windows\\SysWOW64\\*.exe" |
| 146 | + ) and |
| 147 | + not process.name : ( |
| 148 | + "rundll32.exe", "mshta.exe", "powershell.exe", "pwsh.exe", "cmd.exe", "expand.exe", |
| 149 | + "regsvr32.exe", "cscript.exe", "wscript.exe", "wmiprvse.exe", "certutil.exe", "xcopy.exe" |
| 150 | + ) |
132 | 151 | ) |
133 | 152 | ''' |
134 | 153 |
|
|
0 commit comments