QuestionQ59

Threat Intelligence Analysis

Bob, a security specialist at an organization, extracted the following IIS log from a Windows-based server:

2019-12-12 06:11:41 192.168.0.10 GET /images/content/bg_body_1.jpg - 80 - 192.168.0.27 Mozilla/5.0+(Windows+NT+6.3;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/48.0.2564.103+Safari/537.36 http://www.moviescope.com/css/style.css 200 0 0 365

Identify the element in this IIS log entry that shows the request was fulfilled without error.

  • A 80
  • B 537
  • C 200
  • D 192
Explanation

HTTP status code 200 means OK: the server successfully processed and fulfilled the request.

Community Discussion

No comments yet. Be the first to start the discussion!