Detectionhightest
Potential File Overwrite Via Sysinternals SDelete
Detects the use of SDelete to erase a file not the free space
Convert In Phoenix Studio
Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.
Launch
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 Logic2 selectors
detection:
selection:
OriginalFileName: sdelete.exe
filter:
CommandLine|contains:
- ' -h'
- ' -c'
- ' -z'
- ' /\?'
condition: selection and not filterFalse Positives
Unknown
False positive likelihood has not been assessed. Additional context may be needed during triage.
References
MITRE ATT&CK
Tactics
Techniques
Rule Metadata
Rule ID
a4824fca-976f-4964-b334-0621379e84c4
Status
test
Level
high
Type
Detection
Created
Thu Jun 03
Modified
Tue Feb 28
Author
Path
rules/windows/process_creation/proc_creation_win_sysinternals_sdelete.yml
Raw Tags
attack.impactattack.t1485