Umbra Wiki attack-pattern attack-pattern/CAPEC-481
Back to wiki

CAPEC-481 — Contradictory Destinations in Traffic Routing Schemes

provenance: imported · ATT&CK: T1090.004 · CWE: CWE-923

CAPEC-481: Contradictory Destinations in Traffic Routing Schemes

MITRE CAPEC attack pattern

Status Draft
Typical severity High
Likelihood of attack Medium
Catalogue CAPEC 3.9 (2023-01-24)

Description

Adversaries can provide contradictory destinations when sending messages. Traffic is routed in networks using the domain names in various headers available at different levels of the OSI model. In a Content Delivery Network (CDN) multiple domains might be available, and if there are contradictory domain names provided it is possible to route traffic to an inappropriate destination. The technique, called Domain Fronting, involves using different domain names in the SNI field of the TLS header and the Host field of the HTTP header. An alternative technique, called Domainless Fronting, is similar, but the SNI field is left blank.

Where this sits in the chain

A finding maps to a weakness (CWE), a weakness is exploited by an attack pattern (CAPEC), and an attack pattern shows up in ATT&CK as observed adversary behaviour. This page is the middle hop.

Weaknesses exploited: CWE-923

ATT&CK techniques: T1090.004

Prerequisites

  • An adversary must be aware that their message will be routed using a CDN, and that both of the contradictory domains are served from that CDN.
  • If the purpose of the Domain Fronting is to hide redirected C2 traffic, the C2 server must have been created in the CDN.

Skills required

  • Medium: The adversary must have some knowledge of how messages are routed.

Consequences

  • Confidentiality: Read Data, Modify Data

Mitigations

  • Monitor connections, checking headers in traffic for contradictory domain names, or empty domain names.

Source