A security analyst is investigating a high-priority correlation alert in a Security Information and Event Management (SIEM) dashboard. The analyst reviews the following sequential event logs collected from a Web Application Firewall (WAF), an Nginx web server, and a Linux host kernel audit subsystem (auditd):
text
[2026-07-27T14:22:01.104Z] WAF-ALERT rule_id=942100 severity=CRITICAL client_ip=198.51.100.44 uri="/api/v1/export?format=pdf&cmd=id" action=DETECTED_ONLY
[2026-07-27T14:22:01.108Z] HTTP-ACCESS client_ip=198.51.100.44 status=200 method=GET uri="/api/v1/export?format=pdf&cmd=%3B%20cat%20%2Fetc%2Fpasswd" bytes=4096
[2026-07-27T14:22:01.112Z] AUDITD type=EXECVE pid=88412 ppid=1420 (www-data) comm="sh" args="sh -c cat /etc/passwd"
Based on the provided log telemetry, which of the following conclusions and remediation requirements are correct? (Select TWO.)
- The Web Application Firewall was operating in a non-blocking inspection mode, allowing the command injection payload to reach the backend web server.Cevap
- The attacker successfully executed arbitrary OS commands under the context of the unprivileged web service account (www-data).Cevap
- CThe log telemetry demonstrates a successful SQL injection attack that retrieved relational database credentials using URL encoding evasion.
- DThe SOC analyst should reconfigure the WAF inline enforcement mode as a detective security control to prevent HTTP request processing.