cloud_enum
MIT☁️ Cloud Recon · Python
cloud_enum is a multi-cloud OSINT tool that enumerates public resources in Amazon Web Services, Microsoft Azure, and Google Cloud Platform. Given a set of keywords, it discovers publicly accessible storage buckets (S3, Azure Blobs, GCP Buckets), web applications (Azure App Services, AWS Elastic Beanstalk), databases, and other resources that may be inadvertently exposed. It uses brute-force enumeration with configurable wordlists and mutation rules to generate permutations of target keywords, then checks each cloud provider for matching resources. This is particularly effective during the reconnaissance phase of penetration tests or bug bounty hunting, where misconfigured cloud storage is a common finding.
Installation
pip
$ pip install cloud_enumfrom source
$ git clone https://github.com/initstring/cloud_enum.git && cd cloud_enum && pip install -r requirements.txtUse Cases
- Discovering exposed S3 buckets, Azure Blobs, and GCP Buckets from target keywords
- Enumerating cloud-hosted web applications and services during recon
- Finding misconfigured public cloud resources in bug bounty programs
- Running keyword-based cloud asset discovery as part of external attack surface mapping
Tags
Details
- Category
- ☁️ Cloud Recon
- Language
- Python
- Repository
- initstring/cloud_enum
- License
- MIT
- Platforms
- 🐧linux🍎macos🪟windows
Links
Alternatives & Comparisons
Prowler
PythonCloud security assessment tool. 300+ checks for AWS, Azure, GCP, and Kubernetes against CIS benchmarks.
Compare cloud_enum vs ProwlerScoutSuite
PythonMulti-cloud security auditing tool for AWS, Azure, GCP, Alibaba Cloud, and Oracle Cloud.
Compare cloud_enum vs ScoutSuiteCloudMapper
PythonAnalyze AWS environments to create network diagrams and identify security risks.
Compare cloud_enum vs CloudMapperCloudBrute
GoCloud infrastructure enumerator to find company assets across multiple cloud providers.
Compare cloud_enum vs CloudBruteCloudFox
GoFind exploitable attack paths in cloud infrastructure by enumerating IAM permissions, secrets, and network exposure.
Compare cloud_enum vs CloudFoxCloudSploit
JavaScriptOpen-source cloud security configuration scanner for AWS, Azure, GCP, and Oracle Cloud Infrastructure.
Compare cloud_enum vs CloudSploitCartography
PythonIntel graph of cloud infrastructure. Maps relationships between AWS, GCP, Azure, and other services into a Neo4j graph.
Compare cloud_enum vs CartographySteampipe
GoQuery cloud APIs with SQL. Zero-ETL approach to infrastructure visibility across AWS, Azure, GCP, and 140+ plugins.
Compare cloud_enum vs SteampipeMore in Cloud Recon
ScoutSuite
PythonMulti-cloud security auditing tool for AWS, Azure, GCP, Alibaba Cloud, and Oracle Cloud.
CloudMapper
PythonAnalyze AWS environments to create network diagrams and identify security risks.
S3Scanner
GoScan for misconfigured S3 buckets across AWS regions and dump accessible contents.
CloudBrute
GoCloud infrastructure enumerator to find company assets across multiple cloud providers.
MicroBurst
PowerShellPowerShell toolkit for attacking Azure services including storage, key vaults, and automation.
ROADtools
PythonFramework for Azure AD enumeration and exploitation via the internal ROADrecon and ROADlib modules.