Microsoft Secure Tech Accelerator
Apr 03 2024, 07:00 AM - 11:00 AM (PDT)
Microsoft Tech Community

import txt files into threat intelligence for Azure Sentinel

Copper Contributor

Hi All,

 

We have our own treat intel that we use for various solutions and we retrieve this via an URL with an HTTP get request. I would like to configure Azure Sentinel to pull this .txt file every few hous and import this in the threat intel table. 

 

We don't have TAXI STIX or an threat intel platform and we have limited rights to the server with the threat intel. Is it possible to schedule an import of the txt file?

 

I was trying to create a Logic App and this was easy for the HTTP get request. But I have no idea how to get the .txt file into the threat intel table.

2 Replies

@Marc_Schmitz I would say the best way is to write to the Azure Security Graph using the new Microsoft Graph Security action (currently in preview)

Thank you. I will look into this.