analyze_lateral_movement
Detect lateral movement in network traffic by analyzing SMB, NTLM, and RDP evidence from a PCAP file or session ID.
Instructions
One-shot lateral movement analysis for SMB/NTLM/RDP evidence. Accepts session_id or pcap_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcap_path | No | Optional PCAP path (absolute or relative to workdir) | |
| session_id | No | Optional session ID of loaded PCAP | |
| include_rdp | No | Whether to analyze RDP sessions (3389) | |
| max_packets | No | Maximum number of packets to process (when pcap_path is used) |