nccgroup / ScoutSuite

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

feature requests - support for AWS Organizations #249

Open vifor2 opened 5 years ago

vifor2 commented 5 years ago

Support for AWS Organizations should be implemented. This should allow scanning a whole org similar to GCP implementation.

In this commit the block of code fetching the ID of all accounts under an organization was removed for a few reasons :

It should now be implemented elsewhere, properly, using AWS Organizations so that a user using Scout Suite against his organization can view all the relevant information about it in his report. For example, the only thing the removed block code did was gather the ID of all users under an account, this can be done with list_accounts().

munntjlx commented 4 years ago

Was this ever finished?

x4v13r64 commented 4 years ago

@munntjlx this is not currently implemented, and is part of https://github.com/nccgroup/ScoutSuite/milestone/18.