nerdexam
CompTIA

CS0-003 · Question #408

While reviewing the web server logs a security analyst notices the following snippet ..\../..\../boot.ini Which of the following is being attempted?

The correct answer is A. Directory traversal. 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…

Submitted by cyberguy42· Mar 6, 2026Security Operations

Question

While reviewing the web server logs a security analyst notices the following snippet ..../..../boot.ini Which of the following is being attempted?

Options

  • ADirectory traversal
  • BRemote file inclusion
  • CCross-site scripting
  • DRemote code execution
  • EEnumeration of/etc/pasawd

How the community answered

(43 responses)
  • A
    95% (41)
  • C
    2% (1)
  • D
    2% (1)

Explanation

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 directories stored on the file system.

Topics

#Web server logs#Directory traversal#Attack patterns

Community Discussion

No community discussion yet for this question.

Full CS0-003 Practice