An AWS S3 bucket lifecycle policy expiration is set to < 90 days

이 페이지는 아직 한국어로 제공되지 않으며 번역 작업 중입니다. 번역에 관한 질문이나 의견이 있으시면 언제든지 저희에게 연락해 주십시오.

Goal

Detect when an S3 bucket has a lifecycle configuration set with an expiration policy of less than 90 days.

Strategy

Look for @requestParameters.LifecycleConfiguration.Rule.Expiration.Days:<90 in your Cloudtrail logs.

NOTE: This rule should be set to logs that this policy applies to. The @requestParameters.LifecycleConfiguration.Rule.Expiration.Days key path must be set as a measure to do a query.

Triage & response

  1. Determine if {{@evt.name}} should have occurred on the {{@requestParameters.bucketName}} by username: {{@userIdentity.sessionContext.sessionIssuer.userName}}, accountId: {{@userIdentity.accountId}} of type: {{@userIdentity.assumed_role}} and that the {{@requestParameters.bucketName}} bucket should have a file expiration of less than 90 days.
  2. If {{@requestParameters.bucketName}} is equal to {{@aws.s3.bucket}}, the CloudTrail bucket, consider escalating to higher severity and investigating further.