analyze_dns_traffic
Extract DNS query names, types, and response codes from PCAP files to detect suspicious patterns and DNS tunneling.
Instructions
Analyze DNS queries and responses from a PCAP file.
Extracts DNS query names, types, response codes, and identifies potential DNS tunneling or suspicious patterns.
Args: filepath: Path to PCAP/PCAPNG file max_queries: Maximum number of DNS rows to process
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | ||
| max_queries | No |