Web サーバーのログを確認しているときに、セキュリティ アナリストは次のスニペットに気づきました。 ..\../..\../boot.ini 次のうちどれが試みられていますか?
正解:A
The log entry "......\boot.ini" is indicative of a directory traversal attack, where an attacker attempts to access files and directories that are stored outside the web root folder. The log snippet "......\boot.ini" is indicative of a directory traversal attack. This type of attack aims to access files and directories that are stored outside the web root folder. By manipulating variables that reference files with "../" (dot-dot-slash), the attacker may be able to access arbitrary files and directories stored on the file system.