Forum Discussion
Saeed Sheikh
Jun 27, 2022Copper Contributor
Sentinel watchlist updates
I want to be able to update a watch list using a CSV file stored in SharePoint. Whenever the file gets updated, an update gets pushed or pulled into Microsoft Sentinel. How can I go about doing this?...
- Jun 27, 2022
Hello Saeed Sheikh ,
You can build a Logic App for that.
Look here for playbooks related to watchlists Azure-Sentinel/Playbooks at master · Azure/Azure-Sentinel (github.com)
And here you have an example of integration with SharePoint: Using Azure Logic App to pull files from Microsoft SharePoint | by Caio Moreno | Medium
mikhailf
Jun 27, 2022Steel Contributor
Hello Saeed Sheikh ,
You can build a Logic App for that.
Look here for playbooks related to watchlists Azure-Sentinel/Playbooks at master · Azure/Azure-Sentinel (github.com)
And here you have an example of integration with SharePoint: Using Azure Logic App to pull files from Microsoft SharePoint | by Caio Moreno | Medium
Saeed Sheikh
Jun 28, 2022Copper Contributor
Thank you mikhailf for your response. I will look further into the links you shared.