Question 1
Which system is designed to analyze, detect, and report on security-related events?
I disagree with the suggested answer B and agree with the community choice C. The question focuses on a system designed to analyze, detect, and report. While Prevention systems (IPS) include detection capabilities, the fundamental definition of a Detection system (IDS) is to monitor and alert without active intervention.
Reason
Option C is the most accurate choice because a Network Intrusion Detection System (NIDS) is specifically designed to monitor network traffic, analyze it for suspicious patterns, detect potential threats, and report (alert) administrators. Its primary function is visibility rather than mitigation.
Why the other options are not as suitable
- Option A is incorrect because a Host Intrusion Prevention System (HIPS) is designed to actively block or prevent attacks at the host level, which goes beyond the 'report' scope of the question.
- Option B is incorrect because a Network Intrusion Prevention System (NIPS) is an active device designed to sit in-line and drop malicious packets; while it detects, its primary purpose is prevention.
- Option D is incorrect because while a Host Intrusion Detection System (HIDS) also analyzes and reports, it is localized to a single host's logs and events rather than the broader network-level analysis typically implied in general security event reporting contexts, though NIDS is the more traditional answer for broad 'security-related event' monitoring in GIAC curriculum.