decrypt_rdp
Analyze RDP traffic and correlate NTLM evidence to detect NLA/TLS and provide decryption hints. Use session ID or PCAP path.
Instructions
【RDP取证】Analyze RDP sessions and correlate with NTLM evidence (NLA/TLS detection and handshake hints). Does not guarantee full TLS/CredSSP decryption. Accepts session_id or pcap_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Domain hint | |
| username | No | Username hint | |
| ntlm_hash | No | Known NTLM hash for decryption | |
| 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) | |
| stream_index | No | Specific TCP stream index (optional) |