Merge branch 'master' into alias_introduction

This commit is contained in:
Conor Richard
2022-09-15 13:54:50 -04:00
committed by GitHub
170 changed files with 622 additions and 602 deletions

View File

@@ -1,10 +1,10 @@
---
Name: Procdump.exe
Description: SysInternals Memory Dump Tool
Aliases:
Alias: Procdump64.exe
Author: 'Alfie Champion (@ajpc500)'
Created: '2020-10-14'
Aliases:
- Procdump64.exe
Commands:
- Command: procdump.exe -md calc.dll explorer.exe
Description: Loads calc.dll where DLL is configured with a 'MiniDumpCallbackRoutine' exported function. Valid process must be provided as dump still created.
@@ -20,6 +20,8 @@ Commands:
Privileges: User
MitreID: T1202
OperatingSystem: Windows 8.1 and higher, Windows Server 2012 and higher.
Full_Path:
- Path: no default
Detection:
- Sigma: https://github.com/SigmaHQ/sigma/blob/f36b1cbd2a3f1a7423f43a67a182549778700615/rules/windows/process_creation/win_susp_procdump.yml
- Sigma: https://github.com/SigmaHQ/sigma/blob/f36b1cbd2a3f1a7423f43a67a182549778700615/rules/windows/process_creation/win_procdump.yml
@@ -31,6 +33,5 @@ Detection:
Resources:
- Link: https://twitter.com/ajpc500/status/1448588362382778372?s=20
Acknowledgement:
- Name: Alfie Champion
Handle: '@ajpc500'
---
- Person: Alfie Champion
Handle: '@ajpc500'