A Security Operations Center (SOC) analyst receives a high-severity alert from a Network Intrusion Detection System (NIDS) monitoring outbound traffic from an internal corporate network segment. The log entry details are shown below:
`[2026-07-27 14:15:02] ALERT: ICMP_LARGE_PAYLOAD_ECHO | Src: 192.168.10.45 | Dst: 203.0.113.88 | Length: 1450 bytes | Rate: 1200 pkts/min | Payload_Header: 504b0304 (PK..)`
Based on this network security monitoring alert, which of the following conclusions and immediate response steps are most appropriate? (Select TWO.)
- The alert indicates a potential covert channel utilizing ICMP tunneling to exfiltrate compressed archive files.Answer
- BThe payload header signature indicates a SQL injection payload attempting to query backend database tables.
- The analyst should isolate the internal workstation from the network while preserving session packet captures for incident investigation.Answer
- DThe analyst should reconfigure the web application firewall (WAF) to block incoming cross-site scripting (XSS) attacks on port 80.
Answer
The correct conclusions and actions are recognizing that the alert indicates potential ICMP tunneling used for data exfiltration of compressed files, and immediately isolating the compromised workstation while capturing traffic logs for forensic analysis.
ICMP echo requests normally carry minimal data. High volume ICMP traffic carrying 1450-byte payloads with the magic header '504b0304' (Zip file header) signifies data exfiltration via ICMP tunneling. The appropriate incident response steps are isolating the source host to contain potential exfiltration and preserving traffic captures for further investigation.
Step-by-Step Solution
Key Concept
Network Intrusion Alert Interpretation and ICMP Covert Channel Detection