Ioda
security__iodaQuery IODA for internet connectivity signals by country, region, or ASN to detect and analyze internet outages. Returns data with quality scores and source citations for audit.
Instructions
[Security & Sanctions Agent] Query Internet Outage Detection and Analysis (IODA) for internet connectivity signals by country, region, or ASN. Source: IODA (Georgia Tech) (Research / Open Access), updates daily. Returns the Katzilla envelope { data, quality, citation } — quality scores freshness/uptime/confidence; citation carries the source URL, license, and a SHA-256 data hash for audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityType | No | Entity type to query | country |
| entityCode | No | Entity code (e.g. US, CN, or ASN number) | US |
| from | No | Start time (e.g. -1h, -24h, or Unix timestamp) | -1h |
| until | No | End time (e.g. now or Unix timestamp) | now |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured payload from the upstream source. | |
| text | No | Pre-rendered text representation, when applicable. | |
| quality | Yes | Quality scorecard: freshness, uptime, completeness, confidence, certainty. | |
| citation | Yes | Provenance block — source, license, retrieval timestamp, SHA-256 data hash, pre-formatted citation text. |