SigmaHQ/rules/windows/process_creation/win_process_dump_rundll32_comsvcs.yml

29 lines
819 B
YAML
Raw Normal View History

title: Process Dump via Rundll32 and Comsvcs.dll
id: 646ea171-dded-4578-8a4d-65e9822892e3
description: Detects a process memory dump performed via ordinal function 24 in comsvcs.dll
status: experimental
references:
- https://twitter.com/shantanukhande/status/1229348874298388484
author: Florian Roth
date: 2020/02/18
modified: 2020/09/06
tags:
- attack.defense_evasion
- attack.t1036
- attack.credential_access
- attack.t1003 # an old one
- car.2013-05-009
2020-06-16 20:46:08 +00:00
- attack.t1003.001
logsource:
category: process_creation
product: windows
detection:
selection:
CommandLine|contains:
- 'comsvcs.dll,#24'
- 'comsvcs.dll,MiniDump'
condition: selection
falsepositives:
- Unlikely, because no one should dump the process memory in that way
level: high