get_dns_queries
Retrieve DNS query logs to see every domain a device attempted to resolve, even for brief connections. Filter by MAC address, domain, or time range.
Instructions
Get DNS query logs showing every domain a device attempted to resolve. More complete than flow data since it captures queries even for very brief connections. Supports filtering by device MAC, domain, and time range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mac | No | Filter to a specific device by MAC address. Omit for all devices. | |
| count | No | Max results to return (default 100, max 5000) | |
| domain | No | Filter by queried domain (e.g. 'example.com') | |
| hoursBack | No | How many hours back to search (default 24) |