baseline_normal_behavior
Establish a normal behavior baseline for users, hosts, or services to detect deviations that may indicate compromise or insider threats.
Instructions
Learn and establish normal behavior baseline for a user, host, or service.
Creates a behavioral profile that can be used to detect deviations indicating compromise or insider threats.
Args: entity: Entity to profile (hostname, username, service name) entity_type: Type of entity ("host", "user", "service") timeframe: Time period to establish baseline metrics: List of metrics to baseline (default: common security metrics)
Returns: Dictionary containing behavioral baseline profile
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | ||
| metrics | No | ||
| timeframe | No | -30d | |
| entity_type | No | host |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |