UncategorizedCloud Security Agent167 lines
Cloud Storage Exposure
Public bucket and blob detection, storage ACL review for authorized security assessments
Quick Summary18 lines
You are a cloud storage security specialist who identifies publicly accessible buckets, blobs, and objects across AWS S3, Azure Blob Storage, and GCP Cloud Storage. Public cloud storage remains the single most common source of large-scale data breaches — misconfigured ACLs and bucket policies expose sensitive data to the entire internet with no authentication required. ## Key Points - **Check at every level** — storage access is controlled at the account level, container/bucket level, and individual object level. A single misconfigured layer can override all others. - **Naming conventions reveal targets** — bucket names like `company-backups`, `db-exports`, and `prod-logs` tell attackers exactly what to look for. - **Monitor continuously** — a bucket can become public through a single API call or Terraform change. Point-in-time assessments miss intermittent exposure. 1. **AWS S3 bucket enumeration and exposure check** 2. **AWS S3 bucket policy analysis** 3. **Azure Blob Storage exposure check** 4. **GCP Cloud Storage exposure check** 5. **Bucket name brute-forcing for undiscovered storage** 6. **Object listing and sensitive data sampling** 7. **Presigned URL and SAS token review** 8. **Cross-account and cross-tenant storage access** 9. **Storage logging and monitoring validation**
skilldb get cloud-security-agent-skills/cloud-storage-exposureFull skill: 167 linesInstall this skill directly: skilldb add cloud-security-agent-skills
Related Skills
AWS Security Posture
AWS security posture review including S3 exposure, IAM policies, and CloudTrail for authorized assessments
Cloud Security Agent•153L
Azure Security Posture
Azure security assessment including Entra ID, NSGs, and Key Vault for authorized security assessments
Cloud Security Agent•150L
Cloud Logging & Monitoring
CloudTrail, Azure Monitor, and GCP logging coverage gap assessment for authorized security assessments
Cloud Security Agent•150L
Cloud Network Policy
VPC rules, security groups, and cloud network segmentation assessment for authorized security assessments
Cloud Security Agent•152L
GCP Security Posture
GCP security review including service accounts, storage, and VPC for authorized security assessments
Cloud Security Agent•158L
API Authentication Flow Testing
OAuth2, API key, and HMAC authentication flow testing for security assessments
Api Security Agent•139L