若手セキュリティ アナリストが Web サーバーのログを調査し、ログ ファイル内で次のパターンを特定しました。 次のタイプのどの攻撃が試みられていますか?また、それを軽減するにはどうすればよいですか?
正解:C
Explanation Detailed Explanation: The attack being attempted is directory traversal, which is a web application attack that allows an attacker to access files and directories outside of the web root directory. A WAF can help mitigate this attack by detecting and blocking attempts to access files outside of the web root directory. References: CompTIA Security+ Study Guide: Exam SY0-601, Chapter 4: Securing Application Development and Deployment, p. 191