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

27 lines
708 B
YAML
Raw Normal View History

2023-02-28 15:22:25 +01:00
title: Procdump Execution
2021-08-16 15:50:14 +02:00
id: 2e65275c-8288-4ab4-aeb7-6274f58b6b20
status: test
2022-10-28 15:06:36 +02:00
description: Detects usage of the SysInternals Procdump utility
2021-08-16 13:55:00 +02:00
references:
2023-02-28 15:22:25 +01:00
- https://learn.microsoft.com/en-us/sysinternals/downloads/procdump
2023-02-01 11:14:59 +01:00
author: Florian Roth (Nextron Systems)
date: 2021-08-16
modified: 2023-02-28
2021-08-16 13:55:00 +02:00
tags:
- attack.defense-evasion
2021-08-16 13:55:00 +02:00
- attack.t1036
- attack.t1003.001
- attack.credential-access
2021-08-16 13:55:00 +02:00
logsource:
category: process_creation
product: windows
detection:
2022-08-12 13:44:03 +01:00
selection:
2021-08-16 13:55:00 +02:00
Image|endswith:
- '\procdump.exe'
- '\procdump64.exe'
2022-08-12 13:44:03 +01:00
condition: selection
2021-08-16 13:55:00 +02:00
falsepositives:
- Legitimate use of procdump by a developer or administrator
level: medium