Documentation
Everything you need to scan, understand and remediate.
Scanning Engine
Defentrium runs 40+ deterministic modules - headers, TLS, DNS, CSP, cookies, sensitive-file exposure and more. Every finding is reproducible and evidence-backed.
AI Explanations
AI only explains and prioritizes deterministic findings - it never invents vulnerabilities. Powered by industry-grade models (Gemini and Mistral).
API
POST /api/scan with { url, profile } and an Authorization: Bearer <api key> header to run scans from CI/CD. Create keys in Dashboard → API Keys.
Chrome Extension
Scan any tab from your toolbar and sync results to your dashboard in real time.
Scan profiles
- Quick - headers, cookies, CSP, content and fingerprint for a fast smoke check.
- Full - Quick plus TLS, DNS, CORS and an expanded sensitive-file probe list.
- Deep - Full plus JavaScript sinks/SRI, CDN library versions and login form hygiene.
- OWASP - Top 10-mapped checks (TLS, headers, CSP, CORS, exposure, auth, JS) without broader DNS noise.
Quick start: scan via API
curl -X POST https://defentrium.com/api/scan \
-H "Authorization: Bearer $DEFENTRIUM_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "url": "example.com", "profile": "full" }'Ready to try it? Run your first scan →