zins_get_cyber_incidents
Retrieve cybersecurity incidents grouped by category, including security events and attack breakdowns. Specify time range and categories to filter results.
Instructions
Provides cybersecurity incidents grouped by category, including security events, cyber attacks, and incident breakdowns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_days_ago | No | Days ago for start. API requires EXACTLY 7 or 14 day intervals. Default: 16 (with end_days_ago=2 gives 14-day interval). For 7-day: use 9. For 14-day: use 16. | |
| end_days_ago | No | Days ago for end. Default: 2 (data has 24-48hr delay). Interval = start_days_ago - end_days_ago must be 7 or 14. | |
| start_time | No | ALTERNATIVE: Start time as Unix epoch in MILLISECONDS. Only use if you need a specific timestamp. Overrides start_days_ago. | |
| end_time | No | ALTERNATIVE: End time as Unix epoch in MILLISECONDS. Only use if you need a specific timestamp. Overrides end_days_ago. | |
| categorize_by | No | Categories to group incidents by. Values: THREAT_CATEGORY_ID, APP_ID, USER_ID, TIME, SRC_COUNTRY. Default: ['THREAT_CATEGORY_ID'] | |
| limit | No | Maximum number of incident entries to return (1-1000). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |