Tool integration

Deepfence Integration Guide

Open-source CNAPP (ThreatMapper) for cloud native threat detection and vulnerability mapping

Get a Free API Key

Integrate Deepfence ThreatMapper with Vulnetix. Deploy ThreatMapper to scan containers, Kubernetes, VMs, and serverless for vulnerabilities. Export JSON findings for upload to Vulnetix.

SaaS platformJSON

Install & scan

$ # Deploy ThreatMapper management console
wget https://github.com/deepfence/ThreatMapper/raw/release-2.5/deployment-scripts/docker-compose.yml
docker compose -f docker-compose.yml up --detach

# Console accessible at https://localhost after ~5 minutes
$ # Authenticate to ThreatMapper REST API
TOKEN=$(curl -s -X POST https://localhost/deepfence/api/v2/auth/token   -H "Content-Type: application/json"   -d '{"api_token":"your_api_key"}' | jq -r '.access_token')

# Start vulnerability scan
curl -s -X POST https://localhost/deepfence/api/v2/scan/start   -H "Authorization: Bearer ${TOKEN}"   -H "Content-Type: application/json"   -d '{"scan_type":"VulnerabilityScan","node_ids":[{"node_id":"node-id","node_type":"container_image"}]}'

Centralise Deepfence results in Vulnetix

Upload Deepfence JSON output to the Vulnetix platform to deduplicate findings, prioritise them with EPSS, CISA KEV and Coalition ESS exploit intelligence, and track remediation across every scanner in a single queue.

Deepfence documentation ↗  ·  Source repository ↗

Wire Deepfence into your CI/CD pipeline →