ScoutSuite icon indicating copy to clipboard operation
ScoutSuite copied to clipboard

AWS GovCloud route53domains returned an empty array

Open zanesewell opened this issue 3 years ago • 4 comments

Describe the bug

ScoutSuite returns the following error when ran in us-gov-west-1: ERROR "get_available_regions" returned an empty array for service "route53domains", something is wrong . No additional detail is provided using the --detail argument.

To Reproduce

CLI used: python scout.py aws -r us-gov-west-1

zanesewell avatar Mar 17 '21 22:03 zanesewell

--detail argument

Do you mean --debug?

Not sure how we can test this, we don't have access to a govcloud account.

x4v13r64 avatar Mar 18 '21 12:03 x4v13r64

Are you able to provide any more details regarding the error you're getting?

lowSoA avatar May 26 '21 08:05 lowSoA

As per Setting Up Amazon Route 53 with Your AWS GovCloud (US) Resources reference, "Route 53 is not within the AWS GovCloud (US) Regions so Route 53 is not within the ITAR boundary". So we would have to skip the Route 53 service with GovCloud regions.

lowSoA avatar Sep 10 '21 11:09 lowSoA

fwiw, route53 internal is available in govcloud, but route53 public is not. So you don't get access to any of the good stuff, just really basic internal dns.

aalbertson avatar Oct 14 '21 19:10 aalbertson