ATT&CK coverage › Technique

Non-Application Layer Protocol T1095

Adversaries may use an OSI non-application layer protocol for communication between host and C2 server or among infected hosts within a network. The list of possible protocols is extensive. Specific examples include use of network layer protocols, such as the Internet Control Message Protocol (ICMP), transport layer protocols, such as the User Datagram Protocol (UDP), session layer protocols, such as Socket Secure (SOCKS), as well as redirected/tunneled protocols, such as Serial over LAN (SOL).

Events covered

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

ProviderEvent IDTitle
Sysmon1Process creation
Security-Auditing4688A new process has been created.
PowerShell400

Authoring guide

Patterns shared across the 2 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 (3 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
Data1match 1powercat , powercat.ps1
Image1ends_with 1\netcat.exe, \ncat.exe, \nc.exe
CommandLine1match 1 -lvp , -lv -p , --sh-exec

Top indicator values (14 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
Datamatchpowercat.ps11
Datamatchpowercat 1
CommandLinematch --sh-exec 1
CommandLinematch -l -v -p 1
CommandLinematch -lvnp1
Imageends_with\netcat.exe1
CommandLinematch -lv -p 1
CommandLinematch -vnl -e 1
CommandLinematch --lua-exec 1
CommandLinematch -l --proxy-type http 1
CommandLinematch -lvp 1
Imageends_with\ncat.exe1
CommandLinematch -vnl --exec 1
Imageends_with\nc.exe1

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