.. /Sqldumper.exe
Star

Dump

Debugging utility included with Microsoft SQL.


Paths:

Resources:
Acknowledgements:

Detection:

Dump

  1. Dump process by PID and create a dump file (Appears to create a dump file called SQLDmprXXXX.mdmp).

    sqldumper.exe 464 0 0x0110
    Use case
    Dump process using PID.
    Privileges required
    Administrator
    Operating systems
    Windows
    ATT&CK® technique
    T1003
  2. 0x01100:40 flag will create a Mimikatz compatible dump file.

    sqldumper.exe 540 0 0x01100:40
    Use case
    Dump LSASS.exe to Mimikatz compatible dump using PID.
    Privileges required
    Administrator
    Operating systems
    Windows
    ATT&CK® technique
    T1003.001