2018-06-09 00:15:06 +02:00
|
|
|
---
|
|
|
|
Name: Diskshadow.exe
|
2018-09-24 21:59:43 +02:00
|
|
|
Description: Diskshadow.exe is a tool that exposes the functionality offered by the volume shadow copy Service (VSS).
|
|
|
|
Author: 'Oddvar Moe'
|
2021-01-10 16:04:52 +01:00
|
|
|
Created: 2018-05-25
|
2018-06-09 00:15:06 +02:00
|
|
|
Commands:
|
|
|
|
- Command: diskshadow.exe /s c:\test\diskshadow.txt
|
|
|
|
Description: Execute commands using diskshadow.exe from a prepared diskshadow script.
|
2018-09-24 21:59:43 +02:00
|
|
|
Usecase: Use diskshadow to exfiltrate data from VSS such as NTDS.dit
|
|
|
|
Category: Dump
|
|
|
|
Privileges: User
|
2021-11-05 21:32:44 +01:00
|
|
|
MitreID: T1003.003
|
2018-09-24 21:59:43 +02:00
|
|
|
OperatingSystem: Windows server
|
2018-06-09 00:15:06 +02:00
|
|
|
- Command: diskshadow> exec calc.exe
|
2018-09-24 21:59:43 +02:00
|
|
|
Description: Execute commands using diskshadow.exe to spawn child process
|
|
|
|
Usecase: Use diskshadow to bypass defensive counter measures
|
|
|
|
Category: Execute
|
|
|
|
Privileges: User
|
2021-11-05 21:17:04 +01:00
|
|
|
MitreID: T1202
|
2018-09-24 21:59:43 +02:00
|
|
|
OperatingSystem: Windows server
|
2018-12-10 14:28:12 +01:00
|
|
|
Full_Path:
|
2018-09-24 21:59:43 +02:00
|
|
|
- Path: C:\Windows\System32\diskshadow.exe
|
|
|
|
- Path: C:\Windows\SysWOW64\diskshadow.exe
|
2021-01-10 16:04:52 +01:00
|
|
|
Code_Sample:
|
2022-09-11 07:07:18 +02:00
|
|
|
- Code:
|
2018-09-24 21:59:43 +02:00
|
|
|
Detection:
|
2023-10-18 17:30:34 +02:00
|
|
|
- Sigma: https://github.com/SigmaHQ/sigma/blob/62d4fd26b05f4d81973e7c8e80d7c1a0c6a29d0e/rules/windows/process_creation/proc_creation_win_lolbin_diskshadow.yml
|
|
|
|
- Sigma: https://github.com/SigmaHQ/sigma/blob/62d4fd26b05f4d81973e7c8e80d7c1a0c6a29d0e/rules/windows/process_creation/proc_creation_win_susp_shadow_copies_deletion.yml
|
2022-09-11 07:07:18 +02:00
|
|
|
- Elastic: https://github.com/elastic/detection-rules/blob/5bdf70e72c6cd4547624c521108189af994af449/rules/windows/credential_access_cmdline_dump_tool.toml
|
|
|
|
- IOC: Child process from diskshadow.exe
|
2018-06-09 00:15:06 +02:00
|
|
|
Resources:
|
2018-09-24 21:59:43 +02:00
|
|
|
- Link: https://bohops.com/2018/03/26/diskshadow-the-return-of-vss-evasion-persistence-and-active-directory-database-extraction/
|
|
|
|
Acknowledgement:
|
|
|
|
- Person: Jimmy
|
|
|
|
Handle: '@bohops'
|