A security team investigating a SIEM alert reviews the following syslog entries from a Linux authentication server:
text
2026-07-27T10:14:02Z auth-srv sshd[10421]: Failed password for invalid user admin from 198.51.100.45 port 49152 ssh2
2026-07-27T10:14:04Z auth-srv sshd[10423]: Failed password for invalid user guest from 198.51.100.45 port 49154 ssh2
2026-07-27T10:14:06Z auth-srv sshd[10425]: Failed password for user root from 198.51.100.45 port 49156 ssh2
2026-07-27T10:14:08Z auth-srv sshd[10428]: Accepted password for root from 198.51.100.45 port 49160 ssh2
2026-07-27T10:14:15Z auth-srv sudo: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/usr/bin/cat /etc/shadow
Based on the log snippet, which TWO conclusions accurately describe the activity taking place?
- A successful SSH authentication occurred following rapid sequential authentication failures from a single remote IP address.Cevap
- An authenticated root session executed a privileged command to inspect system password hashes.Cevap
- CThe initial login attempts failed due to authorization policy restrictions rather than identity verification errors.
- DThe log entries demonstrate a successful web application SQL injection payload targeting the authentication database.