docs(monitor): add cyber data source matrix to README

This commit is contained in:
CarterPerez-dev 2026-05-01 22:53:58 -04:00
parent c64141bc0b
commit b9c5fa1e13
1 changed files with 11 additions and 0 deletions

View File

@ -19,6 +19,17 @@ Operator-grade real-time situational awareness dashboard. Single-binary Go backe
| Ingress | nginx (dev + prod), Cloudflare Tunnel (prod) |
| Build / run | `just` recipes, multi-stage Docker, air for live reload |
## Cyber data sources
| Panel | Source | Cadence | Auth |
| ------------------------------ | ------------------------- | ---------- | --------------------------------------------- |
| Mass-scan firehose | DShield (SANS ISC) | 1h | none |
| Internet outages + BGP hijacks | Cloudflare Radar | 5m | `CF_RADAR_TOKEN` (Radar:Read scope) |
| CVE velocity + EPSS | NVD CVE 2.0 + FIRST EPSS | 2h | `NVD_API_KEY` (optional, raises rate limit) |
| CISA KEV | CISA KEV catalog | 1h | none |
| Ransomware victims | ransomware.live | 15m | none |
| IP enrichment | GreyNoise Community | on-demand | `GREYNOISE_API_KEY` (optional, free tier) |
## Quickstart (development)
```bash