CAPEC-481: Contradictory Destinations in Traffic Routing Schemes

Standard Draft 严重程度: High 攻击可能性: Medium

CAPEC版本: 3.9

更新日期: 2023-01-24

攻击模式描述

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.

前提条件

  • 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.

所需技能

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

后果影响

影响范围: Confidentiality

技术影响: Read Data

缓解措施

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

分类映射

分类名称 条目ID 条目名称
ATTACK 1090.004 Proxy:Domain Fronting
关键信息

CAPEC ID: CAPEC-481

抽象级别: Standard

状态: Draft

典型严重程度: High

攻击可能性: Medium

相关攻击模式
相关CWE弱点