Detection rules › Sigma
Process Memory Dump Via Comsvcs.DLL
Detects a process memory dump via "comsvcs.dll" using rundll32, covering multiple different techniques (ordinal, minidump function, etc.)
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Defense Evasion | T1036 Masquerading |
| Credential Access | T1003.001 OS Credential Dumping: LSASS Memory |
Event coverage
| Provider | Event ID | Title |
|---|---|---|
| Sysmon | 1 | Process creation |
Stages and Predicates
Stage 1: selection_img
or:
CommandLine|contains: rundll32
Image|endswith: '\rundll32.exe'
OriginalFileName: RUNDLL32.EXE
Stage 2: 1 of selection_cli_1
or:
CommandLine|contains: '#+'
CommandLine|contains: '#-'
CommandLine|contains: '#24'
CommandLine|contains: '#65560'
CommandLine|contains: '24 '
CommandLine|contains: MiniDump
CommandLine|contains: comsvcs
CommandLine|contains: full
Stage 3: selection_generic
or:
CommandLine|contains: ' #'
CommandLine|contains: ', #'
CommandLine|contains: ',#'
CommandLine|contains: '"#'
CommandLine|contains: 24
CommandLine|contains: comsvcs
CommandLine|contains: full
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 |
|
OriginalFileName | eq |
|