A security analyst is investigating a high-fidelity SIEM alert generated from cloud infrastructure audit logs. The analyst retrieves the following sequential log events originating from external IP address 198.51.100.4:
text
2026-06-14T09:12:01Z cloudtrail: User="j.smith" Event="ConsoleLogin" Status="Failure" SourceIP="198.51.100.4"
2026-06-14T09:12:03Z cloudtrail: User="m.davis" Event="ConsoleLogin" Status="Failure" SourceIP="198.51.100.4"
2026-06-14T09:12:05Z cloudtrail: User="a.wilson" Event="ConsoleLogin" Status="Failure" SourceIP="198.51.100.4"
2026-06-14T09:12:10Z cloudtrail: User="r.taylor" Event="ConsoleLogin" Status="Success" SourceIP="198.51.100.4"
2026-06-14T09:12:18Z cloudtrail: User="r.taylor" Event="CreateAccessKey" Status="Success" SourceIP="198.51.100.4"
Based on these log entries, which of the following security events has occurred?
- A password spraying attack resulted in a successful login for account r.taylor, followed by the generation of API credentials for persistence.Cevap
- BA targeted single-account brute-force attack compromised user r.taylor after repeated failed login attempts against that specific account.
- CA SQL injection attack manipulated backend web application database queries to bypass identity verification controls.
- DAn authorization failure occurred because account r.taylor lacked sufficient role privileges to perform the ConsoleLogin action.