mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-07-27 12:42:19 +02:00
@@ -1,10 +1,10 @@
|
||||
---
|
||||
Name: Diskshadow.exe
|
||||
Description: Diskshadow.exe is a tool that exposes the functionality offered by the volume shadow copy Service (VSS).
|
||||
Author: 'Oddvar Moe'
|
||||
Author: Oddvar Moe
|
||||
Created: 2018-05-25
|
||||
Commands:
|
||||
- Command: diskshadow.exe /s c:\test\diskshadow.txt
|
||||
- Command: diskshadow.exe /s {PATH:.txt}
|
||||
Description: Execute commands using diskshadow.exe from a prepared diskshadow script.
|
||||
Usecase: Use diskshadow to exfiltrate data from VSS such as NTDS.dit
|
||||
Category: Dump
|
||||
@@ -13,7 +13,7 @@ Commands:
|
||||
OperatingSystem: Windows server
|
||||
Tags:
|
||||
- Execute: CMD
|
||||
- Command: diskshadow> exec calc.exe
|
||||
- Command: diskshadow> exec {PATH:.exe}
|
||||
Description: Execute commands using diskshadow.exe to spawn child process
|
||||
Usecase: Use diskshadow to bypass defensive counter measures
|
||||
Category: Execute
|
||||
@@ -25,8 +25,6 @@ Commands:
|
||||
Full_Path:
|
||||
- Path: C:\Windows\System32\diskshadow.exe
|
||||
- Path: C:\Windows\SysWOW64\diskshadow.exe
|
||||
Code_Sample:
|
||||
- Code:
|
||||
Detection:
|
||||
- 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
|
||||
|
Reference in New Issue
Block a user