|
2 | 2 | creation_date = "2020/11/04" |
3 | 3 | integration = ["endpoint"] |
4 | 4 | maturity = "production" |
5 | | -updated_date = "2024/05/21" |
| 5 | +updated_date = "2024/10/18" |
6 | 6 |
|
7 | 7 | [transform] |
8 | 8 | [[transform.osquery]] |
@@ -112,19 +112,22 @@ sequence by host.id with maxspan=5s |
112 | 112 | not process.executable : ("C:\\Windows\\SoftwareDistribution\\*.exe", "C:\\Windows\\WinSxS\\*.exe") |
113 | 113 | ] by process.executable |
114 | 114 | [file where host.os.type == "windows" and event.type == "deletion" and file.extension : ("exe", "scr", "com") and |
| 115 | + and process.code_signature.trusted != true and |
115 | 116 | not process.executable : |
116 | 117 | ("?:\\Program Files\\*.exe", |
117 | 118 | "?:\\Program Files (x86)\\*.exe", |
118 | 119 | "?:\\Windows\\System32\\svchost.exe", |
119 | | - "?:\\Windows\\System32\\drvinst.exe") and |
| 120 | + "?:\\Windows\\System32\\drvinst.exe" |
| 121 | + "?:\\Windows\\Postillion\\Office\\*.exe) and |
120 | 122 | not file.path : ( |
121 | 123 | "?:\\Program Files\\*.exe", |
122 | 124 | "?:\\Program Files (x86)\\*.exe", |
123 | 125 | "?:\\Windows\\Temp\\*\\DismHost.exe", |
124 | 126 | "?:\\$WINDOWS.~BT\\Work\\*\\DismHost.exe", |
125 | 127 | "?:\\$WinREAgent\\Scratch\\*\\DismHost.exe", |
126 | 128 | "?:\\Windows\\tenable_mw_scan_*.exe", |
127 | | - "?:\\Users\\*\\AppData\\Local\\Temp\\LogiUI\\Pak\\uninstall.exe" |
| 129 | + "?:\\Users\\*\\AppData\\Local\\Temp\\LogiUI\\Pak\\uninstall.exe", |
| 130 | + "?:\\ProgramData\\chocolatey\\*.exe |
128 | 131 | ) |
129 | 132 | ] by file.path |
130 | 133 | ''' |
|
0 commit comments