Detectionmediumtest
Backup Files Deleted
Detects deletion of files with extensions often used for backup files. Adversaries may delete or remove built-in operating system data and turn off services designed to aid in the recovery of a corrupted system to prevent recovery.
Convert In Phoenix Studio
Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.
Launch
Log Source
WindowsFile Delete
ProductWindows← raw: windows
CategoryFile Delete← raw: file_delete
Detection Logic
Detection Logic1 selector
detection:
selection:
Image|endswith:
- '\cmd.exe'
- '\powershell.exe'
- '\pwsh.exe'
- '\wt.exe'
- '\rundll32.exe'
- '\regsvr32.exe'
TargetFilename|endswith:
- '.VHD'
- '.bac'
- '.bak'
- '.wbcat'
- '.bkf'
- '.set'
- '.win'
- '.dsk'
condition: selectionFalse Positives
Legitimate usage
References
MITRE ATT&CK
Tactics
Techniques
Rule Metadata
Rule ID
06125661-3814-4e03-bfa2-1e4411c60ac3
Status
test
Level
medium
Type
Detection
Created
Sun Jan 02
Modified
Wed Feb 15
Author
Path
rules/windows/file/file_delete/file_delete_win_delete_backup_file.yml
Raw Tags
attack.impactattack.t1490