セキュリティ アナリストは侵入テストのレポートを調査しています。侵入テスト中に、コンサルタントはバックエンド サーバーから機密データをダウンロードできました。バックエンド サーバーは、企業のモバイル アプリケーションからのみ利用できるはずの API を公開していました。セキュリティ アナリストはバックエンド サーバーのログを確認した結果、次のエントリを発見しました。 セキュリティ制御バイパスの原因として最も可能性が高いのは次のうちどれですか?
正解:B
Explanation User-agent spoofing is a technique that involves changing the user-agent string of a web browser or other client to impersonate another browser or device. The user-agent string is a piece of information that identifies the client to the web server and can contain details such as the browser name, version, operating system, and device type. User-agent spoofing can be used to bypass security controls that rely on the user-agent string to determine the legitimacy of a request. In this scenario, the consultants were able to spoof the user-agent string of the company's mobile application and access the API that should have been restricted to it.