How BLACKOUT DESK computes risk scores and detects outages.
Georgia Tech's academic project monitoring global Internet connectivity via BGP, Active Probing, and Darknet data. Provides outage alerts and signal anomalies per country/ASN.
When API token is configured, ingests traffic anomalies, confirmed outage annotations, and BGP hijack/leak events from Cloudflare's global network perspective.
Monitors Statuspage.io-compatible JSON endpoints for major platforms (Cloudflare, GitHub, Atlassian). Platform-level incidents contribute to the signal feed but don't directly trigger country-level blackout status.
Computed per entity (country/ASN) every 60 seconds, based on weighted signal contributions:
| Signal | Max Weight |
|---|---|
| IODA active outage (last hour) | +35 |
| IODA recent outage (last 24h) | +15 |
| IODA signal anomalies | +20 |
| Radar confirmed outage (recent) | +30 |
| Radar traffic anomaly | +15 |
| Radar BGP events | +15 |
| Status page incidents | +10 |