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
|
2021-08-16 13:55:00 +02:00
|
|
|
status: experimental
|
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)
|
2021-08-16 13:55:00 +02:00
|
|
|
date: 2021/08/16
|
2023-02-28 15:22:25 +01:00
|
|
|
modified: 2023/02/28
|
2021-08-16 13:55:00 +02:00
|
|
|
tags:
|
|
|
|
|
- attack.defense_evasion
|
|
|
|
|
- attack.t1036
|
|
|
|
|
- attack.t1003.001
|
|
|
|
|
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
|