kevmap

TechniquesT1006 › AN1193

AN1193 Analytic 1193

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

<p>Processes accessing raw logical drives (e.g., \.\C:) to bypass file system protections or directly manipulate data structures.</p>
Detects
T1006 Direct Volume Access
Part of
DET0426 Detection of Direct Volume Access for File System Evasion

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=10DC0035 Process Access
WinEventLog:SecurityEventCode=4688DC0032 Process Creation

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
TargetObjectPatternRegex pattern to detect access to raw disk volumes like `\Device\HarddiskVolume` or `\.\PhysicalDrive*`.
ParentProcessTune for known tools/scripts (e.g., powershell.exe, cmd.exe) often used in misuse scenarios.
TimeWindowCorrelate file access and creation across a short time window to avoid false positives.