.. /Diskshadow.exe
Star

Dump
Execute

Diskshadow.exe is a tool that exposes the functionality offered by the volume shadow copy Service (VSS).


Paths:

Resources:
Acknowledgements:

Detection:

Dump

  1. Execute commands using diskshadow.exe from a prepared diskshadow script.

    diskshadow.exe /s c:\test\diskshadow.txt
    Use case
    Use diskshadow to exfiltrate data from VSS such as NTDS.dit
    Privileges required
    User
    Operating systems
    Windows server
    ATT&CK® technique
    T1003.003

Execute

  1. Execute commands using diskshadow.exe to spawn child process

    diskshadow> exec calc.exe
    Use case
    Use diskshadow to bypass defensive counter measures
    Privileges required
    User
    Operating systems
    Windows server
    ATT&CK® technique
    T1202