General Skills Level 4 200 points

AWS CLI - S3 Bucket Investigation

Mission

Analyze the S3 configuration audit under `/challenge/s3_audit/`. Inspect each bucket's `*_acl.json`, `*_policy.json`, and `*_objects.json`, and identify the single genuinely public bucket whose `PublicAccessBlock` is all false and whose policy grants `Principal:*` + `Allow` + `s3:GetObject` on the whole bucket (`/*`). The flag is in the object_preview of that bucket's `prod.env`. Near-miss buckets (effectively blocked by BPA, empty, or narrowly scoped) are decoys.

#aws#cloud#s3#security

Clear it in 3 steps

Not started
  1. Start the environment

  2. Investigate the target

  3. Submit the flag