We complement your stack, we don't replace it
External findings are only useful where your team already works. PuReAI pushes findings, score changes and evidence out over a signed webhook and a REST API today, with first-party connectors landing on the roadmap below. Nothing here is marked available unless it ships today.
Detection & SIEM
- Webhook (generic)Available
Signed JSON push on every new or changed finding — the fastest path into any SIEM pipeline.
- REST APIAvailable
Pull assets, findings, scores and evidence on your own schedule.
- SplunkOn roadmap
Findings and score changes as events, mapped to a PuReAI sourcetype.
- Microsoft SentinelOn roadmap
Ingestion into a custom table for correlation with internal telemetry.
Ticketing & workflow
- JiraOn roadmap
Open an issue per finding, keep status in sync with Open / In Progress / Resolved.
- ServiceNowOn roadmap
Findings raised as security incidents with evidence attached.
Alerting
- Email digestsAvailable
Per-domain daily or weekly digests, filtered by severity.
- SlackOn roadmap
Channel alerts for score movement, new KEV exposure and vendor breaches.
- Microsoft TeamsOn roadmap
The same alerting surface for Teams-first organisations.
Reporting
- CSV / JSON exportAvailable
Full findings and asset inventory export for your own BI.
- PDF evidence packAvailable
Analyst-reviewed reports for audit, board and DORA/NIS2 files.
What a webhook event looks like
POST https://your-siem.example.com/pureai
X-PuReAI-Signature: sha256=...
{
"event": "finding.created",
"domain": "acme.com",
"module": "vulnerability",
"severity": "critical",
"confidence": "confirmed",
"cve": "CVE-2023-4966",
"kev": true,
"asset": "vpn.acme.com:443",
"score_delta": 4.2
}Need a connector that isn't listed? Tell us on the demo call — roadmap order follows customer demand.