guardian / bucket-blocker

MIT License
0 stars 0 forks source link

Enumerate buckets that are failing S3.8, excluding ones provisioned by GuCDK #3

Closed NovemberTang closed 2 weeks ago

NovemberTang commented 3 weeks ago

What does this change?

Previously, this tool took one bucket, and blocked public access to it. Now, it looks through all the securityhub findings to spot buckets that are currently failing AWS FSBP S3.8, excluding buckets provisioned using CDK.

Also added a dry run mode, switched on by default, to prevent accidentally blocking buckets while testing.

There is still more work left to do for this CLI, planned for follow-up PRs. This includes

How to test

Follow the new instructions in the README.md