Forum Discussion
How to integrate custom threat intelligence feeds and populate them in lists in Azure Sentinel?
MiteshAgrawal Have you looked through the following yet?
- MiteshAgrawalJan 30, 2020Brass Contributor
Hi Rod_Trent,
Thanks for your quick reply.
The link you shared is really helpful. Will try to integrate our TI feeds with Sentinel with the help of the steps provided in the link.
Also, how can I create a list and manually upload the IOCs if that is what my requirement is? Do we have some steps for that? In KQL with makelist we can create a list and can populate data from the previous results, can we do something similar and manually upload the IOCs?
Thanks in Advance.
Regards,
Mitesh Agrawal
- GaryBusheyJan 31, 2020Bronze Contributor
MiteshAgrawal For this part, look at https://techcommunity.microsoft.com/t5/azure-sentinel/implementing-lookups-in-azure-sentinel-part-1-reference-files/ba-p/1091306 on how to use Azure Blob storage as an external source for KQL queries.
- MiteshAgrawalFeb 02, 2020Brass ContributorHi Gary,
How can I achieve my requirement without using BLOB storage? Can I do this from my local system? Or by pasting the feeds manually in a list?