kevmap

TechniquesT1070.010 › AN1216

AN1216 Analytic 1216

Windows · attack.mitre.org · ATT&CK Enterprise v19.2

<p>Detects the relocation of malicious executables via copy/move actions across suspicious folders (e.g., from Downloads to System32), followed by deletion of the original source or renaming to blend into legitimate binaries.</p>
Detects
T1070.010 Relocate Malware
Part of
DET0439 Detection of Malware Relocation via Suspicious File Movement

Log sources and channels

Exactly as MITRE states them in x_mitre_log_source_references. Where a channel is vague, it is vague in the source; kevmap does not tidy it.

Log sourceChannelData component
WinEventLog:SysmonEventCode=11DC0039 File Creation
WinEventLog:SysmonEventCode=23DC0040 File Deletion

Mutable elements

Parameters MITRE marks as environment-specific. These are the knobs you are expected to tune; they are why an analytic is not a rule.

FieldDescription
SuspiciousTargetPathRegexPatterns like \Windows\*, \System32\*, or temp+execution directories
TimeWindowCorrelate copy+rename+delete chains within 5-minute window
FileExtensionFilterLimit to .exe, .dll, .js, .bat unless context suggests otherwise