analyze_dns_traffic
Analyze DNS traffic from pcap files to identify top queried domains, failed queries (NXDOMAIN, SERVFAIL), and slow responses over 100ms.
Instructions
Analyze DNS queries and responses in a packet capture.
Use this tool to understand DNS activity including:
Most queried domains
Failed queries (NXDOMAIN, SERVFAIL)
Slow DNS responses (>100ms)
Args: file_path: Path to the pcap or pcapng file max_packets: Maximum packets to analyze (default: 100000)
Returns: DNS traffic analysis with top domains, failures, and slow queries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| max_packets | No |