Trusted Design

T1193 - Spearphishing Attachment

概要

Spearphishing attachment is a specific variant of spearphishing. Spearphishing attachment is different from other forms of spearphishing in that it employs the use of malware attached to an email. All forms of spearphishing are electronically delivered social engineering targeted at a specific individual, company, or industry. In this scenario, adversaries attach a file to the spearphishing email and usually rely upon User Execution to gain execution.

There are many options for the attachment such as Microsoft Office documents, executables, PDFs, or archived files. Upon opening the attachment (and potentially clicking past protections), the adversary's payload exploits a vulnerability or directly executes on the user's system. The text of the spearphishing email usually tries to give a plausible reason why the file should be opened, and may explain how to bypass system protections in order to do so. The email may also contain instructions on how to decrypt an attachment, such as a zip file password, in order to evade email boundary defenses. Adversaries frequently manipulate file extensions and icons in order to make attached executables appear to be document files, or files exploiting one application appear to be a file for a different one.

管理者によるコメント

T1193「Spearphishing Attachment」(スピアフィッシング添付ファイル) は、特定の組織や個人を狙い、マルウェアを仕込んだファイルをメールに添付して送りつける、最も古典的かつ強力な初期侵入手法の一つです。

1. 概要

この手法で攻撃者は、「標的ユーザーにファイルを開かせ、エンドポイント上で直接コードを実行させること」を実現します。

何を実現できるのか

2. 攻撃の流れ

攻撃者は、ファイルを開かせるための「説得力」のあるストーリーを構築します。

  1. ターゲットの調査: 業務内容や現在進行中のプロジェクト、取引先の情報をSNSや公式サイトから収集します。
  2. 悪意あるファイルの作成:
    • マクロ悪用: Office文書(Word, Excel)にVBAマクロを仕込む。
    • エクスプロイト: PDFやOfficeソフトの既知の脆弱性を突くコードを埋め込む。
    • 偽装ファイル: invoice.pdf.exe のように拡張子を偽装した実行ファイルや、ISO/LNKファイルを使用する。
  3. メールの送信: 信頼できる人物や組織を装い、至急の確認を求めるような文面で送信します。
  4. 実行: ユーザーが添付ファイルを開くと、マクロが動作したり脆弱性が発動したりして、バックグラウンドでC2サーバーから本体のマルウェアがダウンロードされます。

3. 防御・対策

「ファイルを開かせない」ための仕組みと、「開いても被害を出さない」ための対策が重要です。

4. 重要ポイント

5. 関連する主なCWE

6. 関連する代表的なCVE

添付ファイルを開いた際に、アプリケーションの脆弱性を突いて自動実行させるために以下のCVEがよく使われます。

実務上のヒント

不審な添付ファイルを受け取った際は、ハッシュ値を計算して VirusTotal 等の外部データベースで照合するのが有効ですが、標的型攻撃(スピアフィッシング)の場合は「そのターゲット専用に作られた初見のファイル」である可能性が高いため、ハッシュ値が一致しなくても安全とは言い切れない点に注意が必要です。

分析

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

関連する CVE

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


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