AnomalyDetector

interface AnomalyDetector

Interface for detecting anomalous event patterns.

Implementations analyze event payloads for unusual characteristics that may indicate attack patterns or data quality issues. NIST SI-4: Information System Monitoring.

Since

0.5.0

Inheritors

Functions

Link copied to clipboard
abstract fun analyze(eventType: String, payloadJson: String): AnomalyResult

Analyze an event for anomalies.