ドメインフロンティング
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/domain-fronting/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/domain-fronting/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/domain-fronting/)
Use the native HTML custom element.
ドメインフロンティングは、CDNやクラウドプロバイダーのルーティングを悪用して、HTTPSトラフィックの真の宛先を偽装する技術です。攻撃者はネットワーク監視者に見えるSNI(Server Name Indication)フィールドに人気のある無害なドメインを入れ、暗号化されたHTTP Hostヘッダーに実際のターゲットドメインを配置します。両ドメインが同じCDNインフラとIP範囲を共有しているため、トラフィックはフロントドメインに向かっているように見えますが、内部的には攻撃者のドメインにルーティングされます。主要クラウドプロバイダー(Google、AWS、Cloudflare)はSNI/Hostの整合性を強制することでこの機能を段階的に無効化しました。
使用例
Malware authors configure their C2 server behind Cloudflare and use domain fronting to make C2 traffic appear as HTTPS requests to cloudflare.com, bypassing network inspection tools.