Raxx · internal docs

internal · gated

DET-AUTH-002 — session creation velocity

Rule ID: DET-AUTH-002 Title: Session-create rate per IP per minute exceeding 3σ above 7-day baseline Category: auth Last validated: 2026-06-04 (initial catalog, dormant) State: dormant — requires session-create event log to be queryable

Telemetry source

Statistical method + baseline window

Threshold + expected FP rate

Alert route

Escalation owner

Test fixture / synthetic positive

See _fixtures/session_creation_velocity_positive.json for a synthetic 8-session burst from one IP within 47 seconds.

What to do when this fires

  1. Pull the IP's session list for the prior 24h. Distinct user-IDs? Same user-ID? Same user-ID + N sessions = likely cookie-replay; distinct user-IDs from one IP = credential-stuffing post-success or NAT.
  2. Check customer_audit_events for the user-IDs in question — recent password reset, RBAC change, IP-geo mismatch?
  3. If the same user-ID appears across N>5 sessions from the IP within 5 min, force-revoke all sessions for that user-ID and notify the user via email (only after launch; pre-launch this means operator's own account).
  4. Hand the IP + session-ID set to security-agent for incident review.

What NOT to do