Slack and Microsoft Teams
Every feed on this site is standard RSS, so any tool that reads RSS can post updates to a channel. Here is the current path for Slack and Microsoft Teams.
Slack
Slack ships an RSS app. In the channel where you want updates, run the slash command:
/feed subscribe https://cybersecuritytracker.ai/rss/vulnerabilities.xml
Swap in any feed URL from the feeds directory. Useful companions:
/feed listshows every feed in the current channel./feed remove [id]stops a feed by its list number./feed helpprints the full command set.
If the RSS app is not installed, add it from the Slack Marketplace first, then run the command above.
Microsoft Teams
Microsoft retired the classic Office 365 RSS connector, so the current path is a Teams Workflow (built on Power Automate):
- In Teams, open Workflows (from the + apps menu or the channel's ... menu).
- Choose the template Post to a channel when a feed item is published.
- Paste a feed URL, for example
https://cybersecuritytracker.ai/rss/all.xml, and pick the target team and channel. - Save. New items post automatically on the feed's poll interval.
Any custom feed you build on the feeds pageworks here too. Verify the exact template name in your tenant, since Microsoft revises the Workflows gallery periodically.
Anything else
The feeds are plain RSS 2.0, so Feedly, Inoreader, Discord webhooks via an RSS bridge, a SIEM's RSS input, or a cron job hitting theJSON API all work. Feeds carry a 15-minute cache header.