Soru

Zorluk: ZorIntrusion Detection and Prevention Systems (IDS/IPS)

A network security team observes severe throughput degradation and dropped legitimate traffic on an inline Network Intrusion Prevention System (NIPS) during peak hours. The NIPS performs deep packet inspection and signature matching on unencrypted perimeter traffic. Concurrently, an audit reveals that internal attackers are transmitting malicious encrypted payloads across TLS sessions that bypass the NIPS undetected. Which of the following architectural modifications best addresses the processing bottleneck while providing threat visibility into the encrypted traffic?

  1. Deploy Host-based Intrusion Detection Systems (HIDS) on critical endpoint servers while reconfiguring the network intrusion sensor to a passive out-of-band TAP deployment.Cevap
  2. B
    Move the NIPS from the network perimeter to Layer 2 trunk links and enforce port-based filtering for Port 443.
  3. C
    Reconfigure the inline NIPS to utilize port-based signature matching rather than deep packet payload inspection.
  4. D
    Replace the signature-based NIPS engine with a passive network ARP inspection daemon connected to a switch SPAN port.

Cevap

Deploy Host-based Intrusion Detection Systems (HIDS) on critical endpoint servers while reconfiguring the network intrusion sensor to a passive out-of-band TAP deployment.
The combination of converting network sensors to an out-of-band TAP and installing Host-based Intrusion Detection Systems (HIDS) addresses both challenges effectively. Passive TAP deployments mirror traffic without sitting inline, eliminating network latency and packet drops. HIDS operates directly on endpoints where encrypted transport sessions (TLS) are decrypted, enabling full payload and behavior monitoring that network-level devices miss.

Adım Adım Çözüm

1
Analyze the network bottleneck issue
Inline NIPS processing causes latency and packet drops during high traffic volume because every packet must be inspected synchronously in-band.
Relieving network latency requires transitioning synchronous inline inspection to an asynchronous out-of-band passive monitoring model (such as a network TAP).
2
Analyze the encrypted traffic visibility issue
Network-based sensors cannot inspect payload data inside encrypted TLS tunnels without session termination.
Host-based Intrusion Detection Systems (HIDS) execute after the host operating system terminates and decrypts the TLS session, allowing full visibility into application payloads and system call behavior.
3
Synthesize the combined security architecture strategy
Combining out-of-band passive network monitoring with endpoint HIDS resolves latency while securing encrypted traffic.
This hybrid approach eliminates inline network degradation while gaining host-level decrypted payload inspection.

Anahtar Kavram

HIDS vs NIDS visibility and In-Band vs Out-of-Band deployment trade-offs
Bu soruyu puanla