ATT&CK coverage › Technique

Lateral Tool Transfer T1570

Adversaries may transfer tools or other files between systems in a compromised environment. Once brought into the victim environment (i.e., Ingress Tool Transfer) files may then be copied from one system to another to stage adversary tools or other files over the course of an operation.

Events covered

10 catalog events are tagged with this technique by at least one rule.

ProviderEvent IDTitle
Sysmon1Process creation
Sysmon5Process terminated
Sysmon11FileCreate
Security-Auditing4663An attempt was made to access an object.
Security-Auditing4688A new process has been created.
Security-Auditing4689A process has exited.
Security-Auditing4697A service was installed in the system.
Security-Auditing5136A directory service object was modified.
Security-Auditing5145A network share object was checked to see whether client can be granted desired access.
Defender-DeviceFileEvents9002000File activity (any)

Authoring guide

Patterns shared across the 9 rules above: which fields they filter on, what specific values they look for, and what they exclude. Field names are normalized across vendors so Sigma's Image, Elastic's process.name, and Splunk's process_name collapse into one row. Each rule contributes at most once per row.

Fields filtered most (17 distinct)

The fields most rules look at when detecting this technique. The How column shows the operators authors use (eq, wildcard, regex_match, match) and how often each appears. Sample values are concrete examples to start from, not an exhaustive list.

FieldRulesHowSample values
Image3match 2, ends_with 1Policies\\{31B2F340-016D-11D2-945F-00C04FB984F9}, Policies\\{6AC1786C-016F-11D2-945F-00C04fB984F9}, \\\\, \COMODO\Endpoint Manager\ITSMService.exe
CommandLine2match 1, eq 1.bat, accepteula, rundll32, rundll32.exe
TargetFilename2ends_with 2, starts_with 1.ps1, .pif, .exe, C:\Windows\PSEXEC-, .key
RelativeTargetName1ends_with 1ScheduledTasks.xml
AttributeValue1match 1CAB54552-DEEA-4691-817E-ED4A4D1AFC72, AADCED64-746C-4633-A97C-D61349046527
AccessList1match 1%%4417
AttributeLDAPDisplayName1eq 1gPCUserExtensionNames, gPCMachineExtensionNames
ShareName1wildcard 1\\*\SYSVOL
EventID1eq 14688
Process1match 1Policies\\{31B2F340-016D-11D2-945F-00C04FB984F9}, Policies\\{6AC1786C-016F-11D2-945F-00C04fB984F9}
FileCount1gt 14
Exe1gt 11
FileName1ends_with 1.exe
ServiceFileName1regex_match 1^%systemroot%\\[a-zA-Z]{8}\.exe$
ServiceName1regex_match 1, eq 1(^[a-zA-Z]{4}$)|(^[a-zA-Z]{8}$)|(^[a-zA-Z]{16}$), PSEXESVC

Top indicator values (43 distinct)

Specific (field, operator, value) combinations the rules check for, ranked by how many rules under this technique use each one. The Corpus reach column counts how many rules across the entire catalog (any technique) check the same combination. High numbers point to widely-used indicators that are likely noisy on their own; combine them with another condition for useful signal. Blank means the combination is specific to rules under this technique.

FieldKindValueRules (here)Corpus reach
ShareNamewildcard\\*\SYSVOL12
AttributeLDAPDisplayNameeqgPCMachineExtensionNames14
AttributeValuematchAADCED64-746C-4633-A97C-D613490465271
AttributeLDAPDisplayNameeqgPCUserExtensionNames12
AccessListmatch%%441713
AttributeValuematchCAB54552-DEEA-4691-817E-ED4A4D1AFC721
RelativeTargetNameends_withScheduledTasks.xml1
EventIDeq46881
ImagematchPolicies\\{31B2F340-016D-11D2-945F-00C04FB984F9}1
ImagematchPolicies\\{6AC1786C-016F-11D2-945F-00C04fB984F9}1
ProcessmatchPolicies\\{31B2F340-016D-11D2-945F-00C04FB984F9}1
ProcessmatchPolicies\\{6AC1786C-016F-11D2-945F-00C04fB984F9}1
FileNameends_with.exe1
Exegt11
CommandLinematch.bat18
FileCountgt41
CommandLinematchaccepteula13
Imagematch\\\\1
ServiceTypeeq0x101
ServiceNameeqPSEXESVC12

Common exclusions (7 distinct)

Field/operator/value combinations that rules under this technique routinely exclude (top-level not() clauses). These are the false-positive paths the community has learned to filter out. A new rule that ignores the high-count entries here will likely fire on the same noisy paths.

FieldKindValueRules excluding
Processeqknown_processes2
CommandLinematchauditpol1
CommandLinematchrebootrequired1
CommandLinematchscripts1
CommandLinematchbatch1
CommandLinematchscript1
CommandLinematchillusive1

Rules under this technique

Every rule in the catalog tagged with this technique, grouped by vendor. Click a rule title for its full predicates, exclusions, and indicators.

Sigma 4 rules

Elastic 1 rule

Kusto Query Language 4 rules