kevmap

TechniquesT1074.002 › AN0194

AN0194 Analytic 0194

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

<p>Detects file transfers or mounting operations from remote hosts followed by write actions into a local staging directory, often using SMB or remote shell activity.</p>
Detects
T1074.002 Remote Data Staging
Part of
DET0071 Detection of Remote Data Staging Prior to Exfiltration

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=11DC0039 File Creation
WinEventLog:Microsoft-Windows-SMBClient/SecurityEventCode=31001DC0102 Network Share Access
WinEventLog:PowerShellCommandLine=copy-item or robocopy from UNC pathDC0064 Command Execution

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
StagingDirectoryCommon directories such as C:\Temp, Downloads, or hidden folders used for remote staging
RemotePathPatternsUNC paths like \\10.* or \\domain\share indicating lateral data staging
CopyToolPatternsUsage of robocopy, xcopy, copy-item, or scheduled tasks performing cross-host copies