Forum Discussion

john66571's avatar
john66571
Brass Contributor
Nov 06, 2024

RSS feeds to security blogs?

Hello,

After the update of blogs here i no longer see any RSS feeds or links.
Where can those RSS feed be found now? 
It was the only newsfeed where blogs could be aggregated. perhaps im just blind :) but i cant find the new RSS feeds.

Thank you!



Previously (before this weeks update) the links to those RSS feed was as follows:

https://techcommunity.microsoft.com/gxcuf89792/rss/board?board.id=MicrosoftSecurityandCompliance

https://techcommunity.microsoft.com/gxcuf89792/rss/board?board.id=Identity

https://techcommunity.microsoft.com/gxcuf89792/rss/board?board.id=CoreInfrastructureandSecurityBlog

https://techcommunity.microsoft.com/gxcuf89792/rss/board?board.id=AzureNetworkSecurityBlog

https://techcommunity.microsoft.com/gxcuf89792/rss/board?board.id=IdentityStandards

https://techcommunity.microsoft.com/gxcuf89792/rss/board?board.id=MicrosoftThreatProtectionBlog

https://techcommunity.microsoft.com/gxcuf89792/rss/board?board.id=MicrosoftDefenderCloudBlog

https://techcommunity.microsoft.com/gxcuf89792/rss/board?board.id=MicrosoftDefenderATPBlog

https://techcommunity.microsoft.com/gxcuf89792/rss/board?board.id=MicrosoftDefenderIoTBlog

https://techcommunity.microsoft.com/gxcuf89792/rss/board?board.id=DefenderExternalAttackSurfaceMgmtBlog

https://techcommunity.microsoft.com/gxcuf89792/rss/board?board.id=Vulnerability-Management

https://techcommunity.microsoft.com/gxcuf89792/rss/board?board.id=DefenderThreatIntelligence

https://techcommunity.microsoft.com/gxcuf89792/rss/board?board.id=MicrosoftSecurityExperts

https://techcommunity.microsoft.com/gxcuf89792/rss/board?board.id=Microsoft-Security-Baselines

https://techcommunity.microsoft.com/gxcuf89792/rss/board?board.id=MicrosoftSentinelBlog

https://techcommunity.microsoft.com/gxcuf89792/rss/board?board.id=MicrosoftDefenderforOffice365Blog




  • john66571's avatar
    john66571
    Brass Contributor

    For anyone ending up here, i had previously written a RSS aggregator that aggregates multiple RSS feeds into one using python and free github actions/workflow. I have now added the ability to aggregate HTML (urls) into one big RSS feed to (hopefully they will return here soon tho!).
    https://github.com/hitem/rss-aggregator
    Theoretically, you can set up a repo for each feed you want and then you have a rss feed for each blog again. But this is not the solution, this is a workaround :3

    • Default value is based on ingestion, ie: append_mode = false
      It runs every hour on github actions -> looks back 2 hours -> constructs the RSSfeed.xml -> ingestion in teams/slack/tasks runs every hour and post whats in the RSSfeed.xml. 
    • However, if you wish to have a history in the feed etc (to view it in rss viewers such as feedly), swap the append_mode = true. This is to make the feed suit your needs.

Resources