NeoShield Security logo NeoShield Security Quantum X

// tool reference · Vulnerability & Assessment

AI Vulnerability Triage Pro

Paste nmap/nikto/ffuf output for de-duplicated, prioritized triage with false-positive filtering and remediation.

Open AI Vulnerability Triage →


What it does

Takes raw scanner output and answers the question the scanner cannot: which of these actually matter here. It dedupes, correlates, and re-prioritises by your exploitability and business context rather than by CVSS alone.

When to use it

Inputs

Field names are the actual form parameters, verified against source.

FieldTypeRequiredNotes
scan_raw textarea required Scanner output — Nessus, OpenVAS, Trivy, npm audit, etc.
fmt select optional Source format hint.

What you get back

A deduplicated, ranked list with the reason each item moved up or down.

Worked example

Input

CVE-2026-1111  CVSS 9.8  openssl      (host: web-01)
CVE-2026-2222  CVSS 7.5  log4j-core   (host: web-01)
CVE-2026-1111  CVSS 9.8  openssl      (host: web-02)
CVE-2026-3333  CVSS 5.3  curl         (host: db-01)

Output (abridged)

TRIAGED -- 4 findings -> 3 unique, reordered

1. CVE-2026-2222  log4j-core  CVSS 7.5   <- FIRST, despite lower CVSS
   ON CISA KEV. Actively exploited. Reachable from your web tier.
   Exploited-at-7.5 beats not-exploited-at-9.8.

2. CVE-2026-1111  openssl     CVSS 9.8   (web-01, web-02 -- deduped)
   High severity, no known exploitation. Patch this cycle.

3. CVE-2026-3333  curl        CVSS 5.3
   db-01 has no egress. Not reachable. Patch when convenient.

The scanner sorted by CVSS. That is the wrong order.

How it works

Deterministic parsing and dedup, then AI prioritisation informed by KEV membership and reachability.

Limits

Read live from the platform configuration.

Rate limit5 requests / 10 minutes

Limitations — what it does not do

Prioritisation depends on the context you provide. It does not know your network topology unless you describe it, so reachability judgements are advisory. Verify before deferring anything.

Privacy

Scan output is sent to the AI provider.

Standards

CVSSCISA KEVEPSS concepts

Related tools

← All tools Manual home