A security engineer is tasked with monitoring a high-traffic enterprise network segment to identify zero-day attacks and unauthorized behavioral deviations. The organization requires that the monitoring solution must not introduce processing latency, drop legitimate packets during peak traffic hours, or create a single point of failure on the link. Which deployment architecture and detection method should the engineer implement?
- An out-of-band NIDS utilizing anomaly-based detectionAnswer
- BAn inline NIPS utilizing signature-based detection
- CAn out-of-band NIDS utilizing signature-based detection
- DAn inline NIPS utilizing anomaly-based detection
Answer
An out-of-band Network Intrusion Detection System (NIDS) utilizing anomaly-based detection logic satisfies all requirements by inspecting copied traffic passively without latency while detecting unknown zero-day threats.
Out-of-band NIDS deployments receive copied frame streams from a network TAP or SPAN port, ensuring zero latency impact and removing single-point-of-failure risks on the active link. Anomaly-based detection establishes a baseline of normal network behavior, allowing the system to identify zero-day attacks and abnormal traffic patterns that lack known signatures.
Step-by-Step Solution
Key Concept
NIDS vs NIPS Placement Topology and Detection Engine Logic
Estimated Time:1m 30s