analyze_rdp_attack_chain
Correlates NTLM evidence with RDP sessions to detect and analyze attack chains, extracting forensic hints from session IDs or PCAP files.
Instructions
【自动化攻击链路】Automated analysis of RDP + NTLM attack chain. Correlates NTLM evidence with RDP sessions and extracts forensic hints. 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 | |
| max_packets | No | Maximum number of packets to process (when pcap_path is used) | |
| auto_correlate | No | Automatically correlate NTLM and RDP sessions |