Cloudsploit Integration with DefectDojo
CloudSploit is an open-source Cloud Security Posture Management (CSPM) tool by Aqua Security that automatically detects security risks, misconfigurations, and compliance violations across multi-cloud environments including AWS, Microsoft Azure, Google Cloud Platform, Oracle Cloud Infrastructure, and GitHub by scanning cloud infrastructure APIs for potential threats. The tool performs hundreds of security checks aligned with industry compliance frameworks such as PCI-DSS, HIPAA, CIS Benchmarks, examining configurations related to network access, encryption, IAM permissions, least privilege, and other security best practices to enable proactive risk mitigation before exploitation.
Data Granularity: What Gets Imported
The following fields are captured from Cloudsploit results and surfaced in DefectDojo findings:
| Field | Source | Notes |
|---|---|---|
| Title | Finding name from the scan | Matched to the tool's own naming |
| Severity | Critical / High / Medium / Low / Info | Mapped from the tool's own severity scale |
| Description | Finding detail from the report | Includes what the issue is and why it matters |
| Mitigation | Remediation guidance | Where the tool provides it |
Importing Into DefectDojo
Use the DefectDojo import API to create a new Test under the relevant Engagement for your product. The request body:
{
"scan_type": "Cloudsploit",
"engagement": "<engagement-id>",
"file": "results.json"
}