A network administrator receives security alerts from a passive Network Intrusion Detection System (NIDS) connected to a switch SPAN port, indicating that malicious payloads are reaching internal web servers. Although the NIDS successfully logs the suspicious traffic, it fails to stop the attacks. Which network security deployment modification would enable active packet dropping to prevent malicious traffic from reaching the servers?
- Deploy a Network Intrusion Prevention System (NIPS) in-band along the traffic path.Answer
- BPlace an implicit deny rule at the top of the ingress router Access Control List (ACL).
- CMap the out-of-band NIDS sensor to monitor Layer 2 frames instead of Layer 7 application traffic.
- DReconfigure the NIDS filters to evaluate destination port numbers rather than payload contents.
Answer
Deploy a Network Intrusion Prevention System (NIPS) in-band along the traffic path.
A Network Intrusion Prevention System (NIPS) deployed in-band (inline) sits directly within the network traffic flow. Unlike passive out-of-band NIDS solutions receiving port mirrors, an inline NIPS actively inspects live traffic and drops malicious packets before they reach destination systems.
Step-by-Step Solution
Key Concept
Inline (In-Band) NIPS vs. Out-of-Band (Passive) NIDS Architecture