Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions yml/OSBinaries/Vssadmin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
Name: Vssadmin.exe
Description: Volume Shadow Copy Service administrative command-line tool
Author: mmadersbacher
Created: 2026-08-16
Commands:
- Command: vssadmin delete shadows /all /quiet
Description: Delete all volume shadow copies on the host without prompting
Usecase: Destroy shadow copies to prevent file and system recovery, a technique commonly used by ransomware
Category: Tamper
Privileges: Administrator
MitreID: T1490
OperatingSystem: Windows 11, Windows 10, Windows Server
Full_Path:
- Path: C:\Windows\System32\vssadmin.exe
Detection:
- Sigma: https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_susp_shadow_copies_deletion.yml
Resources:
- Link: https://attack.mitre.org/techniques/T1490/
- Link: https://github.com/Neo23x0/Raccine
Loading