From b9c5fa1e13c5cccafb70b0cfce27b969c3bbd7b5 Mon Sep 17 00:00:00 2001 From: CarterPerez-dev Date: Fri, 1 May 2026 22:53:58 -0400 Subject: [PATCH] docs(monitor): add cyber data source matrix to README --- .../monitor-the-situation-dashboard/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/PROJECTS/advanced/monitor-the-situation-dashboard/README.md b/PROJECTS/advanced/monitor-the-situation-dashboard/README.md index a2fb49c9..1eff6b2d 100644 --- a/PROJECTS/advanced/monitor-the-situation-dashboard/README.md +++ b/PROJECTS/advanced/monitor-the-situation-dashboard/README.md @@ -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