find_lateral_movement
Detect lateral movement from a compromised host by analyzing authentication attempts and connection patterns. Returns risk score and affected hosts for quick SOC response.
Instructions
Detect lateral movement patterns from a potentially compromised host.
Analyzes authentication attempts, rapid connections, privilege escalation indicators, and unusual protocols to identify lateral movement activity typical of advanced threats.
Args: source_ip: IP address of potentially compromised host time_window: Time window to analyze (default: "-7d") threshold: Minimum number of unique destinations to flag (default: 5)
Returns: Dictionary containing: - risk_score: 0-100 indicating likelihood of lateral movement - indicators: Boolean flags for various suspicious behaviors - timeline: Chronological list of authentication attempts - affected_hosts: List of systems that were contacted - recommendations: Suggested actions for analysts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_ip | Yes | ||
| threshold | No | ||
| time_window | No | -7d |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |