セキュリティ アナリストは侵入テストのレポートを調査しています。侵入テスト中に、コンサルタントはバックエンド サーバーから機密データをダウンロードできました。バックエンド サーバーは、企業のモバイル アプリケーションからのみ利用できるはずの API を公開していました。セキュリティ アナリストはバックエンド サーバーのログを確認した結果、次のエントリを発見しました。 セキュリティ制御バイパスの原因として最も可能性が高いのは次のうちどれですか?
正解:B
User-agent spoofing is a technique used by attackers to impersonate a legitimate user agent or mobile application to bypass security controls. In this case, the back-end server was exposing an API that should have only been available from the company's mobile application. By spoofing the user agent, the attacker was able to trick the back-end server into believing that the API request was coming from the legitimate mobile application, and therefore, was able to bypass the security control that was supposed to restrict access to the API to only the mobile application.