Non-Standard Port T1571

Tactic: Command & Control

Adversaries may communicate using a protocol and port pairing that are typically not associated. For example, HTTPS over port 8088 or port 587 as opposed to the traditional port 443. Adversaries may make changes to the standard port used by a protocol to bypass filtering or muddle analysis/parsing of network data.

Events covered

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

Authoring guide

Patterns shared across the 27 rules above: which fields they filter on, what specific values they look for, and what they exclude. The catalog normalizes field names 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 (58 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
DestinationPort10eq 5, is_not_null 2, lt 2, in 1, ne 12200, 2222, 4000, 49152, 100
dest_ip7cidr_match 3, is_not_null 3, eq 110.0.0.0/8, 127.0.0.0/8, 169.254.0.0/16, malicious_ips
EventType6eq 5, in 1connection_attempted, exec, ConnectionEvent, FileEvent, disconnect_received
src_ip6cidr_match 2, eq 2, is_not_null 210.0.0.0/8, 127.0.0.0/8, 169.254.0.0/16, nextSourceIP, nextSrcIpAddr
Initiated4eq 4true, egress
TimeDeltainSeconds4gt 425, 10, 60
sourcetype4eq 4cisco:sfw:estreamer, cisco:nvm:flowdata, ollama:server
BeaconPercent3gt 380
TotalEvents3gt 330, 15
event.type3eq 3start
host.os.type3eq 3
DestinationHostname2is_null 2
DeviceVendor2eq 2Fortinet, Palo Alto Networks
Image2starts_with 2c:\program files (x86)\, c:\program files\
LearningTimeProtocol2ne 2, is_not_null 1AlertTimeProtocol

Top indicator values (251 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. Click a value to expand the rules under this technique that use it.

FieldKindValueRules (here)Corpus reach
BeaconPercentgt
80
33
Initiatedeq
true
350
dest_ipcidr_match
10.0.0.0/8
39
dest_ipcidr_match
127.0.0.0/8
310
dest_ipcidr_match
169.254.0.0/16
39
dest_ipcidr_match
172.16.0.0/12
39
dest_ipcidr_match
192.168.0.0/16
39
dest_ipcidr_match
::1/128
33
dest_ipcidr_match
fc00::/7
32
dest_ipcidr_match
fe80::/10
32
event.typeeq
start
3606
DestinationPorteq
4444
22
DestinationPortlt
49152
22
EventTypeeq
exec
2171
Imagestarts_with
c:\program files (x86)\
2
Imagestarts_with
c:\program files\
2
LearningTimeProtocolne
AlertTimeProtocol
22
MostFrequentTimeDeltaCountgt
25
22
SourceIPeq
nextSourceIP
22
TimeDeltainSecondsgt
25
22
TotalEventsgt
30
22
sourcetypeeq
cisco:sfw:estreamer
232
src_ipcidr_match
10.0.0.0/8
29
src_ipcidr_match
127.0.0.0/8
29
src_ipcidr_match
169.254.0.0/16
28
src_ipcidr_match
172.16.0.0/12
29
src_ipcidr_match
192.168.0.0/16
29
Actioneq
Denied
1
Activityeq
TRAFFIC
1
AlertTimeSrcIpDenyRateCountgt
LearningThreshold
12

Exclusions (116 distinct)

Field/operator/value combinations excluded by rules under this technique (top-level not() clauses), sorted by how many rules exclude each. 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. Click a value to expand the rules under this technique that exclude it.

FieldKindValueRules excluding
dest_ipcidr_match
10.0.0.0/8
9
dest_ipcidr_match
127.0.0.0/8
9
dest_ipcidr_match
169.254.0.0/16
9
dest_ipcidr_match
172.16.0.0/12
9
dest_ipcidr_match
192.168.0.0/16
9
dest_ipcidr_match
100.64.0.0/10
3
dest_ipcidr_match
192.0.0.0/24
3
dest_ipcidr_match
192.0.2.0/24
3
dest_ipcidr_match
192.175.48.0/24
3
dest_ipcidr_match
192.31.196.0/24
3
dest_ipcidr_match
192.52.193.0/24
3
dest_ipcidr_match
192.88.99.0/24
3
DestinationPortin
443
4
DestinationPortin
80
4
DestinationPortin
8080
3

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.

Platform (all)
Domain (all)

Sigma 5 rules

Elastic 7 rules

Splunk 4 rules

Kusto 9 rules

Panther 2 rules