A security analyst is reviewing correlated events in a SIEM console generated from cloud audit logs:
text
[2026-07-27T10:14:22Z] AWS CloudTrail: eventName=ConsoleLogin, userIdentity=arn:aws:iam::123456789012:user/jdoe, sourceIPAddress=198.51.100.45, responseElements={ConsoleLogin=Success}, additionalEventData={MFAUsed=No}
[2026-07-27T10:14:25Z] AWS CloudTrail: eventName=CreateAccessKey, userIdentity=arn:aws:iam::123456789012:user/jdoe, sourceIPAddress=198.51.100.45, responseElements={accessKey={accessKeyId=AKIAIOSFODNN7EXAMPLE}}
[2026-07-27T10:15:01Z] AWS CloudTrail: eventName=DescribeInstances, userIdentity=arn:aws:iam::123456789012:user/jdoe, sourceIPAddress=203.0.113.88, userAgent=aws-cli/2.11.0
Based on the log sequence provided, which of the following conclusions and immediate mitigation steps are correct? (Select TWO.)
- The compromised identity logged into the console without multi-factor authentication before creating a persistent programmatic access key.Cevap
- The incident response process should immediately revoke active IAM user sessions and deactivate access key AKIAIOSFODNN7EXAMPLE.Cevap
- CThe log entries indicate a web application SQL injection attack targeting the cloud database management service.
- DThe DescribeInstances entry demonstrates a failed authorization attempt due to inadequate role permissions on the target server.