An enterprise monitors its internal data center network using a passive Network Intrusion Detection System (NIDS) connected to a switch SPAN port. During a security incident, an attacker successfully exploits a vulnerability on a Linux target server by transmitting crafted TCP packets containing overlapping sequence numbers with conflicting data payloads (a TCP stream segmentation evasion attack). Although traffic reached the sensor, the NIDS failed to generate an alert because its stream reassembly engine interpreted the overlapping segments differently than the target server's IP/TCP protocol stack. Which of the following actions best addresses this detection failure while maintaining zero impact on network latency?
- Tune the NIDS stream reassembly engine's target-oriented policy to match the reassembly behavior of the target host's operating system.Cevap
- BRelocate the NIDS sensor inline as an active NIPS to strip Layer 2 Ethernet headers before packets reach the target operating system.
- CReconfigure the switch SPAN port to mirror traffic specifically on TCP port 22 instead of port 80 to prevent control flag dropping.
- DConvert the NIDS to an inline NIPS operating in passive mode to enforce drop rules at Layer 3.
Cevap
Tune the NIDS stream reassembly engine's target-oriented policy to match the reassembly behavior of the target host's operating system.
When attackers craft overlapping TCP segments, different host operating systems apply distinct rules to decide whether original or newer overlapping bytes take precedence. A passive NIDS uses stream normalization engines with target-oriented policies to align its reassembly logic with the exact operating system of the target destination host. Tuning these policies ensures the NIDS reassembles the payload identically to the target host, detecting evasive attacks out-of-band without introducing inline latency.
Adım Adım Çözüm
Anahtar Kavram
Target-Oriented TCP Stream Reassembly in Out-of-Band NIDS