A network security engineer is designing an intrusion prevention architecture for a high-frequency trading firm's REST API gateway. The gateway receives TLS 1.3 encrypted HTTP/2 traffic routed asymmetrically across dual active-active Internet edge links. The firm requires active, real-time blocking of unknown zero-day application exploits, strict adherence to sub-millisecond added network latency limits (), and complete protection against session dropping caused by asymmetric TCP packet paths. Which deployment model and inspection mechanism best fulfills all system requirements?
- Deploy a Host-based Intrusion Prevention System (HIPS) running an anomaly-based detection engine directly on the API gateway servers.Cevap
- BDeploy a passive Network Intrusion Detection System (NIDS) connected via SPAN ports on both border switches using a signature-based detection engine.
- CDeploy inline Network Intrusion Prevention System (NIPS) appliances on each edge link operating with signature-based detection without state synchronization.
- DDeploy a network TAP array mirroring encrypted port 443 traffic directly to a centralized Security Information and Event Management (SIEM) system for automated rule blocking.
Cevap
Deploying a Host-based Intrusion Prevention System (HIPS) utilizing an anomaly-based detection engine directly on the host API gateway servers is the optimal solution.
Deploying a Host-based Intrusion Prevention System (HIPS) directly on the API gateway hosts solves all technical challenges simultaneously. Because HIPS operates at the operating system/application level on the endpoint, it inspects network traffic after TLS decryption occurred. Furthermore, host placement eliminates external network inline latency and avoids TCP session corruption caused by asymmetric routing across dual ISP links. Utilizing an anomaly-based detection engine allows the system to detect and actively prevent zero-day exploits by identifying deviations from baseline behavior rather than relying on known signatures.
Adım Adım Çözüm
Anahtar Kavram
Host-based IPS (HIPS) vs Network-based IPS (NIPS) placement trade-offs regarding payload encryption, asymmetric routing, and anomaly vs signature detection engines.