Forum Discussion
Marc_Schmitz
Sep 21, 2021Copper Contributor
import txt files into threat intelligence for Azure Sentinel
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.
- GaryBusheyBronze Contributor
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)
- Marc_SchmitzCopper ContributorThank you. I will look into this.