2019-01-16 23:36:31 +01:00
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.
2019-01-16 23:36:31 +01:00
status : experimental
references :
2019-03-02 00:14:20 +01:00
- Internal Research
2019-01-16 23:36:31 +01:00
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
2019-01-16 23:36:31 +01:00
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
2019-01-16 23:36:31 +01:00
logsource :
2019-03-02 00:14:20 +01:00
category : process_creation
product : windows
2019-01-16 23:36:31 +01:00
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
2019-01-16 23:36:31 +01:00
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