cloud-reconlisted
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