A Security Operations Center analyst investigates a network intrusion detection system (NIDS) alert generated by telemetry from an internal application gateway servicing database queries. The raw payload captured in the monitoring alert log reads as follows:
http
POST /api/v1/query HTTP/1.1
Host: dbgateway.internal.net
User-Agent: CustomClient/2.4
Content-Type: application/x-www-form-urlencoded
Payload: account_id=1092%27+OR+%271%27%3D%271&session_token=8f9a2b
The security monitoring dashboard erroneously categorized this incident as a client-side Cross-Site Scripting (XSS) event and initiated an automated ticket to update client browser security policies. Based on the network telemetry provided, which of the following response and remediation measures should the analyst take? (Select TWO).
- Reclassify the alert within the SIEM as a server-side SQL injection attempt and adjust signature parsing rules for encoded database attack patterns.Cevap
- Deploy or tune an inline Web Application Firewall (WAF) to inspect application-layer HTTP POST parameters for database manipulation strings.Cevap
- CEnforce Document Object Model (DOM) sanitization policies across endpoints to block script execution in browser environments.
- DReconfigure perimeter deception honeypots to operate inline directly on the API gateway segment to filter out malicious network packets.