RSS Telegram Bot

This commit is contained in:
bot
2026-03-08 17:32:52 +00:00
commit a654a91023
11 changed files with 2418 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"malware": {
"Malware Traffic Analysis": "http://www.malware-traffic-analysis.net/blog-entries.rss",
"Security Affairs": "https://securityaffairs.com/feed",
"MalwareMustDie": "https://malwaremustdie.blogspot.com/feeds/posts/default",
"Kaspersky Securelist": "https://securelist.com/en/rss/allupdates",
"Sekoia.io Blog": "https://blog.sekoia.io/feed",
"FeedSpot - Malware RSS": "https://rss.feedspot.com/malware_rss_feeds/"
}
}
+22
View File
@@ -0,0 +1,22 @@
{
"news": {
"Krebs on Security": "https://krebsonsecurity.com/feed/",
"Bleeping Computer": "https://www.bleepingcomputer.com/feed/",
"The Hacker News": "http://feeds.feedburner.com/TheHackersNews",
"Security Week": "https://www.securityweek.com/feed",
"Dark Reading": "https://www.darkreading.com/rss.xml",
"Threatpost": "https://threatpost.com/feed/",
"Cyberscoop": "https://www.cyberscoop.com/feed/",
"The Record (Recorded Future)": "https://therecord.media/feed",
"Cybercrime Magazine": "https://cybersecurityventures.com/feed",
"Security Magazine": "https://www.securitymagazine.com/rss",
"Cyber Security Hub": "https://www.cshub.com/rss-feeds",
"PortSwigger Daily Swig": "https://portswigger.net/daily-swig/rss",
"Qualys": "https://blog.qualys.com/feed",
"Rapid7": "https://blog.rapid7.com/feed",
"0x44 Security Blog": "https://0x44.cc/feed.xml",
"NCSC UK Blog": "https://www.ncsc.gov.uk/api/1/services/v1/all-rss-feed.xml",
"FBI Cyber Feeds": "https://www.fbi.gov/feeds",
"CERT.LV": "https://cert.lv/en/feed/rss/all"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"osint": {
"DataBreaches.net": "https://databreaches.net/feed/",
"UpGuard - Breaches": "https://www.upguard.com/breaches/rss.xml",
"UpGuard - News": "https://www.upguard.com/news/rss.xml",
"Vulmon Research": "https://research.vulmon.com/feed",
"Have I Been Pwned": "http://feeds.feedburner.com/HaveIBeenPwnedLatestBreaches"
}
}
+30
View File
@@ -0,0 +1,30 @@
{
"research": {
"Aleph Research - Posts": "https://alephsecurity.com/feed.xml",
"Doyensec Blog": "https://blog.doyensec.com/atom.xml",
"Embrace The Red": "https://embracethered.com/blog/index.xml",
"GitHub Security Lab": "https://github.blog/tag/github-security-lab/feed/",
"Meta Red Team X": "https://rtx.meta.security/feed.xml",
"Mozilla Attack & Defense": "https://blog.mozilla.org/attack-and-defense/feed/",
"watchTowr Labs": "https://labs.watchtowr.com/rss/",
"Google Security Blog": "https://security.googleblog.com/feeds/posts/default",
"Synacktiv Publications": "https://www.synacktiv.com/en/publications?rss",
"Starlabs Blog": "https://starlabs.sg/blog/index.xml",
"NCC Group Research": "https://research.nccgroup.com/feed/",
"Check Point Research": "https://research.checkpoint.com/feed/",
"RET2 Systems Blog": "https://blog.ret2.io/feed.xml",
"secret club": "https://secret.club/feed.xml",
"j00ru vx tech": "https://j00ru.vexillium.org/feed/",
"Connor McGarr": "https://connormcgarr.github.io/feed.xml",
"phoenhex team": "https://phoenhex.re/feed.xml",
"Google Project Zero": "https://googleprojectzero.blogspot.com/feeds/posts/default",
"SpecterOps Blog": "https://specterops.io/blog/",
"Hack The Box - Red Teaming": "https://www.hackthebox.com/rss/blog/red-teaming",
"Code White": "https://code-white.com/rss/",
"TrustedSec Blog": "https://www.trustedsec.com/feed/",
"Outflank Blog": "https://outflank.nl/blog/feed/",
"Pentest Partners Blog": "https://www.pentestpartners.com/feed/",
"Black Hills InfoSec Blog": "https://www.blackhillsinfosec.com/blog/feed/",
"xpnsec Blog": "https://blog.xpnsec.com/rss/"
}
}
+15
View File
@@ -0,0 +1,15 @@
{
"threat_intel": {
"SANS Internet Storm Center": "https://isc.sans.edu/rssfeed.xml",
"Vulnerability Lab": "https://www.vulnerability-lab.com/rss/rss.php",
"Proofpoint Threat Insight": "https://www.proofpoint.com/us/rss.xml",
"Unit42 Palo Alto Networks": "https://unit42.paloaltonetworks.com/feed/",
"SOCRadar Threat Intel": "https://socradar.io/feed/",
"Google Cloud Threat Intelligence": "https://cloud.google.com/blog/topics/threat-intelligence.rss",
"Microsoft Security": "https://www.microsoft.com/en-us/security/blog/feed/",
"Microsoft Security Response Center": "https://msrc.microsoft.com/blog/rss/",
"Mandiant": "https://www.mandiant.com/resources/blog/rss.xml",
"Cisco Talos": "http://feeds.feedburner.com/feedburner/Talos",
"CrowdStrike": "https://www.crowdstrike.com/blog/feed/"
}
}