SigmaHQ/rules/windows/process_creation/win_process_dump_rundll32_comsvcs.yml
e6e6e 98c412044a att&ck tags review: windows/process_creation part 5
added missing ATT&CK v6.3 IDs with comments and removed unnecessary "modified" attributes
2020-09-07 02:00:41 +04:00

29 lines
819 B
YAML

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
- 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