cisco_umbrella_get_activity_amp_retrospective
Query AMP retrospective activity to identify files reclassified as malicious after first seen. Filter by time range, disposition, or SHA-256.
Instructions
List AMP (Advanced Malware Protection) retrospective activity events — files that were re-classified as malicious after they were first seen.
API: GET /reports/v2/activity/amp-retrospective
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.
ampdisposition: Filter by AMP disposition, e.g. "malicious".
sha256: Filter by a specific file's SHA-256 hash.
timezone: IANA timezone name for the response's time fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| from_ | Yes | ||
| limit | No | ||
| offset | No | ||
| sha256 | No | ||
| timezone | No | ||
| ampdisposition | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |