QuestionQ1

Data Collection and Sources of Threat Intelligence

The following is an extracted Apache error log entry:

[Wed Aug 28 13:35:38.878945 2020] [core:error] [pid 12356:tid 8689896234] [client 10.0.0.8] File not found: /images/folder/pic.jpg

Identify the element in the Apache error log entry that denotes the IP address from which the request originated.

  • A 8689896234
  • B 10.0.0.8
  • C 12356
  • D 13:35:38.878945
Explanation

Apache error-log entries label the requesting host with the client field. In this entry, 10.0.0.8 follows [client ...], so it is the source IP address of the request.

Community Discussion

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