wireshark_detect_dns_tunnel
Analyze pcap files to detect DNS tunneling via long queries, TXT abuse, and subdomain entropy.
Instructions
[Security] Detect DNS tunneling (long queries, TXT abuse, subdomain entropy).
Args: pcap_file: Path to capture file
Returns: DNS tunnel analysis results or JSON error
Example: wireshark_detect_dns_tunnel("exfiltration.pcap")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcap_file | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |