A security analyst is reviewing Linux authentication log entries forwarded to a SIEM aggregator from host server1:
Jul 27 14:10:01 server1 sshd[1042]: Failed password for root from 198.51.100.45 port 49210 ssh2
Jul 27 14:10:03 server1 sshd[1044]: Failed password for root from 198.51.100.45 port 49212 ssh2
Jul 27 14:10:05 server1 sshd[1046]: Failed password for root from 198.51.100.45 port 49215 ssh2
Jul 27 14:10:08 server1 sshd[1049]: Accepted password for root from 198.51.100.45 port 49218 ssh2
Based on these log entries, which TWO of the following conclusions can be accurately drawn regarding this security event? (Select TWO)
- An SSH brute-force authentication attack was executed from IP address 198.51.100.45.Answer
- BThe log pattern shows a web application SQL injection attack targeting database credentials.
- The attacker successfully authenticated and gained system access as the root user.Answer
- DThe log entries record an authorization failure during role-based permission verification.
Answer
The logs demonstrate an SSH brute-force password attack from IP address 198.51.100.45 that ultimately resulted in a successful authentication compromise of the root user.
The sequence of rapid password failures followed by an accepted password entry confirms both an SSH brute-force attempt from IP address 198.51.100.45 and a successful account compromise of the root user.
Step-by-Step Solution
Key Concept
Log Analysis and SIEM Management