← ClaudeAtlas

cloud-reconlisted

Cloud asset discovery — AWS, Azure, GCP enumeration, S3/Blob/GCS bucket scanning, cloud configuration analysis, and SaaS footprinting. Use when the user wants to enumerate cloud resources, find exposed storage buckets, audit cloud security posture, or discover cloud infrastructure tied to a target. Activates for "cloud recon", "AWS enumeration", "S3 bucket", "Azure blob", "GCP bucket", "cloud infrastructure", "cloud security audit", "storage exposure", "cloud misconfiguration", "cloud posture".
f5-sales-demo/marketplace · ★ 0 · DevOps & Infrastructure · score 71
Install: claude install-skill f5-sales-demo/marketplace
**Canonical skill URI**: `skill://osint-framework:cloud-recon` # Cloud Infrastructure Reconnaissance Cloud asset discovery — AWS, Azure, GCP enumeration, storage bucket scanning, configuration auditing, and SaaS footprinting. ## Legal Notice All tools use publicly available information only. Users must comply with applicable laws and platform terms of service. Accessing cloud resources without authorization may violate the Computer Fraud and Abuse Act or equivalent legislation. Always obtain written permission before running active enumeration tools against cloud infrastructure you do not own. ## Tools Reference Read `skills/cloud-recon/references/tools.md` for the complete list of 23 free tools in this category. ## Key command-line tools | Tool | Install | Usage | | ------ | --------- | ------- | | AWSBucketDump | `git clone https://github.com/jordanpotti/AWSBucketDump.git && pip install -r AWSBucketDump/requirements.txt` | `python AWSBucketDump.py -l buckets.txt -g keywords.txt -D` | | cloud_enum | `git clone https://github.com/initstring/cloud_enum.git && pip install -r cloud_enum/requirements.txt` | `python3 cloud_enum.py -k company-name` | | Subfinder | `go install github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest` | `subfinder -d target.com` | | AADInternals | `Install-Module AADInternals` (PowerShell Gallery) | `Import-Module AADInternals; Invoke-AADIntReconAsOutsider -DomainName target.com` | | GCPBucketBrute | `git clone https://github.com/RhinoSe