All integrations

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:

FieldSourceNotes
TitleFinding name from the scanMatched to the tool's own naming
SeverityCritical / High / Medium / Low / InfoMapped from the tool's own severity scale
DescriptionFinding detail from the reportIncludes what the issue is and why it matters
MitigationRemediation guidanceWhere 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"
}