Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_susp_procdump.yml
T

27 lines
888 B
YAML
Raw Normal View History

title: Suspicious Use of Procdump
2021-03-02 23:36:25 +01:00
id: 03795938-1387-481b-9f4c-3f6241e604fe
2021-08-16 13:55:00 +02:00
description: Detects suspicious uses of the SysInternals Procdump utility by using a special command line parameter ' -ma ' and ' -accepteula' in a single step. This way we're also able to catch cases in which the attacker has renamed the procdump executable.
status: experimental
references:
2019-03-02 00:14:20 +01:00
- Internal Research
author: Florian Roth
2021-03-02 23:36:25 +01:00
date: 2021/02/02
2021-08-16 13:55:00 +02:00
modified: 2021/08/16
tags:
2019-03-02 00:14:20 +01:00
- attack.defense_evasion
- attack.t1036
2020-06-16 14:46:08 -06:00
- attack.t1003.001
logsource:
2019-03-02 00:14:20 +01:00
category: process_creation
product: windows
detection:
2021-03-02 23:36:25 +01:00
selection:
2021-08-16 16:14:48 +02:00
CommandLine|contains|all:
2021-03-02 23:36:25 +01:00
- ' -ma '
2021-08-16 13:55:00 +02:00
- ' -accepteula '
2021-03-02 23:36:25 +01:00
condition: selection
falsepositives:
2019-03-02 00:14:20 +01:00
- Another tool that uses the command line switches of Procdump
2021-03-02 23:36:25 +01:00
- Legitimate use of procdump by a developer or administrator
2021-08-16 16:14:48 +02:00
level: high