Data Destruction T1485

Adversaries may destroy data and files on specific systems or in large numbers on a network to interrupt availability to systems, services, and network resources. Data destruction is likely to render stored data irrecoverable by forensic techniques through overwriting files or data on local and remote drives. Common operating system file deletion commands such as del and rm often only remove pointers to files without wiping the contents of the files themselves, making the files recoverable by proper forensic methodology. This behavior is distinct from Disk Content Wipe and Disk Structure Wipe because individual files are destroyed rather than sections of a storage disk or the disk's logical structure.

Events covered

14 catalog events are tagged with this technique by at least one rule.

Authoring guide

Patterns shared across the 28 rules above: which fields they filter on, what specific values they look for, and what they exclude. The catalog normalizes field names across vendors so Sigma's Image, Elastic's process.name, and Splunk's process_name collapse into one row. Each rule contributes at most once per row.

Fields filtered most (38 distinct)

The fields most rules look at when detecting this technique. The How column shows the operators authors use (eq, wildcard, regex_match, match) and how often each appears. Sample values are concrete examples to start from, not an exhaustive list.

FieldRulesHowSample values
CommandLine9contains 9, match 1-r, -s, -k gpsvcgroup, -q, -c
EventID7eq 4, in 323, 26, 4688, 1
TargetFilename7in 3, starts_with 2, contains 1, wildcard 1c:\users\, *.7z, *.backup*, *.bak, *.dll
OriginalFileName6eq 6sdelete.exe, cipher.exe, fsutil.exe, wbadmin.exe
EventType4eq 4connection_accepted, creation, ProcessCreated, rename
Image4ends_with 3, starts_with 1\cipher.exe, \fsutil.exe, \sdelete.exe, \sdelete64.exe, c:\users\public\
process_name4eq 2, regex_match 2(?i)\x5ccipher\.exe, sdelete.exe, wbadmin.exe
Process3eq 2, ends_with 1, ne 1sdelete.exe, svchost.exe
count3ge 3100, 50
event.type3eq 2, in 1deletion, change, start
file.extension3eq 1, in 1, wildcard 1hta, BKF, VBK, VBM, bmp
process_id3eq 34
user.id3starts_with 2, ne 1S-1-12-, S-1-5-21, S-1-5-18
DestinationPort2eq 2445
SourcePort2ge 249152

Top indicator values (171 distinct)

Specific (field, operator, value) combinations the rules check for, ranked by how many rules under this technique use each one. The Corpus reach column counts how many rules across the entire catalog (any technique) check the same combination. High numbers point to widely-used indicators that are likely noisy on their own; combine them with another condition for useful signal. Blank means the combination is specific to rules under this technique. Click a value to expand the rules under this technique that use it.

FieldKindValueRules (here)Corpus reach
CommandLinecontains
-r
48
CommandLinecontains
-s
49
CommandLinecontains
-k gpsvcgroup
22
CommandLinecontains
-q
27
CommandLinecontains
-s gpsvc
22
CommandLinecontains
accepteula
28
CommandLinecontains
sdelete
22
CommandLinecontains
-c
14
CommandLinecontains
-h
1
EventIDeq
4688
3312
EventIDin
23
36
EventIDin
26
36
OriginalFileNameeq
sdelete.exe
33
process_ideq
4
310
DestinationPorteq
445
27
EventTypeeq
connection_accepted
22
EventTypeeq
creation
25
Processeq
sdelete.exe
22
SourcePortge
49152
27
TargetFilenamestarts_with
c:\users\
216
countge
100
22
network.typeeq
ipv4
23
process_nameregex_match
(?i)\x5ccipher\.exe
22
src_ipne
127.0.0.1
221
src_ipne
::1
221
user.idstarts_with
S-1-12-
24
user.idstarts_with
S-1-5-21
25
1eq
1
16
ActingProcessNameends_with
svchost.exe
1
CipherCountgt
1
1

Exclusions (66 distinct)

Field/operator/value combinations excluded by rules under this technique (top-level not() clauses), sorted by how many rules exclude each. These are the false-positive paths the community has learned to filter out. A new rule that ignores the high-count entries here will likely fire on the same noisy paths. Click a value to expand the rules under this technique that exclude it.

FieldKindValueRules excluding
CommandLinecontains
sdelete
2
CommandLinecontains
-c
1
CommandLinecontains
-h
1
CommandLinecontains
-z
1
CommandLinecontains
/\?
1
source.addressends_with
destination.address
2
Imageends_with
\sdelete.exe
1
Imageends_with
\sdelete64.exe
1
Imagewildcard
?:\windows\system32\poqexec.exe
1
Imagewildcard
?:\windows\system32\wbengine.exe
1
Imagewildcard
?:\windows\winsxs\???64_microsoft-windows-servicingstack_*\tiworker.exe
1
Processends_with
sdelete.exe
1
TargetFilenamecontains
\\inetcache\\content.outlook\\
1
TargetFilenamestarts_with
?:\$recycle.bin\
1
TargetFilenamestarts_with
?:\program files (x86)\trend micro\
1

Rules under this technique

Every rule in the catalog tagged with this technique, grouped by vendor. Click a rule title for its full predicates, exclusions, and indicators.

Sigma 6 rules

Elastic 6 rules

Splunk 11 rules

Kusto 5 rules