Techniques › T1080 › AN1298
AN1298 Analytic 1298
Windows · attack.mitre.org · ATT&CK Enterprise v19.2
<p>Detects adversary tampering of shared directories via file drops (e.g., malicious LNK, EXE, VBS) followed by user execution or suspicious network activity.</p>
- Detects
- T1080 Taint Shared Content
- Part of
- DET0471 Detection of Tainted Content Written to Shared Storage
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=11 | DC0039 File Creation |
| WinEventLog:Security | EventCode=5145 | DC0102 Network Share Access |
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 |
|---|---|
SharedPathPrefix | Defines monitored shared directories (e.g., \\server\HR\). |
ExecutableExtensions | Monitored file types dropped in shared paths (e.g., .lnk, .exe, .vbs). |