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

40 lines
1.3 KiB
YAML
Raw Normal View History

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
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)
date: 2022-04-06
modified: 2023-04-12
2022-04-06 14:01:14 +02:00
tags:
- attack.defense-evasion
2022-04-06 14:01:14 +02:00
- attack.t1036
- attack.t1003.001
- attack.credential-access
2022-04-06 14:01:14 +02:00
logsource:
category: process_creation
product: windows
detection:
selection_img:
2023-04-12 02:57:44 +02:00
- Image|endswith:
- '\DumpMinitool.exe'
- '\DumpMinitool.x86.exe'
- '\DumpMinitool.arm64.exe'
2023-04-12 02:57:44 +02:00
- OriginalFileName:
- 'DumpMinitool.exe'
- 'DumpMinitool.x86.exe'
- 'DumpMinitool.arm64.exe'
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