cisco_umbrella_get_activity_dns
Retrieve DNS activity logs from Cisco Umbrella. Filter by time range, domain, verdict, threats, category, or identity to investigate security events and monitor DNS traffic.
Instructions
List DNS activity events.
API: GET /reports/v2/activity/dns
Args:
from_: Required. Start of the time range. Accepts epoch
milliseconds, ISO-8601 (e.g. "2024-01-01T00:00:00Z"), or a
relative offset (e.g. "-1days", "-7days", "now").
to: Required. End of the time range. Same accepted formats as from_.
limit: Max results per page (default 100).
offset: Pagination offset.
domains: Comma-separated domain filter.
categories: Comma-separated content category ID filter.
identityids: Comma-separated identity (e.g. roaming computer) ID filter.
verdict: Filter by verdict, e.g. "allowed" or "blocked".
threats: Comma-separated threat name filter.
timezone: IANA timezone name for the response's time fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| from_ | Yes | ||
| limit | No | ||
| offset | No | ||
| domains | No | ||
| threats | No | ||
| verdict | No | ||
| timezone | No | ||
| categories | No | ||
| identityids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |