An enterprise security team is evaluating alert telemetry generated by a network intrusion detection system (NIDS) and netflow collectors monitoring a DMZ web server (IP address ). Flow telemetry demonstrates persistent outbound TCP connections initiated every seconds to an external IP address () over port . However, NIDS packet payload analysis reveals that the outbound traffic consists of raw, unencrypted HTTP POST requests containing base64-encoded strings rather than valid TLS handshake negotiations. Which of the following conclusions best explains this alert scenario?
- AA threat actor is conducting a SQL injection attack against the server database by sending raw SQL queries disguised as standard web payloads over port 443.
- An compromised internal host is using protocol tunneling and scheduled beaconing over an allowed port to maintain command-and-control communication while evading port-based filtering.Cevap
- CA deception honeypot deployed in the network segment is functioning as an inline preventive control to block malicious outbound network streams.
- DThe primary remediation requires implementing host-based application patch updates on the perimeter firewall to restrict connection timing intervals.
Cevap
An compromised internal host is using protocol tunneling and scheduled beaconing over an allowed port to maintain command-and-control communication while evading port-based filtering.
The combination of regular outbound connections at fixed time intervals (beaconing) and traffic payload mismatch (unencrypted HTTP over port 443) strongly indicates an infected system establishing a covert command-and-control (C2) channel through protocol tunneling to bypass perimeter port restrictions.
Adım Adım Çözüm
Anahtar Kavram
Network Security Monitoring, Protocol Tunneling, and Egress Beaconing Identification