admin / Synapse-Sonar
publicAttack Surface Simulation
Synapse-Sonar / synapse-sonar / public / agents / netscan-connector / example-findings.json
433 B · main
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | { "findings": [ { "ip": "10.0.3.30", "hostname": "db-01", "cveId": "CVE-2024-1234", "cvssScore": 9.8, "severity": "CRITICAL", "title": "PostgreSQL privilege escalation", "source": "NetscanXi v13", "discoveredAt": "2026-06-30T10:00:00Z" }, { "ip": "10.0.1.10", "cveId": "CVE-2023-44487", "cvssScore": 7.5, "title": "HTTP/2 rapid reset" } ] } |