AWSのセキュリティ運用チームは、EC2インスタンスからの異常な送信トラフィックに関するアラートを受け取りました。インスタンスは、組織に関連付けられていないDropboxアカウントに解決される外部ドメインに、暗号化されたデータパケットの送信を開始しました。さらに分析を進めると、悪意のある実行ファイルがDropboxの同期設定をサイレントに改変し、攻撃者のアクセストークンを使用するようにしていたことが判明しました。これにより、内部ファイルが攻撃者のクラウドストレージに自動的に同期されるようになりました。どのような種類の攻撃が発生したと考えられますか?
正解:B
Man-in-the-Cloud (MITC) attacks target cloud synchronization services such as Dropbox, Google Drive, and OneDrive by manipulating authentication tokens instead of user passwords. CEH courseware explains that cloud storage clients rely heavily on sync tokens stored locally, which authorize access without user interaction. If an attacker replaces or injects a malicious token, they can hijack the victim's cloud account or redirect synced data to attacker-controlled locations. In this scenario, the EC2 instance continues to operate normally, but its Dropbox client silently synchronizes data to an external account using the attacker's token.
This bypasses traditional defenses such as perimeter firewalls, credential monitoring, or user behavior analytics, because the synchronization process appears legitimate and authenticated. MITC attacks are uniquely stealthy, as they require no further compromise once the sync token is stolen or replaced. Other choices, such as Cloud Snooper or cryptojacking, do not match the described behavior. Therefore, this attack clearly aligns with a Man-in-the-Cloud attack.