Trusted Design

T1659 - Content Injection

概要

Adversaries may gain access and continuously communicate with victims by injecting malicious content into systems through online network traffic. Rather than luring victims to malicious payloads hosted on a compromised website (i.e., Drive-by Target followed by Drive-by Compromise), adversaries may initially access victims through compromised data-transfer channels where they can manipulate traffic and/or inject their own content. These compromised online network channels may also be used to deliver additional payloads (i.e., Ingress Tool Transfer) and other data to already compromised systems.(Citation: ESET MoustachedBouncer)

Adversaries may inject content to victim systems in various ways, including:

Content injection is often the result of compromised upstream communication channels, for example at the level of an internet service provider (ISP) as is the case with "lawful interception."(Citation: Kaspersky ManOnTheSide)(Citation: ESET MoustachedBouncer)(Citation: EFF China GitHub Attack)

管理者によるコメント

T1659「Content Injection」(コンテンツ・インジェクション) は、攻撃者がネットワークトラフィックに介入し、ユーザーが閲覧しているWebページやダウンロードしているデータに対して、悪意のあるコンテンツをリアルタイムで「注入」する手法です。

以前のバージョンでは「手法」として分類されていましたが、現在は T1566(Phishing)T1189(Drive-by Compromise) を実現するための、より技術的な配信メカニズムとして理解されています。

1. 概要

この手法で攻撃者は、「正規の通信を汚染し、ユーザーに気づかれずに攻撃コードを送り込むこと」を実現します。

何を実現できるのか

2. 攻撃の流れ

この攻撃には、通信経路上の「特権的な位置」の確保が必要です。

  1. 経路の確保 (In-path Position): 攻撃者は、ターゲットと目的のサーバーの間のどこかに位置取る必要があります。
    • 例: 公共のWi-Fiスポットでの中間者攻撃 (MitM)。
    • 例: ISP(プロバイダ)レベルや、侵害されたルーター・ゲートウェイ。
  2. トラフィックの監視: 通信をリアルタイムでスキャンし、インジェクションに適したHTTPレスポンス(Webページのデータ)を探します。
  3. コンテンツの注入: サーバーからの正規の応答パケットに対し、悪意のある <script> タグや <iframe> を差し込み、パケットの整合性(チェックサムなど)を調整してユーザーに送り届けます。
  4. ブラウザでの実行: ユーザーのブラウザは、届いたデータが「サーバーからの正規のもの」と信じて、挿入された悪意のあるコードを実行します。

3. 防御・対策

暗号化によって通信の「改ざん」を防ぐことが最も効果的です。

4. 重要ポイント

5. 関連する主なCWE

6. 関連する代表的な事例

特定のソフトウェア脆弱性(CVE)を突くというより、ネットワークインフラの悪用として記録されることが多いです。

分析

この攻撃手法を利用する脅威アクター

この攻撃手法を利用する脅威アクターは登録されていません。

関連する CVE

攻撃手法 – 脅威アクター Graph


← Technique一覧に戻る ← Tactics一覧に戻る