Skip to main content

Incidents

Incidents are security anomalies leading to ACL-based blocking.

Types

TypeTriggerEffect
Session ConflictMultiple simultaneous agent sessions for same peer (within 5 minutes)Peer blocked in ACL
Shared ConfigPeer endpoint changes multiple times in less than 30 minutesPeer blocked (possible config reuse)
Suspicious ActivityMore than 10 endpoint changes per dayPeer blocked

Lifecycle

  1. Detect condition (service logic sets incident state).
  2. Add peer ID to ACL BlockedPeers.
  3. WebSocket notifier broadcasts update; agents fetch new config excluding peer.
  4. Resolution: authorized user invokes resolve; peer removed from ACL.

Audit

User resolving incident captured from auth context (email). Falls back to system when absent.