Changelog

All notable changes to Pilot by VerbosLabs, newest first.

v2.0.0
May 2026
Full UI Redesign, MSP Portal & Bidirectional Actions
NewMSP portal with multi-tenant client management and per-client dashboards
NewBidirectional integrations — isolate endpoints, disable users, block IPs from within incidents
NewInteractive demo mode with 5 real threat scenarios, 45-minute isolated sessions
NewCompliance module with CIS, NIST, SOC 2, ISO 27001, PCI DSS framework mapping
NewAttack timeline visualisation on every incident (MITRE phase labels, hover tooltips)
NewStatus page at /status with live health data and 90-day uptime view
ImprRedesigned marketing site (verbospilot.com) and app shell (app.verbospilot.com)
Impr15+ integrations grouped by category: EDR, SIEM, Cloud, IAM, MDM, Network
ImprDashboard rebuilt with stat cards, integration health strip, real-time signal queue
FixSession cookies now work across verbospilot.com and app.verbospilot.com subdomains
FixAll routes return graceful empty states instead of 500 on fresh database
v1.0.0
March 2026
Rebrand, AI Triage & Multi-Tenancy
NewPilot brand launched — full design system with pilot.css
NewClaude AI triage on every incident — severity reasoning, recommended actions
NewMulti-tenancy with tenant isolation across incidents, signals, assets
NewDetection rules engine with MITRE ATT&CK mapping and hit counting
NewRemediation agent with approve/deny workflow and audit log
NewRBAC roles: admin, analyst, viewer
ImprCorrelation engine upgraded to cross-source signal matching
v0.4.0
February 2026
Security Hardening & Asset Inventory
NewFull audit log — every action tracked with IP, user agent, timestamp
NewAsset inventory with automatic risk scoring from signal correlation
NewThreat intel enrichment via AbuseIPDB and VirusTotal
New2FA / TOTP support for all user accounts
ImprRate limiting on login, API key middleware, HMAC webhook verification
v0.3.0
January 2026
Auth, Case Management & PDF Reports
NewLogin system with password hashing, session tokens, account lockout
NewCase management with Kanban board and case-to-incident linking
NewMITRE ATT&CK mapping on every incident (ID, tactic, technique)
NewPDF report generation with incident summary and executive overview
NewIncident detail page with execution log and enrichment panel
v0.2.0
December 2025
Modular Architecture & Real Webhooks
NewRouter-based modular architecture (FastAPI APIRouter per feature)
NewReal webhook ingestion — SentinelOne, Microsoft Defender, Wazuh, AWS GuardDuty
NewSlack and Discord notifications on incident creation
NewDocker + Nginx deployment with SSL termination
ImprSignal normalization layer across all integration types
v0.1.0
November 2025
Initial Proof of Concept
NewAlert correlation engine — group signals into incidents by device/user/source
NewSQLite persistence — signals, incidents, execution log
NewBasic dashboard — incident feed, manual correlate button
NewFastAPI + Jinja2 web framework foundation