Detection rules › Sigma
Potentially Suspicious Cabinet File Expansion
Detects the expansion or decompression of cabinet files from potentially suspicious or uncommon locations, e.g. seen in Iranian MeteorExpress related attacks
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Defense Evasion | T1218 System Binary Proxy Execution |
Event coverage
| Provider | Event ID | Title |
|---|---|---|
| Sysmon | 1 | Process creation |
| Security-Auditing | 4688 | A new process has been created. |
Stages and Predicates
Stage 1: selection_cmd
CommandLine|contains: '-F:'
Image|endswith: '\expand.exe'
Stage 2: 1 of selection_folders_1
or:
CommandLine|contains: ':\Perflogs\'
CommandLine|contains: ':\ProgramData'
CommandLine|contains: ':\Users\Public\'
CommandLine|contains: ':\Windows\Temp\'
CommandLine|contains: '\Admin$\'
CommandLine|contains: '\AppData\Local\Temp\'
CommandLine|contains: '\AppData\Roaming\'
CommandLine|contains: '\C$\'
CommandLine|contains: '\Temporary Internet'
Stage 3: 1 of selection_folders_2
or:
CommandLine|contains: ':\Users\'
CommandLine|contains: '\Contacts\'
CommandLine|contains: ':\Users\'
CommandLine|contains: '\Favorites\'
CommandLine|contains: ':\Users\'
CommandLine|contains: '\Favourites\'
Stage 4: not 1 of filter_optional_dell
CommandLine|contains: 'C:\ProgramData\Dell\UpdateService\Temp\'
ParentImage: 'C:\Program Files (x86)\Dell\UpdateService\ServiceShell.exe'
Indicators
Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.
| Field | Kind | Values |
|---|---|---|
CommandLine | match |
|
Image | ends_with |
|
ParentImage | eq |
|