セキュリティ エンジニアは、SSL を介した悪意のある Web リクエストから会社の Web サイトを保護するために WAF をインストールしています。目的を達成するために必要なものは次のうちどれですか?
正解:B
A Web Application Firewall (WAF) is a security solution that protects web applications from various types of attacks such as SQL injection, cross-site scripting (XSS), and others. It is typically deployed in front of web servers to inspect incoming traffic and filter out malicious requests. To protect the company's website from malicious web requests over SSL, a decryption certificate is needed to decrypt the SSL traffic before it reaches the WAF. This allows the WAF to inspect the traffic and filter out malicious requests.