All integrations

Nmap Integration with DefectDojo

Nmap (Network Mapper) is a free and open-source network discovery and security auditing tool that uses raw IP packets to determine what hosts are available on a network, what services and versions those hosts are offering, what operating systems they are running, and what type of packet filters or firewalls are in use across the infrastructure. The tool provides comprehensive network scanning capabilities for security professionals and system administrators to perform tasks including network inventory management, service upgrade scheduling, vulnerability assessment, penetration testing preparation, and monitoring host or service uptime through both command-line and graphical interfaces with the Zenmap GUI and advanced features like the Nmap Scripting Engine for automated detection and exploitation testing.

Data Granularity: What Gets Imported

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