ScoutSuite
Purpose
Use this skill for broad but read-focused cloud posture review when the engagement needs a structured inventory of control-plane risk.
Phase Fit
- Primary: Vulnerability Analysis
- Secondary: Discovery and Reconnaissance, Retest and Closure
Use When
- Need a multi-service review of cloud exposure and posture.
- Need to surface identity, storage, and network misconfigurations efficiently.
- Need a repeatable baseline for retest.
Avoid When
- Cloud credential scope is unclear.
- The engagement does not permit broad cloud inventory collection.
Inputs
- Approved provider and account scope
- Authorized read-oriented credentials
- Output handling requirements
Procedure
- Confirm provider and account scope before collection.
- Collect only within the approved cloud boundary.
- Prioritize findings that materially affect identity, storage, or exposure.
- Manually confirm important issues before escalation.
- Preserve the exact collection scope for retest.
Command Syntax
Replace sample profiles and accounts with approved in-scope values.
# AWS assessment using named profile
scout aws --profile pentest
# AWS limited to specific regions
scout aws --profile pentest --regions us-east-1,us-west-2
# AWS with report output directory
scout aws --profile pentest --report-dir ./contoso-scout-report/
# Azure assessment using Azure CLI credentials
scout azure --cli
# GCP assessment using user account
scout gcp --user-account
# Resume an interrupted scan
scout aws --profile pentest --resume
# Skip specific services
scout aws --profile pentest --services iam,s3
Evidence to Capture
- Structured cloud posture findings tied to account scope
- Identity, storage, and exposure issues with business relevance
- Exact provider and credential context used
Safety Boundaries
- Keep collection within the approved accounts or subscriptions.
- Protect output reports as sensitive evidence.