GCIA · Question #96
You are a professional Computer Hacking forensic investigator. You have been called to collect the evidences of Buffer Overflows or Cookie snooping attack. Which of the following logs will you review
The correct answer is A. Event logs B. Program logs D. System logs. Forensic investigation of buffer overflows and cookie snooping relies on event logs, program logs, and system logs as the primary evidence sources. Each captures a different layer of OS and application behavior associated with these attacks.
Question
You are a professional Computer Hacking forensic investigator. You have been called to collect the evidences of Buffer Overflows or Cookie snooping attack. Which of the following logs will you review to accomplish the task? Each correct answer represents a complete solution. Choose all that apply.
Options
- AEvent logs
- BProgram logs
- CWeb server logs
- DSystem logs
How the community answered
(58 responses)- A84% (49)
- C16% (9)
Why each option
Forensic investigation of buffer overflows and cookie snooping relies on event logs, program logs, and system logs as the primary evidence sources. Each captures a different layer of OS and application behavior associated with these attacks.
Event logs record security-relevant OS events such as process crashes, privilege escalation attempts, and access violations that are direct indicators of a buffer overflow exploit being triggered.
Program logs capture application-level exceptions, crash dumps, and abnormal termination events that serve as signatures of buffer overflow conditions in specific applications.
Web server logs record HTTP request metadata and response codes but are not classified as a primary forensic source for diagnosing buffer overflow conditions or the underlying session manipulation of cookie snooping in this investigative framework.
System logs record kernel-level and OS service events including memory faults and service failures that reflect the systemic impact of a successful buffer overflow or session-level attack.
Concept tested: Forensic log sources for buffer overflow and cookie snooping
Source: https://www.eccouncil.org/programs/computer-hacking-forensic-investigator-chfi/
Topics
Community Discussion
No community discussion yet for this question.