nccgroup / ScoutSuite

Multi-Cloud Security Auditing Tool
GNU General Public License v2.0
6.64k stars 1.05k forks source link

scout[251] ERROR dynamodb.py L53: Failed to describe DynamoDB table continuous backups: An error occurred (TableNotFoundException) when calling the DescribeContinuousBackups operation: Table not found: #1533

Open yusuf-cochinwala opened 1 year ago

yusuf-cochinwala commented 1 year ago

Running scoutsuite using the following command throws a bunch of errors on DynamoDB tables. These tables exist, but are archived. We can see them on the AWS console.

scout aws --exceptions ${CI_PROJECT_DIR}/ci_cd/security_scanning/scoutsuite/scoutsuite-exceptions --ip-ranges ./aws_ip_ranges.json --regions eu-west-2

scout[251] ERROR dynamodb.py L53: Failed to describe DynamoDB table continuous backups: An error occurred (TableNotFoundException) when calling the DescribeContinuousBackups operation: Table not found:

Is there a way to exclude archived tables?

liyun-li commented 1 year ago

@yusuf-cochinwala - Are you able to provide more information with the --debug flag?