An enterprise network security engineer evaluates telemetry from a perimeter Network Intrusion Detection System (NIDS) and flow collector monitoring a secure database VLAN. The monitoring system flagged outbound encrypted connections over TCP port 443 originating from internal database server 10.0.4.15 toward an external destination.
| Attribute | Value / Captured Telemetry | |
|---|---|---|
| Source IP & Port | 10.0.4.15 : 49152 | |
| Destination IP & Port | 198.51.100.42 : 443 | |
| Flow Volume | Bytes Sent: 4,820,100 \ | Bytes Received: 1,200 |
| TLS Server Name Indication (SNI) | update.vendor-cloud-services.com | |
| JA3 TLS Fingerprint | 7715705b32eef410403f9b223bc6a136 (Known C2 toolkit hash) | |
| Reverse DNS Lookup | host42.unknown-bulletproof-host.net |
Based on the network security monitoring data, which of the following represents the most accurate diagnosis of the activity and the appropriate immediate action?
- The telemetry indicates domain fronting or SNI spoofing used for data exfiltration to a malicious command-and-control server; the host 10.0.4.15 should be isolated immediately.Cevap
- BThe payload indicates a database-targeted Cross-Site Scripting (XSS) attack executing client-side scripts via TLS SNI header manipulation; a WAF rule should be deployed to sanitize the SNI field.
- CThe imbalance in byte transfer confirms that an inline deception honeypot successfully captured and contained the attack; no further incident response actions are required.
- DThe high outbound byte volume signals a local buffer overflow vulnerability on the database server; a software vendor patch should be applied to prevent host memory corruption.
Cevap
The telemetry indicates domain fronting or SNI spoofing used for data exfiltration to a malicious command-and-control server; the host 10.0.4.15 should be isolated immediately.
The network security monitoring telemetry presents key indicators of encrypted data exfiltration over TCP port 443. The high volume of outbound bytes (4.8 MB) relative to inbound bytes (1.2 KB), combined with a JA3 fingerprint matching known malicious C2 software and a reverse DNS mismatch against the requested TLS SNI, confirms domain fronting / SNI spoofing. The immediate requirement in incident triage is isolating the host from the network to halt exfiltration.
Adım Adım Çözüm
Anahtar Kavram
Network Security Monitoring & TLS Egress Anomaly Detection