File tree Expand file tree Collapse file tree
plugins/source/aws/policies
pages/docs/plugins/sources/aws Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424
2525\set check_id ' S3.8'
2626\echo " Executing check S3.8"
27- \ir ../ queries/ s3/ account_level_public_access_blocks .sql
27+ \ir ../ queries/ s3/ bucket_level_public_access_blocks .sql
Original file line number Diff line number Diff line change 33 :' execution_time' as execution_time,
44 :' framework' as framework,
55 :' check_id' as check_id,
6- ' S3 Block Public Access (bucket) setting should be enabled' as title,
6+ ' S3 Block Public Access setting should be enabled at the bucket-level ' as title,
77 account_id,
88 arn AS resource_id,
99 case when
Original file line number Diff line number Diff line change @@ -394,6 +394,7 @@ AWS Foundational Security Best Practices performs the following checks:
394394 - S3 buckets should have server-side encryption enabled
395395 - S3 buckets should deny non-HTTPS requests
396396 - Amazon S3 permissions granted to other AWS accounts in bucket policies should be restricted
397+ - S3 Block Public Access setting should be enabled at the bucket-level
397398 - Amazon SageMaker notebook instances should not have direct internet access
398399 - Secrets Manager secrets should have automatic rotation enabled
399400 - Secrets Manager secrets configured with automatic rotation should rotate successfully
Original file line number Diff line number Diff line change 6262 INNER JOIN aws_s3_buckets AS b ON t .s3_bucket_name = b .name ;
6363```
6464
65- ### S3 Block Public Access (bucket) setting should be enabled
65+ ### S3 Block Public Access setting should be enabled at the bucket-level
6666
6767``` sql
6868SELECT
69- ' S3 Block Public Access (bucket) setting should be enabled' AS title,
69+ ' S3 Block Public Access setting should be enabled at the bucket-level'
70+ AS title,
7071 account_id,
7172 arn AS resource_id,
7273 CASE
You can’t perform that action at this time.
0 commit comments