QuestionQ344
Logs and Network ForensicsDuring an incident involving a healthcare portal in Cleveland, analysts observe traffic to an XML endpoint where the attacker seems to have provided hex-encoded characters that, after translation, form a complete XML structure. The team must:
- recover the attacker-supplied payload by decoding it, and
- confirm the server’s processing outcome for that same request—using one evidentiary source so the timestamps remain aligned.
Which item should they use to perform both tasks in one place?
- A query string
- B Apache access.log
- C GET request
- D 200 status code
Community Discussion