A company runs an application that hosts critical data for several clients. The company uses AWS CloudTrail to track user activities on various AWS resources. To meet new security requirements, the company needs to protect the CloudTrail log files from being modified, deleted, or forged. Which solution will meet these requirement?
Select an option, then click Submit answer.
Reference / correct answer:
Use Amazon S3 MFA Delete on the S3 bucket where the CloudTrail log files are stored.
Most accepted answer: B. Use Amazon S3 MFA Delete on the S3 bucket where the CloudTrail log files are stored.
Community votes: A=5, B=6, C=1
Selected Answer: A If you have answered anything but A, remember that CloudTrail log file integrity validation is EXACTLY made for this purpose and nothing else. upvoted 1 times
Selected Answer: A **A. Enable CloudTrail log file integrity validation**. Enabling CloudTrail log file integrity validation ensures that the log files are protected using industry-standard algorithms (SHA-256 for hashing and SHA-256 with RSA for digital signing). This makes it computationally infeasible to modify, delete, or forge the log files without detection[1](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-log-file-validation-intro.html)[2](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/best-practices-security.html). upvoted 3 times
Selected Answer: A To determine whether a log file was modified, deleted, or unchanged after CloudTrail delivered it, you can use CloudTrail log file integrity validation. This feature is built using industry standard algorithms: SHA-256 for hashing and SHA-256 with RSA for digital signing. This makes it computationally infeasible to modify, delete or forge CloudTrail log files without detection. You can use the AWS CLI to validate the files in the location where CloudTrail delivered them. https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-log-file-validation-intro.html#cloudtrail-log-file-validation-intro-use-cases upvoted 1 times
Answer is A and ChatGPT agrees: A. Enable CloudTrail log file integrity validation (Correct) CloudTrail log file integrity validation uses SHA-256 hashing and digital signatures to ensure that log files have not been tampered with or altered.This provides cryptographic proof of the integrity of the log files.It directly addresses the requirement to ensure that logs are not forged or modified.This is the most relevant feature provided by AWS CloudTrail for log protection. B. Use Amazon S3 MFA Delete on the S3 bucket where the CloudTrail log files are stored (Partially Correct)MFA Delete prevents accidental or unauthorized deletions of S3 objects, but it does not protect against forgery or tampering of log contents.While useful, this alone does not meet the full requirement of securing logs against modification or forgery. upvoted 1 times
Selected Answer: B I think it's B. upvoted 1 times