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
|
2024-01-01 09:00:51 +01:00
|
|
|
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)
|
2024-08-12 12:02:50 +02:00
|
|
|
date: 2021-08-16
|
|
|
|
|
modified: 2023-02-28
|
2021-08-16 13:55:00 +02:00
|
|
|
tags:
|
2024-08-12 12:02:50 +02:00
|
|
|
- attack.defense-evasion
|
2021-08-16 13:55:00 +02:00
|
|
|
- attack.t1036
|
|
|
|
|
- attack.t1003.001
|
2025-04-25 21:01:12 +02:00
|
|
|
- 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
|