ATT&CK coverage › Technique

Exfiltration Over Web Service T1567

Adversaries may use an existing, legitimate external Web service to exfiltrate data rather than their primary command and control channel. Popular Web services acting as an exfiltration mechanism may give a significant amount of cover due to the likelihood that hosts within a network are already communicating with them prior to compromise. Firewall rules may also already exist to permit traffic to these services.

Events covered

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

ProviderEvent IDTitle
Sysmon1Process creation
Sysmon3Network connection

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 (6 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
DestinationHostname6ends_with 4, match 2tunnel.in.ngrok.com, tunnel.sa.ngrok.com, tunnel.au.ngrok.com, .btunnel.co.in, .v2.argotunnel.com
Initiated4eq 4true
Image3ends_with 3, starts_with 1, eq 1\ConfigSecurityPolicy.exe, \DataSvcUtil.exe, C:\Program Files\Mozilla Firefox\firefox.exe, C:\Program Files (x86)\Google\Chrome\Application\chrome.exe, \WindowsApps\MicrosoftEdge.exe
OriginalFileName2eq 2ConfigSecurityPolicy.exe, DataSvcUtil.exe
CommandLine2match 2ConfigSecurityPolicy.exe, https://, http://, /in:, /uri:
All_Traffic.app1in 1"*\\Stordiag.exe", "*\\Netsh.exe", "*\\Dnscmd.exe"

Top indicator values (111 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
Initiatedeqtrue440
CommandLinematchftp://17
CommandLinematchhttp://115
Imageends_with\ConfigSecurityPolicy.exe1
CommandLinematchhttps://114
OriginalFileNameeqConfigSecurityPolicy.exe1
CommandLinematchConfigSecurityPolicy.exe1
DestinationHostnamematchtunnel.au.ngrok.com1
DestinationHostnamematchtunnel.us.ngrok.com1
DestinationHostnamematchtunnel.eu.ngrok.com1
DestinationHostnamematchtunnel.jp.ngrok.com1
DestinationHostnamematchtunnel.sa.ngrok.com1
DestinationHostnamematchtunnel.ap.ngrok.com1
DestinationHostnamematchtunnel.in.ngrok.com1
Imageends_with\DataSvcUtil.exe1
CommandLinematch/in:1
OriginalFileNameeqDataSvcUtil.exe1
CommandLinematch/out:1
CommandLinematch/uri:1
DestinationHostnameends_with.btunnel.co.in1

Common exclusions (23 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
All_Traffic.dest_ipin"192.0.0.10/32"1
All_Traffic.dest_ipin"198.51.100.0/24"1
All_Traffic.dest_ipin"192.168.0.0/16"1
All_Traffic.dest_ipin"192.0.0.170/32"1
All_Traffic.dest_ipin"192.52.193.0/24"1
All_Traffic.dest_ipin"192.0.0.0/29"1
All_Traffic.dest_ipin"100.64.0.0/10"1
All_Traffic.dest_ipin"127.0.0.0/8"1
All_Traffic.dest_ipin"192.0.0.0/24"1
All_Traffic.dest_ipin"240.0.0.0/4"1
All_Traffic.dest_ipin"10.0.0.0/8"1
All_Traffic.dest_ipin"203.0.113.0/24"1
All_Traffic.dest_ipin"172.16.0.0/12"1
All_Traffic.dest_ipin"192.0.2.0/24"1
All_Traffic.dest_ipin"192.0.0.8/32"1

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 8 rules

Splunk 1 rule