SOC アナリストは、外部の公開された Web サーバーでの悪意のあるアクティビティを確認しています。調査中に、アナリストは特定のトラフィックがログに記録されておらず、Web アプリケーションの WAF からの可視性がないことを確認しました。 最も可能性の高い原因は次のうちどれですか?
正解:C
This could be the cause of the lack of visibility from the WAF (Web Application Firewall) for the web application, as the WAF may not be able to inspect or block unencrypted HTTP traffic. To solve this issue, the web server should redirect all HTTP requests to HTTPS and use SSL/TLS certificates to encrypt the traffic.