Web アプリケーションのテスト中に、侵入テスターは https://company.com に移動し、Web ページ上のすべてのリンクを表示できました。ページを手動で確認した後、テスト担当者は Web スキャナーを使用して脆弱性の検索を自動化しました。Web アプリケーションに戻ると、ブラウザーに次のメッセージが表示されました: このページを表示する権限がありません。次のうち、何が起こったのかを最もよく説明しているのはどれですか?
正解:B
Explanation The most likely explanation for what occurred is that the tester IP was blocked by the web server. The web server may have detected the web scanner as a malicious or suspicious activity and blocked the tester's IP address from accessing the web application. This could result in an unauthorized to view this page message in the browser.