A cloud-native SIEM solution that provides intelligent security analytics and threat detection across systems
Hello,
Your choice of APIs is correct for working with Azure Sentinel Threat Intelligence indicators and Microsoft Defender for Endpoint.
- To create or update indicators in Azure Sentinel, use the following API:
- To fetch the data of Azure Sentinel indicators, use the following API:
- To create or update indicators in Microsoft Defender for Endpoint, use the following API:
Here's a high-level workflow for your task:
- Call the "List Threat Intelligence Indicators" API to fetch the indicators from Azure Sentinel.
- Iterate through the fetched indicators, and for each indicator, perform the following steps:
a. Call the "Create or Update Threat Intelligence Indicator" API to create or update the indicator in Azure Sentinel, if needed.
b. Call the "Create or update TI indicator" API to create or update the indicator in Microsoft Defender for Endpoint.