ERIS now supports multiple free intelligence sources that don't require a Gemini API key!
-
CISA Advisories (RSS)
- Official cybersecurity advisories from CISA
- Updates: Real-time
- Confidence: Verified
-
NVD CVE Database (API)
- National Vulnerability Database
- Free, no API key needed
- Updates: Real-time
- Confidence: Verified
-
GitHub Security Advisories (API)
- Public security advisories from GitHub
- Free, no API key needed
- Updates: Real-time
- Confidence: High
-
The Hacker News (RSS)
- Popular cybersecurity news site
- Updates: Multiple times daily
- Confidence: High
-
BleepingComputer (RSS)
- Cybersecurity news and analysis
- Updates: Multiple times daily
- Confidence: High
-
Krebs on Security (RSS)
- In-depth security journalism
- Updates: Daily
- Confidence: High
- AlienVault OTX (API)
- Open Threat Exchange
- Free tier available
- Set
OTX_API_KEYin.env.local - Get API key: https://otx.alienvault.com/api
- Go to Settings → OSINT Sources tab
- Enable/Disable sources as needed
- Save Configuration
- The Dashboard and Intel Feed will automatically use enabled sources
- Without Gemini API Key: ERIS uses only OSINT sources
- With Gemini API Key: ERIS tries Gemini first, falls back to OSINT if Gemini fails
- Mixed Mode: You can use both Gemini and OSINT sources together
To add your own RSS feeds or APIs, edit services/osintService.ts and add to DEFAULT_SOURCES array.
- RSS feeds use a public CORS proxy (allorigins.win) for browser compatibility
- For production, set up your own backend proxy for RSS feeds
- API sources (NVD, GitHub) work directly without proxies
- All sources are filtered to show only last 24 hours of intelligence