Detection rules › Sigma

CreateDump Process Dump

Severity
high
Author
Florian Roth (Nextron Systems), Nasreddine Bencherchali (Nextron Systems)
Source
upstream

Detects uses of the createdump.exe LOLOBIN utility to dump process memory

MITRE ATT&CK coverage

TacticTechniques
Defense EvasionT1036 Masquerading
Credential AccessT1003.001 OS Credential Dumping: LSASS Memory

Event coverage

ProviderEvent IDTitle
Sysmon1Process creation

Stages and Predicates

Stage 1: all of selection_img

or:
Image|endswith: '\createdump.exe'
OriginalFileName: FX_VER_INTERNALNAME_STR

Stage 2: all of selection_cli

or:
CommandLine|contains: ' --full '
CommandLine|contains: ' --name '
CommandLine|contains: ' -f '
CommandLine|contains: ' -u '
CommandLine|contains: '.dmp '

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.

FieldKindValues
CommandLinematch
  • --full corpus 2 (sigma 2)
  • --name corpus 2 (sigma 2)
  • -f corpus 5 (sigma 5)
  • -u corpus 4 (sigma 4)
  • .dmp corpus 2 (sigma 2)
Imageends_with
  • \createdump.exe corpus 2 (sigma 2)
OriginalFileNameeq
  • FX_VER_INTERNALNAME_STR corpus 2 (sigma 2)