ドメインシャドウイング
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-shadowing/" 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-shadowing/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/domain-shadowing/)
Use the native HTML custom element.
ドメインシャドウイングは、攻撃者が正規ドメインの[[dns|DNS]]レジストラアカウントに不正アクセスし、親サイトを妨害することなく、その信頼されたドメイン配下に悪意のあるサブドメインをひそかに作成する攻撃手法です。親ドメインが確立された評判を持つため、シャドウサブドメインはその信頼スコアを引き継ぎ、セキュリティフィルタにブロックされにくくなります。この攻撃は完全なドメイン乗っ取りではなく[[domain-hijacking|アカウント認証情報の窃取]]を利用するため、検出されずに持続できます。シャドウサブドメインはフィッシングページのホスティング、マルウェア配布、またはコマンド&コントロールインフラに一般的に使用されます。
使用例
Attackers compromise the registrar account of a law firm, create 'payment.lawfirm.com' pointing to a phishing server, and send invoices to clients — the trusted domain name bypasses email filters.