A Security Operations Center (SOC) analyst is investigating a high-severity alert triggered by a SIEM correlation rule on an enterprise Linux server. The log stream displays the following chronologically ordered events:
text
Jul 27 14:15:02 auth-srv pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=198.51.100.45 user=root
Jul 27 14:15:05 auth-srv pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=198.51.100.45 user=root
Jul 27 14:15:09 auth-srv sshd[4102]: Accepted password for deploy_admin from 198.51.100.45 port 52144 ssh2
Jul 27 14:15:22 auth-srv sudo: deploy_admin : TTY=pts/1 ; PWD=/home/deploy_admin ; USER=root ; COMMAND=/usr/bin/useradd -m -g sudo backdoor_admin
Which of the following security incidents is most accurately indicated by this log telemetry?
- A successful password-guessing attack against a valid user account followed by unauthorized administrative privilege escalation and local user creation.Answer
- BA Cross-Site Scripting (XSS) attack that injected malicious client-side scripts into the PAM authentication service to bypass user credentials.
- CAn authorization boundary failure where the system granted root shell access without first completing identity verification.
- DA SIEM correlation rule misinterpretation caused by log collection tools classifying failed logins as a preventive firewall block action.