Get from zero to correlated incidents in under 30 minutes.
You'll need a Pilot account (contact us for access), at least one supported security tool with webhook capability, and a publicly accessible URL for your Pilot instance.
admin./ingest/{source}.Send a test signal directly to verify connectivity:
curl -X POST https://app.verbospilot.com/ingest/sentinelone \
-H "Content-Type: application/json" \
-d '{"event":"THREATS_CHANGE","data":{"threatInfo":{"threatName":"Test Alert","confidenceLevel":"suspicious"},"agentRealtimeInfo":{"agentComputerName":"TEST-01"}}}'
A successful response returns {"status": "ok"}. The signal will appear in your Dashboard signal queue within seconds.
On the Dashboard, click Correlate Now to group pending signals into an incident. The auto-correlator runs every 2 minutes by default.
Open the incident, review the AI triage summary and MITRE ATT&CK mapping, then use the Approve or Deny buttons to execute or dismiss the recommended response action.
Set up additional integrations, configure notification webhooks in Settings, and invite team members via Admin → Users.