Excluding S3 multi-region-access check #5711
-
When scanning S3, I am getting connection timeout for I wanted to exclude this check. So I excluded s3_multi_region_access_point_public_access_block When I ran the scan, the above check is excluded but I am still getting connection timeout error. Am I excluding the correct check? thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hello @qadri99-max I think you are doing right excluding a check. The issue I think you are facing could be one of the following:
Can you share the arguments you are using to run Prowler? Thanks! |
Beta Was this translation helpful? Give feedback.
Hello @qadri99-max, with your command you are still executing checks that requires the
S3 Control
service and probably those are the ones timing out. In your AWS environment, are you doing a intensive usage of S3 and S3 control?The following are the checks that requires the
S3 Control
service:s3_access_point_public_access_block
s3_account_level_public_access_blocks
s3_bucket_level_public_access_block
s3_bucket_policy_public_write_access
s3_bucket_public_access
s3_bucket_public_list_acl
s3_bucket_public_write_acl
s3_multi_region_access_point_public_access_block
-> This is the one you are excluding now.