kevmap

TechniquesT1205.002 › AN0462

AN0462 Analytic 0462

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

<p>Adversary installs/uses packet-capture or raw-socket capability (WinPcap/Npcap, wpcap/packet DLLs or raw socket attach) and sets a filter. A crafted inbound packet is observed; within a short window the host process that loaded capture libraries initiates an outbound connection (e.g., reverse shell) to the packet origin.</p>
Detects
T1205.002 Socket Filters
Part of
DET0162 Socket-filter trigger → on-host raw-socket activity → reverse connection (T1205.002)

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:SystemEventCode=7045DC0060 Service Creation
WinEventLog:SysmonEventCode=1DC0032 Process Creation
WinEventLog:SysmonEventCode=3, 22DC0082 Network Connection Creation
WinEventLog:SysmonEventCode=6DC0079 Driver Load
WinEventLog:SysmonEventCode=7DC0016 Module Load
NSM:FlowSingle, low-volume inbound packet (REJ/S0/OTH or uncommon dport/protocol) from src_ip followed by outbound SF connection to src_ip.DC0085 Network Traffic Content

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
TimeWindowSeconds to correlate inbound trigger → process library load/driver start → outbound connect (default 120s).
CaptureLibIndicatorsDLL/driver names to match (wpcap.dll, packet.dll, npcap.sys, npf.sys) – extend for EDR drivers in your fleet.
AllowedInstallersSigned/expected processes allowed to install/start Npcap (software distribution tools).
ReversePortsLikely egress ports to watch after trigger (4444, 53, 80/443, 8080, high ephemeral).