Detectionhighstable
Shadow Copies Deletion Using Operating Systems Utilities
Shadow Copies deletion using operating systems utilities
Convert In Phoenix Studio
Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.
Launch
Florian Roth (Nextron Systems), Michael Haag, Teymur Kheirkhabarov, Daniil Yugoslavskiy, oscd.community, Andreas HunkelerCreated Tue Oct 22Updated Thu Nov 03c947b146-0abc-4c87-9c64-b17e9d7274a2windows
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation
Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.
Detection Logic
Detection Logic6 selectors
detection:
selection1_img:
- Image|endswith:
- '\powershell.exe'
- '\pwsh.exe'
- '\wmic.exe'
- '\vssadmin.exe'
- '\diskshadow.exe'
- OriginalFileName:
- 'PowerShell.EXE'
- 'pwsh.dll'
- 'wmic.exe'
- 'VSSADMIN.EXE'
- 'diskshadow.exe'
selection1_cli:
CommandLine|contains|all:
- 'shadow' # will match "delete shadows" and "shadowcopy delete" and "shadowstorage"
- 'delete'
selection2_img:
- Image|endswith: '\wbadmin.exe'
- OriginalFileName: 'WBADMIN.EXE'
selection2_cli:
CommandLine|contains|all:
- 'delete'
- 'catalog'
- 'quiet' # will match -quiet or /quiet
selection3_img:
- Image|endswith: '\vssadmin.exe'
- OriginalFileName: 'VSSADMIN.EXE'
selection3_cli:
CommandLine|contains|all:
- 'resize'
- 'shadowstorage'
CommandLine|contains:
- 'unbounded'
- '/MaxSize='
condition: (all of selection1*) or (all of selection2*) or (all of selection3*)False Positives
Legitimate Administrator deletes Shadow Copies using operating systems utilities for legitimate reason
LANDesk LDClient Ivanti-PSModule (PS EncodedCommand)
References
123456789
Resolving title…
slideshare.netResolving title…
blog.talosintelligence.comResolving title…
securingtomorrow.mcafee.comResolving title…
bleepingcomputer.comResolving title…
hybrid-analysis.comResolving title…
github.comResolving title…
github.comResolving title…
redcanary.comResolving title…
symantec-enterprise-blogs.security.comMITRE ATT&CK
Rule Metadata
Rule ID
c947b146-0abc-4c87-9c64-b17e9d7274a2
Status
stable
Level
high
Type
Detection
Created
Tue Oct 22
Modified
Thu Nov 03
Author
Path
rules/windows/process_creation/proc_creation_win_susp_shadow_copies_deletion.yml
Raw Tags
attack.defense-evasionattack.impactattack.t1070attack.t1490