Trusted Design

T1668 - Exclusive Control

概要

Adversaries who successfully compromise a system may attempt to maintain persistence by “closing the door” behind them – in other words, by preventing other threat actors from initially accessing or maintaining a foothold on the same system.

For example, adversaries may patch a vulnerable, compromised system(Citation: Mandiant-iab-control)(Citation: CERT AT Fortinent Ransomware 2025) to prevent other threat actors from leveraging that vulnerability in the future. They may “close the door” in other ways, such as disabling vulnerable services(Citation: sophos-multiple-attackers), stripping privileges from accounts(Citation: aquasec-postgres-processes), or removing other malware already on the compromised device.(Citation: fsecure-netsky)

Hindering other threat actors may allow an adversary to maintain sole access to a compromised system or network. This prevents the threat actor from needing to compete with or even being removed themselves by other threat actors. It also reduces the “noise” in the environment, lowering the possibility of being caught and evicted by defenders. Finally, in the case of Resource Hijacking, leveraging a compromised device’s full power allows the threat actor to maximize profit.(Citation: sophos-multiple-attackers)

管理者によるコメント

T1668は「Exclusive Control(独占的制御)」として定義されている、戦術「永続化(Persistence)」に分類される比較的新しいテクニックです。

システムへの侵入に成功した攻撃者が、「せっかく乗っ取ったシステムを他のハッカーに奪われたり、競合して防御者に気づかれたりするのを防ぐために、後続の侵入経路を塞ぎ、自分だけがそのシステムを独占できるようにする(後ろのドアを閉める)」という非常にユニークな生存戦略を指します。

1. 概要(攻撃者は何を実現できるのか?)

この手法で攻撃者は、「侵入した端末やネットワークにおいて、他のサイバー犯罪者(競合アクター)の介入を完全にシャットアウトし、自分だけのセキュアな『独占利権』を確立すること」を実現します。

2. 攻撃の流れ

攻撃者は、システムに侵入した後に「環境の独占」を目的としたシステムパッチ当てやサービス停止を行います。

  1. 初期侵入と権限確保:
    公開サーバーのゼロデイ脆弱性などを悪用してシステムに侵入し、管理者権限を取得します。

  2. 競合の調査(ディスカバリー):
    システム内にすでに他のマルウェア(コインマイナーなど)が動いていないか、プロセス一覧や不審なスケジュールタスクを調査します。

  3. 「後ろのドア」を閉める(トリガー):
    自身が侵入に悪用した「大元の脆弱性」や「ポート」を、他のハッカーが使えないように細工(セルフパッチ)します。

    • 実行例: 悪用したWindowsやLinuxのサービスを停止する、またはファイアウォール(iptablesなど)の設定を変更して、特定の接続元以外からの該当ポートへのアクセスを遮断する。
  4. 競合マルウェアの駆除:
    もしすでに他のハッカーのマルウェアが常駐していた場合、コマンド(killtaskkill)やスクリプトを用いてそれらのプロセスを強制終了し、自動起動設定を削除します。

  5. 独占状態の維持(目的達成):
    ターゲット環境は「脆弱性が塞がれ、他のマルウェアもいないクリーンな状態」になりますが、攻撃者だけが知っている隠されたバックドア(永続化手法)だけが機能し続けるため、安全に独占支配を継続できます。

3. 防御・対策

「正規の手順を踏まないシステム変更」を検知することが重要です。

4. 重要ポイント

5. 関連する主なCWE

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

本テクニックは特定のバグ(CVE)を突くものではなく、侵入後の「振る舞い」を指しますが、歴史的な大規模サイバー攻撃で非常に目立つ動きとして観測されています。

分析

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

関連する CVE

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


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