LOADING…
CVEs, exploits and breach reports from vetted security feeds — ranked CRITICAL to INFO, each with an AI-written summary. One digest email a day. No ads, no tracking.
SLACK
api.slack.com/apps.https://hooks.slack.com/services/...).DISCORD
GENERIC (your own server)
POST with JSON body.{
"sentAt": "ISO timestamp",
"subscriber": { "email": "you@example.com" },
"articles": [
{
"title": "...",
"url": "...",
"source": "bleepingcomputer",
"severity": "CRITICAL",
"cveIds": ["CVE-2026-..."],
"publishedAt": "ISO timestamp",
"summary": "AI summary or feed excerpt"
}
]
}
NOTES
CRITICAL + HIGH.CVE-YYYY-NNNNN (case-insensitive, auto-normalized to uppercase).EXAMPLE
CVE-2026-12345 CVE-2026-67890, CVE-2025-44567
NOTES
CVE-2026-12345 won’t match CVE-2026-123456.LITERAL (recommended)
ransomware, fortigate, lockbit, citrix bleed.fortinet matches both "Fortinet" and "fortinetadvisory".REGEX (advanced)
\bCVE-2026-\d{4,7}\b — any 2026 CVE(zero[- ]day|0day) — zero-day mentions(apt[- ]?\d+|lazarus|fin\d) — APT groupsHOW IT FIRES
NOTES