Loading...
Loading...
Run Prowler for comprehensive cloud security posture assessment. Audits AWS, Azure, and GCP against CIS Benchmarks, PCI-DSS, HIPAA, GDPR, and other compliance frameworks.
npx skill4agent add vchirrav/owasp-secure-coding-md cloud-security-prowlerpip install prowlerbrew install prowlerprowler --versionprowler aws --output-formats json --output-directory ./prowler-resultsprowler azure --output-formats json --output-directory ./prowler-resultsprowler gcp --output-formats json --output-directory ./prowler-resultsprowler aws --compliance cis_2.0_aws --output-formats jsonprowler aws --services s3 iam ec2 --output-formats jsonprowler aws --checks check11,check12 --output-formats jsonprowler aws --severity critical high --output-formats json| # | Severity | Status | Service | Check | Resource | Region | Finding | Remediation |
|---|----------|--------|---------|-------|----------|--------|---------|-------------|| Framework | AWS | Azure | GCP |
|---|---|---|---|
| CIS Benchmark | ✅ | ✅ | ✅ |
| PCI-DSS | ✅ | ✅ | — |
| HIPAA | ✅ | ✅ | — |
| GDPR | ✅ | ✅ | — |
| SOC2 | ✅ | — | — |
| NIST 800-53 | ✅ | — | — |
| AWS Well-Architected | ✅ | — | — |