During a network security monitoring review of a cloud environment, a security analyst examines the following NIDS alert log associated with an internal application gateway:
Timestamp: 2026-07-27T14:22:01Z
Src_IP: 192.168.10.45:49152 -> Dst_IP: 10.0.4.12:80
Signature: HTTP_Req_Pattern_Match
Payload Snippet: POST /search.php HTTP/1.1\r
Host: store.internal\r
User-Agent: Mozilla/5.0\r
Content-Type: application/x-www-form-urlencoded\r
Content-Length: 68\r
\r
item=1+UNION+SELECT+null,username,password_hash+FROM+users--
Following this initial request, outbound firewall logs capture sustained 15-minute periodic TCP connections from 10.0.4.12 to an external IP address over port 443. Based on the log evidence, which of the following represents the most accurate diagnosis of the activity and the appropriate immediate analyst action?
- The alert indicates a successful SQL injection exploit leading to potential data exfiltration; the analyst should immediately isolate the web server (10.0.4.12) to contain potential command and control activity.Answer
- BThe alert indicates a Cross-Site Scripting (XSS) attack attempting to execute scripts in the user's browser; the analyst should deploy an inline script-blocking policy on the client workstation (192.168.10.45).
- CThe alert indicates a misconfigured honeypot decoy system triggering automated alerts; the analyst should reclassify the NIDS signature from a detective control to an inline preventive control to auto-drop future packets.
- DThe alert indicates an application vulnerability; the analyst should immediately modify perimeter firewall rules to block inbound TCP port 80 traffic to prevent further web traffic.