Skip to main content

Detections

Detections are automated monitors that scan your data for specific events or conditions, generating alerts when criteria are met. They run on scheduled intervals, continuously watching for security threats, operational anomalies, or business-critical events.

How to Access

Navigate to Insights → Detections in the platform.

Detection Creation

Detections are currently provided and configured by our Solutions Team. We are actively developing a simplified interface to enable non-technical users to create detections without Python knowledge. Contact your account representative to request new detections.

Detection Cards

Each detection is displayed as a card showing:

FieldDescription
TitleDetection name (editable)
DescriptionWhat the detection monitors (editable)
StatusEnabled/Disabled toggle
ScheduleHow often the detection runs (cron)
Last RunWhen detection last executed
AlertsCount of alerts generated
Training ModeWhether in learning mode
Error StatusAny execution errors

Detection Features

Enable/Disable Toggle

Control whether a detection is actively running:

  • Enabled — Detection runs on schedule
  • Disabled — Detection paused, no alerts generated

Configuration

Click the Configure button to adjust detection parameters:

  • Query parameters
  • Threshold values
  • Alert severity
  • Triage settings

Run Now

Manually trigger a detection run outside the normal schedule using the Run button. Useful for:

  • Testing after configuration changes
  • Immediate scanning after an incident
  • Validating detection logic

Training Mode

When enabled, detections learn normal patterns before generating alerts:

  • Reduces false positives during initial deployment
  • Builds baseline understanding of your environment
  • Alerts suppressed until training complete

AI-Assisted Triage

Configure detections to automatically analyze generated alerts:

SettingDescription
Triage EnabledToggle automatic AI analysis
Triage PromptCustom instructions for AI analysis
LLM SelectionChoose which AI model analyzes alerts
tip

Custom triage prompts help the AI understand your specific context, improving analysis quality and reducing noise.

MITRE ATT&CK Integration

Detections can be mapped to the MITRE ATT&CK framework:

  • Assign relevant tactics and techniques
  • Build visibility into your detection coverage
  • Identify gaps in your security monitoring

Adding Detections

To add a new detection:

  1. Click Add Detection
  2. Select from available detection bricks
  3. Configure the detection parameters
  4. Set the schedule and severity
  5. Enable the detection
note

Detection bricks are created by the Solutions Team. Contact support if you need a custom detection for your specific use case.

Best Practices

  1. Start with training mode — Let detections learn your environment
  2. Tune thresholds gradually — Adjust based on alert volume
  3. Enable AI triage — Reduce manual analysis burden
  4. Map to MITRE — Understand your detection coverage
  5. Monitor for errors — Check detection health regularly
  6. Review disabled detections — Re-enable or remove unused rules