All integrations

Nexpose Integration with DefectDojo

Nexpose is an on-premises vulnerability management solution by Rapid7 that provides comprehensive asset discovery, vulnerability scanning, risk assessment, and policy compliance monitoring across IT infrastructure including servers, workloads, cloud environments, and network devices to identify security exposures before they can be exploited. The platform delivers adaptive security with real-time vulnerability detection, integration with Metasploit for exploit validation, actionable 1-1000 risk scoring that prioritizes vulnerabilities based on exploitability and business impact, and automated remediation reporting aligned with CIS, NIST, PCI-DSS, and other compliance standards to enable security teams to effectively reduce risk across dynamic environments.

Data Granularity: What Gets Imported

The following fields are captured from Nexpose 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": "Nexpose",
  "engagement": "<engagement-id>",
  "file": "results.json"
}