CAS-005 · Question #43
A security analyst discovered requests associated with IP addresses known for born legitimate 3nd bot-related traffic. Which of the following should the analyst use to determine whether the requests…
The correct answer is A. User-agent string. User-agent string is the best option for determining whether requests are malicious. The user- agent string provides information about the client making the request, including the browser or bot in use. By analyzing the user-agent, the security analyst can differentiate between…
Question
A security analyst discovered requests associated with IP addresses known for born legitimate 3nd bot-related traffic. Which of the following should the analyst use to determine whether the requests are malicious?
Options
- AUser-agent string
- BByte length of the request
- CWeb application headers
- DHTML encoding field
How the community answered
(29 responses)- A79% (23)
- B14% (4)
- C3% (1)
- D3% (1)
Explanation
User-agent string is the best option for determining whether requests are malicious. The user- agent string provides information about the client making the request, including the browser or bot in use. By analyzing the user-agent, the security analyst can differentiate between legitimate traffic (such as from a recognized browser) and bot-related traffic (which often uses generic or suspicious user-agent strings).
Community Discussion
No community discussion yet for this question.