GCFA · Question #51
Which of the following is a type of intruder detection that involves logging network events to a file for an administrator to review later?
The correct answer is B. Passive detection. Passive detection is the IDS mode that records network events to a log file for an administrator to analyze after the fact, without taking immediate action.
Question
Which of the following is a type of intruder detection that involves logging network events to a file for an administrator to review later?
Options
- APacket detection
- BPassive detection
- CActive detection
- DEvent detection
How the community answered
(59 responses)- A15% (9)
- B71% (42)
- C8% (5)
- D5% (3)
Why each option
Passive detection is the IDS mode that records network events to a log file for an administrator to analyze after the fact, without taking immediate action.
Packet detection is not a recognized IDS detection classification; it loosely describes a mechanism, not a response mode.
In passive detection mode, the IDS monitors and captures network traffic or system events and writes them to a log, but does not automatically block or alter any traffic in real time. An administrator reviews the logs at a later time to identify intrusions or anomalies. This deferred, non-interventional approach is the defining characteristic that distinguishes passive detection from active (inline) detection.
Active detection (also called inline or reactive detection) responds to threats in real time by blocking connections or generating alerts immediately, rather than simply logging for later review.
Event detection is not a standard IDS taxonomy term; it does not specifically describe the log-and-review behavior outlined in the question.
Concept tested: Passive vs. active IDS detection modes
Source: https://www.cisco.com/c/en/us/td/docs/security/ips/6-2/configuration/guide/idm/idmguide/idmOver.html
Topics
Community Discussion
No community discussion yet for this question.