Data Sources

38 sources configured

RSS Feed

26 sources

Ars Technica Security

https://feeds.arstechnica.com/arstechnica/security

Not yet scrapedActive

BleepingComputer

https://www.bleepingcomputer.com/feed/

Not yet scrapedActive

CISA Advisories

https://www.cisa.gov/feeds/advisories.xml

Not yet scrapedActive

Cisco Talos Intelligence

https://blog.talosintelligence.com/feeds/posts/default

Not yet scrapedActive

Cybersecurity Insiders

https://www.cybersecurity-insiders.com/feed/

Not yet scrapedActive

Dark Reading

https://www.darkreading.com/rss.xml

Not yet scrapedActive

EFF Deeplinks

https://www.eff.org/rss/updates.xml

Not yet scrapedActive

Google Project Zero

https://googleprojectzero.blogspot.com/feeds/posts/default

Not yet scrapedActive

Graham Cluley Security

https://grahamcluley.com/feed/

Not yet scrapedActive

Have I Been Pwned Blog

https://feeds.feedburner.com/HaveIBeenPwned

Not yet scrapedActive

Krebs on Security

https://krebsonsecurity.com/feed/

Not yet scrapedActive

Malwarebytes Labs

https://www.malwarebytes.com/blog/feed/index.xml

Not yet scrapedActive

Mandiant Blog

https://www.mandiant.com/resources/blog/rss.xml

Not yet scrapedActive

NIST Cybersecurity News

https://www.nist.gov/news-events/cybersecurity/rss.xml

3/9/2026Active

Palo Alto Unit 42

https://unit42.paloaltonetworks.com/feed/

Not yet scrapedActive

Recorded Future Blog

https://www.recordedfuture.com/feed

Not yet scrapedActive

SANS Internet Stormcast

https://isc.sans.edu/rssfeed_full.xml

Not yet scrapedActive

Schneier on Security

https://www.schneier.com/feed/atom/

Not yet scrapedActive

Security Affairs

https://securityaffairs.com/feed

Not yet scrapedActive

Security Guidance

https://www.cisa.gov

Not yet scrapedActive

SecurityWeek

https://feeds.feedburner.com/securityweek

3/4/2026Active

Sophos Naked Security

https://nakedsecurity.sophos.com/feed/

Not yet scrapedActive

The Hacker News

https://feeds.feedburner.com/TheHackersNews

Not yet scrapedActive

Threatpost

https://threatpost.com/feed/

Not yet scrapedActive

US-CERT Current Activity

https://www.cisa.gov/uscert/ncas/current-activity.xml

Not yet scrapedActive

Wired Security

https://www.wired.com/feed/category/security/latest/rss

Not yet scrapedActive

dark_web

1 source

Daily Dark Web

https://dailydarkweb.net

3/7/2026Active

GitHub Advisory

1 source

GitHub Advisory Database

https://github.com/advisories

Not yet scrapedActive

HackerNews

1 source

HackerNews

https://news.ycombinator.com

3/9/2026Active

NVD / CVE

1 source

NVD/CVE

https://nvd.nist.gov

3/9/2026Active

Reddit

8 sources

r/AI_Agents

https://www.reddit.com/r/AI_Agents

Not yet scrapedActive

r/ArtificialIntelligence

https://www.reddit.com/r/ArtificialIntelligence

Not yet scrapedActive

r/MachineLearning

https://www.reddit.com/r/MachineLearning

Not yet scrapedActive

r/cybersecurity

https://www.reddit.com/r/cybersecurity

Not yet scrapedActive

r/hacking

https://www.reddit.com/r/hacking

Not yet scrapedActive

r/netsec

https://www.reddit.com/r/netsec

Not yet scrapedActive

r/netsec_uncensored

https://www.reddit.com/r/netsec_uncensored

Not yet scrapedActive

r/openai

https://www.reddit.com/r/openai

Not yet scrapedActive

REST API Access

All endpoints (except /api/health) require a Bearer token in the Authorization header.

# Example request

curl -H "Authorization: Bearer YOUR_API_SECRET_KEY" https://your-domain.manus.space/api/news

# With filters

curl -H "Authorization: Bearer YOUR_API_SECRET_KEY" "…/api/news?category=ai-agentic&pageSize=50"

GET/api/healthHealth check (no auth required)
GET/api/newsList articles — supports search, category, source, dateFrom, dateTo, cveId, page, pageSize, sortBy, sortDir
GET/api/news/:idSingle article by ID
GET/api/sourcesList all configured sources
GET/api/statsAggregated counts by category and source
GET/api/jobsScrape job history (add ?limit=N)
Requests without a valid token receive HTTP 401 Unauthorized. Your API_SECRET_KEY is managed in Settings → Secrets.