2019-11-18 14:27:04 +00:00
|
|
|
title: Renamed ProcDump
|
|
|
|
id: 4a0b2c7e-7cb2-495d-8b63-5f268e7bfd67
|
|
|
|
status: experimental
|
|
|
|
description: Detects the execution of a renamed ProcDump executable often used by attackers or malware
|
|
|
|
references:
|
|
|
|
- https://docs.microsoft.com/en-us/sysinternals/downloads/procdump
|
|
|
|
author: Florian Roth
|
|
|
|
date: 2019/11/18
|
|
|
|
tags:
|
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.t1036
|
|
|
|
logsource:
|
|
|
|
product: windows
|
2020-05-23 11:17:56 +00:00
|
|
|
category: process_creation
|
2019-11-18 14:27:04 +00:00
|
|
|
detection:
|
|
|
|
selection:
|
2019-11-18 14:57:14 +00:00
|
|
|
OriginalFileName: 'procdump'
|
2019-11-18 14:27:04 +00:00
|
|
|
filter:
|
|
|
|
Image:
|
2019-11-19 14:59:07 +00:00
|
|
|
- '*\procdump.exe'
|
2019-11-18 14:27:04 +00:00
|
|
|
- '*\procdump64.exe'
|
|
|
|
condition: selection and not filter
|
|
|
|
falsepositives:
|
|
|
|
- Procdump illegaly bundled with legitimate software
|
|
|
|
- Weird admins who renamed binaries
|
|
|
|
level: critical
|