Techniques › T1055.001 › AN1095
AN1095 Analytic 1095
Windows · attack.mitre.org · ATT&CK Enterprise v19.2
<p>Detects DLL injection through correlation of memory allocation and writing to remote process memory (e.g., VirtualAllocEx, WriteProcessMemory), followed by remote thread creation (e.g., CreateRemoteThread) that loads a suspicious or unsigned DLL using LoadLibrary or reflective loading.</p>
- Detects
- T1055.001 Dynamic-link Library Injection
- Part of
- DET0389 Behavioral Detection of DLL Injection via Windows API
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:Sysmon | EventCode=1 | DC0032 Process Creation |
| WinEventLog:Sysmon | EventCode=7 | DC0016 Module Load |
| WinEventLog:Sysmon | EventCode=17 | DC0048 Named Pipe Metadata |
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 |
|---|---|
InjectedDLLSignatureStatus | Whether the DLL is unsigned, untrusted, or loaded from a non-standard path |
TimeWindow | Temporal correlation threshold between memory operations and thread creation |
TargetProcessList | List of sensitive or high-value processes targeted for injection (e.g., explorer.exe, winlogon.exe) |
ParentProcessAnomalyThreshold | Degree of deviation from expected parent-child lineage |
KEV CVEs whose mapped technique this analytic detects
| CVE | Vendor / product | State |
|---|---|---|
| CVE-2015-5119 | Adobe Flash Player | Mapped |