Skip to content

Add cloud-audit to Vulnerability Scanning Tools#1260

Open
gebalamariusz wants to merge 2 commits intoOWASP:masterfrom
gebalamariusz:add-cloud-audit-tool
Open

Add cloud-audit to Vulnerability Scanning Tools#1260
gebalamariusz wants to merge 2 commits intoOWASP:masterfrom
gebalamariusz:add-cloud-audit-tool

Conversation

@gebalamariusz
Copy link
Copy Markdown

Summary

Add cloud-audit to the DAST section of the Vulnerability Scanning Tools page.

cloud-audit is an open-source (MIT) AWS security scanner that:

  • Detects attack chains across AWS services
  • Generates remediation code (Terraform + AWS CLI) for every finding
  • Supports CIS AWS Foundations Benchmark v3.0 and SOC 2 Type II
  • Runs 80 curated security checks in ~12 seconds
  • Available on PyPI, Docker Hub, and as a GitHub Action

GitHub: https://github.com/gebalamariusz/cloud-audit

cloud-audit is an open-source AWS security scanner that detects
attack chains and generates remediation code (Terraform and CLI).
80 checks, CIS AWS v3.0 and SOC 2 Type II compliance. MIT license.

GitHub: https://github.com/gebalamariusz/cloud-audit
Copy link
Copy Markdown
Contributor

@kingthorin kingthorin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't really seem to fit into this collection. This is a config or policy review tool not a DAST.

Copy link
Copy Markdown
Author

@gebalamariusz gebalamariusz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @kingthorin, thanks for the review - fair point. cloud-audit is indeed a cloud configuration/policy scanner, not a DAST in the traditional sense.

Looking at the available categories (DAST, SAST, SCA), SAST is the closest fit - cloud-audit performs static analysis of AWS account configurations against security benchmarks (CIS, SOC 2), similar to how SAST tools analyze code for security issues, just at the infrastructure layer.

I've updated the type to SAST. Happy to adjust further or close this if you feel it still doesn't fit the collection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants