Techniques › T1006 › 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 source | Channel | Data component |
|---|---|---|
| WinEventLog:Sysmon | EventCode=10 | DC0035 Process Access |
| WinEventLog:Security | EventCode=4688 | DC0032 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.
| Field | Description |
|---|---|
TargetObjectPattern | Regex pattern to detect access to raw disk volumes like `\Device\HarddiskVolume` or `\.\PhysicalDrive*`. |
ParentProcess | Tune for known tools/scripts (e.g., powershell.exe, cmd.exe) often used in misuse scenarios. |
TimeWindow | Correlate file access and creation across a short time window to avoid false positives. |