Procdump.exe

type: OtherMSBinaries
SysInternals Memory Dump Tool

aliases: Procdump64.exe

Full path

no default

Commands

  1. ExecuteUser T1202

    Performs execution of unsigned DLL.

    procdump.exe -md {PATH:.dll} explorer.exe

    Loads the specified DLL where DLL is configured with a ‘MiniDumpCallbackRoutine’ exported function. Valid process must be provided as dump still created.

    os: Windows 8.1 and higher, Windows Server 2012 and higher

    Execute: DLL

  2. ExecuteUser T1202

    Performs execution of unsigned DLL.

    procdump.exe -md {PATH:.dll} foobar

    Loads the specified DLL where configured with DLL_PROCESS_ATTACH execution, process argument can be arbitrary.

    os: Windows 8.1 and higher, Windows Server 2012 and higher

    Execute: DLL

Detection

Resources

acknowledgement: Alfie Champion @ajpc500