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

29 lines
808 B
YAML
Raw Normal View History

2019-11-18 15:27:04 +01: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
modified: 2020/09/06
2019-11-18 15:27:04 +01:00
tags:
- attack.defense_evasion
- attack.t1036 # an old one
- attack.t1036.003
2019-11-18 15:27:04 +01:00
logsource:
product: windows
category: process_creation
2019-11-18 15:27:04 +01:00
detection:
selection:
2019-11-18 15:57:14 +01:00
OriginalFileName: 'procdump'
2019-11-18 15:27:04 +01:00
filter:
Image:
- '*\procdump.exe'
2019-11-18 15:27:04 +01:00
- '*\procdump64.exe'
condition: selection and not filter
falsepositives:
- Procdump illegaly bundled with legitimate software
- Weird admins who renamed binaries
level: critical