CS0-003 · Question #649
A security analyst is investigating an unusually high volume of requests received on a web server. Based on the following command and output: Which of the following best describes the activity that th
The correct answer is B. Directory brute force. The log shows a rapid sequence of GET requests for many different paths that do not exist, all returning 404 errors. This pattern is characteristic of directory or resource brute forcing, where an attacker scans for valid files or directories by requesting numerous possibilities.
Question
A security analyst is investigating an unusually high volume of requests received on a web server. Based on the following command and output:
Which of the following best describes the activity that the analyst will confirm?
Exhibit
Options
- ASQL injection
- BDirectory brute force
- CRemote command execution
- DCross-site scripting
How the community answered
(45 responses)- A2% (1)
- B73% (33)
- C16% (7)
- D9% (4)
Explanation
The log shows a rapid sequence of GET requests for many different paths that do not exist, all returning 404 errors. This pattern is characteristic of directory or resource brute forcing, where an attacker scans for valid files or directories by requesting numerous possibilities.
Topics
Community Discussion
No community discussion yet for this question.
