LoFP LoFP / another tool that uses the command line switches of xordump

Techniques

Sample rules

HackTool - XORDump Execution

Description

Detects suspicious use of XORDump process memory dumping utility

Detection logic

condition: selection
selection:
- Image|endswith: \xordump.exe
- CommandLine|contains:
  - ' -process lsass.exe '
  - ' -m comsvcs '
  - ' -m dbghelp '
  - ' -m dbgcore '