開発チームは、PaaS 環境に格納された企業のバックエンド API に接続するモバイル アプリケーションを作成しました。スクレイピング アクティビティが原因で、API のプロセッサ使用率が高くなっています。セキュリティ エンジニアは、動作を防止および修正するソリューションを推奨する必要があります。 API を保護するのに最も適しているのは次のうちどれですか? (2つ選んでください。)
正解:A,E
Although I might agree that OAuth 2.0 could be an answer as well, since it can help with rate limiting by accepting only authorized traffic, this is not as specific as it should be for the proposed scenario. Bot protection is a security measure that helps prevent automated scraping activities by detecting and blocking malicious bots that attempt to access the APIs. This can help reduce the processor utilization on the APIs and prevent scraping activities from affecting the performance of the system. Rate limiting is a security measure that limits the number of requests that can be made to an API within a given time period. By implementing rate limiting, the security engineer can help prevent scraping activities that may cause high processor utilization on the APIs.