.. /Procdump.exe
Star

Execute (DLL)

SysInternals Memory Dump Tool


Paths:

Resources:
Acknowledgements:

Detection:

Execute

  1. Loads calc.dll where DLL is configured with a 'MiniDumpCallbackRoutine' exported function. Valid process must be provided as dump still created.

    procdump.exe -md calc.dll explorer.exe
    Use case
    Performs execution of unsigned DLL.
    Privileges required
    User
    Operating systems
    Windows 8.1 and higher, Windows Server 2012 and higher
    ATT&CK® technique
    T1202
    Tags
    Execute: DLL
    This LOLBAS executes Dynamic-Link Libraries (DLLs).
  2. Loads calc.dll where configured with DLL_PROCESS_ATTACH execution, process argument can be arbitrary.

    procdump.exe -md calc.dll foobar
    Use case
    Performs execution of unsigned DLL.
    Privileges required
    User
    Operating systems
    Windows 8.1 and higher, Windows Server 2012 and higher
    ATT&CK® technique
    T1202
    Tags
    Execute: DLL
    This LOLBAS executes Dynamic-Link Libraries (DLLs).