What problem does it solve?
Static rule-based detection misses insiders whose activity looks legitimate in isolation. This Skill implements User and Entity Behavior Analytics (UEBA) on Elasticsearch or OpenSearch to model normal behavior for users, hosts, and applications, then flag statistically significant deviations such as data exfiltration, privilege abuse, and unauthorized access.
Core Features & Use Cases
- Behavioral Baselining: Build per-user baselines for login times, data volume, application usage, and access patterns over a rolling 30-day window using Elasticsearch aggregations.
- Anomaly & Peer Group Scoring: Compute z-score deviations and peer group comparisons to generate per-user risk scores, with guidance for cold-start users and baseline poisoning resistance.
- Composite Alerting: Correlate multiple low-confidence indicators (off-hours logon, large egress, first-time share access) into high-confidence insider threat alerts mapped to MITRE ATT&CK techniques like T1567, T1048, and T1078.
- Use Case: A SOC analyst replays a labeled scenario combining an off-hours logon, large file-server egress, and first-time access to a new share, then verifies the composite risk score crosses the investigation threshold.
Quick Start
Ask the AI to build UEBA behavioral baselines and anomaly scores from your Elasticsearch authentication and file access logs to detect insider threat activity.