CrowdStrike Integration with DefectDojo
CrowdStrike Falcon is a cloud-native endpoint detection and response (EDR) and endpoint protection platform developed by CrowdStrike Inc. It combines AI-driven threat prevention, real-time detection, identity protection, and vulnerability assessment across Windows, macOS, and Linux endpoints — all delivered through a single lightweight agent and managed from the Falcon console. CrowdStrike Falcon Spotlight is the vulnerability management module within the platform, providing continuous assessment of CVEs present on protected endpoints without requiring separate scan agents or scheduled scans.
Data Granularity: What Gets Imported
The following fields are captured from CrowdStrike 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": "CrowdStrike",
"engagement": "<engagement-id>",
"file": "results.json"
}