pcap_dns_analysis
Extract and analyze DNS queries from PCAP files to identify query patterns, DNS servers, and IPv6 endpoints for network forensics and security testing.
Instructions
Extract and analyze DNS queries from a PCAP. Returns dns_queries_by_frequency, dns_servers, and ipv6_dns_endpoints. Read-only file analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcap_path | Yes | Path to the PCAP file | |
| source_ip | No | Filter DNS queries from a specific source IP |