You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sentinel/connect-threat-intelligence-upload-api.md
+16-48Lines changed: 16 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
---
2
-
title: Connect your TIP with upload indicators API
2
+
title: Connect your TIP with STIX objects API
3
3
titleSuffix: Microsoft Sentinel
4
-
description: Learn how to connect your threat intelligence platform or custom feed by using the Upload Indicators API to Microsoft Sentinel.
4
+
5
+
description: Learn how to connect your threat intelligence platform (TIP) or custom feed using the STIX objects API to Microsoft Sentinel.
5
6
author: austinmccollum
6
7
ms.topic: how-to
7
8
ms.date: 3/14/2024
@@ -10,41 +11,35 @@ appliesto:
10
11
- Microsoft Sentinel in the Azure portal
11
12
- Microsoft Sentinel in the Microsoft Defender portal
12
13
ms.collection: usx-security
13
-
14
-
15
14
#Customer intent: As a security admin, I want to connect my threat intelligence platform with Microsoft Sentinel using the appropriate API so that I can centralize and enhance threat detection and response capabilities.
16
-
17
15
---
18
16
19
-
# Connect your threat intelligence platform to Microsoft Sentinel with the Upload Indicators API
17
+
# Connect your threat intelligence platform to Microsoft Sentinel with the STIX objects API
20
18
21
-
Many organizations use threat intelligence platform (TIP) solutions to aggregate threat indicator feeds from various sources. From the aggregated feed, the data is curated to apply to security solutions such as network devices, EDR/XDR solutions, or security information and event management (SIEM) solutions such as Microsoft Sentinel. By using the Threat Intelligence Upload Indicators API, you can use these solutions to import threat indicators into Microsoft Sentinel.
19
+
Many organizations use threat intelligence platform (TIP) solutions to aggregate threat intelligence feeds from various sources. From the aggregated feed, the data is curated to apply to security solutions such as network devices, EDR/XDR solutions, or security information and event management (SIEM) solutions such as Microsoft Sentinel. The industry standard for describing cyberthreat information is called, "Structured Threat Information Expression" or STIX. By using the STIX objects API, you use an expressive way to import threat intelligence into Microsoft Sentinel.
22
20
23
-
The Upload Indicators API ingests threat intelligence indicators into Microsoft Sentinel without the need for the data connector. The data connector only mirrors the instructions for connecting to the API endpoint described in this article and the API reference document [Microsoft Sentinel Upload Indicators API](upload-indicators-api.md).
21
+
The STIX objects API ingests threat intelligence into Microsoft Sentinel without the need for a data connector. This article describes what you need to connect. For more information on the API details, see the reference document [Microsoft Sentinel STIX objects API](stix-objects-api.md).
24
22
25
-
:::image type="content" source="media/connect-threat-intelligence-upload-api/threat-intel-upload-api.png" alt-text="Screenshot that shows the threat intelligence import path.":::
23
+
:::image type="content" source="media/connect-threat-intelligence-upload-api/threat-intel-stix-objects-api.png" alt-text="Screenshot that shows the threat intelligence import path.":::
26
24
27
25
For more information about threat intelligence, see [Threat intelligence](understand-threat-intelligence.md).
28
26
29
27
> [!IMPORTANT]
30
-
> The Microsoft Sentinel Threat Intelligence Upload Indicators API is in preview. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for more legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
28
+
> The Microsoft Sentinel threat intelligence STIX objects API is in preview. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for more legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
- To install, update, and delete standalone content or solutions in the **Content hub**, you need the Microsoft Sentinel Contributor role at the resource group level. You don't need to install the data connector to use the API endpoint.
41
-
- You must have read and write permissions to the Microsoft Sentinel workspace to store your threat indicators.
36
+
- You must have read and write permissions to the Microsoft Sentinel workspace to store your threat intelligence STIX objects.
42
37
- You must be able to register a Microsoft Entra application.
43
38
- Your Microsoft Entra application must be granted the Microsoft Sentinel Contributor role at the workspace level.
44
39
45
40
## Instructions
46
41
47
-
Follow these steps to import threat indicators to Microsoft Sentinel from your integrated TIP or custom threat intelligence solution:
42
+
Follow these steps to import threat intelligence STIX objects to Microsoft Sentinel from your integrated TIP or custom threat intelligence solution:
48
43
49
44
1. Register a Microsoft Entra application, and then record its application ID.
50
45
1. Generate and record a client secret for your Microsoft Entra application.
@@ -65,17 +60,9 @@ For more information on registering your Microsoft Entra application, see [Regis
65
60
66
61
After you register your application, record its application (client) ID from the application's **Overview** tab.
67
62
68
-
## Generate and record a client secret
69
-
70
-
Now that your application is registered, generate and record a client secret.
71
-
72
-
:::image type="content" source="media/connect-threat-intelligence-upload-api/threat-intel-client-secret.png" alt-text="Screenshot that shows client secret generation.":::
73
-
74
-
For more information on generating a client secret, see [Add a client secret](../active-directory/develop/quickstart-register-app.md#add-a-client-secret).
75
-
76
63
## Assign a role to the application
77
64
78
-
The Upload Indicators API ingests threat indicators at the workspace level and allows a least-privilege role of Microsoft Sentinel Contributor.
65
+
The STIX objects API ingests threat intelligence objects at the workspace level and requires the role of Microsoft Sentinel Contributor.
79
66
80
67
1. From the Azure portal, go to **Log Analytics workspaces**.
81
68
1. Select **Access control (IAM)**.
@@ -90,41 +77,22 @@ The Upload Indicators API ingests threat indicators at the workspace level and a
90
77
91
78
For more information on assigning roles to applications, see [Assign a role to the application](../active-directory/develop/howto-create-service-principal-portal.md#assign-a-role-to-the-application).
92
79
93
-
## Install the Threat Intelligence Upload Indicators API data connector in Microsoft Sentinel (optional)
94
-
95
-
Install the Threat Intelligence Upload Indicators API data connector to see the API connection instructions from your Microsoft Sentinel workspace.
96
-
97
-
1. For Microsoft Sentinel in the [Azure portal](https://portal.azure.com), under **Content management**, select **Content hub**. <br>For Microsoft Sentinel in the [Defender portal](https://security.microsoft.com/), select **Microsoft Sentinel** > **Content management** > **Content hub**.
98
-
99
-
1. Find and select the **Threat Intelligence** solution.
100
-
101
-
1. Select the :::image type="icon" source="media/connect-mdti-data-connector/install-update-button.png"::: **Install/Update** button.
102
-
103
-
For more information about how to manage the solution components, see [Discover and deploy out-of-the-box content](sentinel-solutions-deploy.md).
104
-
105
-
1. The data connector is now visible in **Configuration** > **Data connectors**. Open the **Data connectors** page to find more information on how to configure your application with this API.
106
-
107
-
:::image type="content" source="media/connect-threat-intelligence-upload-api/upload-api-data-connector.png" alt-text="Screenshot that shows the Data connectors page with the Upload Indicators API data connector listed." lightbox="media/connect-threat-intelligence-upload-api/upload-api-data-connector.png":::
108
-
109
80
## Configure your threat intelligence platform solution or custom application
110
81
111
-
The following configuration information is required by the Upload Indicators API:
82
+
The following configuration information is required by the STIX objects API:
112
83
113
84
- Application (client) ID
114
-
-Client secret
85
+
-Microsoft Entra access token with [OAuth 2.0 authentication](../active-directory/fundamentals/auth-oauth2.md)
115
86
- Microsoft Sentinel workspace ID
116
87
117
88
Enter these values in the configuration of your integrated TIP or custom solution where required.
118
89
119
-
1. Submit the indicators to the Microsoft Sentinel Upload Indicators API. To learn more about the Upload Indicators API, see [Microsoft Sentinel Upload Indicators API](upload-indicators-api.md).
120
-
1. Within a few minutes, threat indicators should begin flowing into your Microsoft Sentinel workspace. Find the new indicators on the **Threat intelligence** pane, which is accessible from the Microsoft Sentinel menu.
121
-
1. The data connector status reflects the **Connected** status. The **Data received** graph is updated after indicators are submitted successfully.
122
-
123
-
:::image type="content" source="media/connect-threat-intelligence-upload-api/upload-api-data-connector-connected.png" alt-text="Screenshot that shows the Upload Indicators API data connector in the Connected state." lightbox="media/connect-threat-intelligence-upload-api/upload-api-data-connector-connected.png":::
90
+
1. Submit the threat intelligence to the STIX objects API. For more information, see [Microsoft Sentinel STIX objects API](stix-objects-api.md).
91
+
1. Within a few minutes, threat intelligence objects should begin flowing into your Microsoft Sentinel workspace. Find the new STIX objects on the **Threat intelligence** page, which is accessible from the Microsoft Sentinel menu.
124
92
125
93
## Related content
126
94
127
-
In this article, you learned how to connect your TIP to Microsoft Sentinel. To learn more about using threat indicators in Microsoft Sentinel, see the following articles:
95
+
In this article, you learned how to connect your TIP to Microsoft Sentinel. To learn more about using threat intelligence in Microsoft Sentinel, see the following articles:
0 commit comments