2023-04-12 02:57:44 +02:00
|
|
|
title: DumpMinitool Execution
|
2022-04-06 14:01:14 +02:00
|
|
|
id: dee0a7a3-f200-4112-a99b-952196d81e42
|
2024-03-01 15:38:35 +01:00
|
|
|
status: test
|
2023-04-12 02:57:44 +02:00
|
|
|
description: Detects the use of "DumpMinitool.exe" a tool that allows the dump of process memory via the use of the "MiniDumpWriteDump"
|
2022-04-06 14:01:14 +02:00
|
|
|
references:
|
2023-03-03 00:21:25 +01:00
|
|
|
- https://twitter.com/mrd0x/status/1511415432888131586
|
2022-04-06 14:01:14 +02:00
|
|
|
- https://twitter.com/mrd0x/status/1511489821247684615
|
2023-04-12 02:57:44 +02:00
|
|
|
- https://lolbas-project.github.io/lolbas/OtherMSBinaries/DumpMinitool/
|
|
|
|
|
- https://gist.github.com/nasbench/6d58c3c125e2fa1b8f7a09754c1b087f
|
|
|
|
|
author: Nasreddine Bencherchali (Nextron Systems), Florian Roth (Nextron Systems)
|
2024-08-12 12:02:50 +02:00
|
|
|
date: 2022-04-06
|
|
|
|
|
modified: 2023-04-12
|
2022-04-06 14:01:14 +02:00
|
|
|
tags:
|
2024-08-12 12:02:50 +02:00
|
|
|
- attack.defense-evasion
|
2022-04-06 14:01:14 +02:00
|
|
|
- attack.t1036
|
|
|
|
|
- attack.t1003.001
|
2025-04-25 21:01:12 +02:00
|
|
|
- attack.credential-access
|
2022-04-06 14:01:14 +02:00
|
|
|
logsource:
|
|
|
|
|
category: process_creation
|
|
|
|
|
product: windows
|
|
|
|
|
detection:
|
2022-11-18 11:15:50 +01:00
|
|
|
selection_img:
|
2023-04-12 02:57:44 +02:00
|
|
|
- Image|endswith:
|
2023-10-18 11:53:44 +02:00
|
|
|
- '\DumpMinitool.exe'
|
|
|
|
|
- '\DumpMinitool.x86.exe'
|
|
|
|
|
- '\DumpMinitool.arm64.exe'
|
2023-04-12 02:57:44 +02:00
|
|
|
- OriginalFileName:
|
2023-10-18 11:53:44 +02:00
|
|
|
- 'DumpMinitool.exe'
|
|
|
|
|
- 'DumpMinitool.x86.exe'
|
|
|
|
|
- 'DumpMinitool.arm64.exe'
|
2022-11-18 11:15:50 +01:00
|
|
|
selection_cli:
|
2023-04-12 03:40:38 +02:00
|
|
|
CommandLine|contains:
|
|
|
|
|
- ' Full'
|
|
|
|
|
- ' Mini'
|
|
|
|
|
- ' WithHeap'
|
2023-04-12 02:57:44 +02:00
|
|
|
condition: all of selection_*
|
2022-04-06 14:01:14 +02:00
|
|
|
falsepositives:
|
|
|
|
|
- Unknown
|
|
|
|
|
level: medium
|