Skip to content

Commit 66e3685

Browse files
update TIP connect article
1 parent bcd2962 commit 66e3685

File tree

3 files changed

+12
-40
lines changed

3 files changed

+12
-40
lines changed

articles/sentinel/connect-threat-intelligence-upload-api.md

Lines changed: 12 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -16,31 +16,30 @@ ms.collection: usx-security
1616

1717
# Connect your threat intelligence platform to Microsoft Sentinel with the STIX objects API
1818

19-
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.
2020

21-
The STIX objects API ingests threat intelligence 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 STIX object API](stix-objects-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).
2222

23-
:::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.":::
2424

2525
For more information about threat intelligence, see [Threat intelligence](understand-threat-intelligence.md).
2626

2727
> [!IMPORTANT]
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.
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.
2929
>
3030
> [!INCLUDE [unified-soc-preview-without-alert](includes/unified-soc-preview-without-alert.md)]
3131
3232
[!INCLUDE [reference-to-feature-availability](includes/reference-to-feature-availability.md)]
3333

3434
## Prerequisites
3535

36-
- 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.
37-
- 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.
3837
- You must be able to register a Microsoft Entra application.
3938
- Your Microsoft Entra application must be granted the Microsoft Sentinel Contributor role at the workspace level.
4039

4140
## Instructions
4241

43-
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:
4443

4544
1. Register a Microsoft Entra application, and then record its application ID.
4645
1. Generate and record a client secret for your Microsoft Entra application.
@@ -61,17 +60,9 @@ For more information on registering your Microsoft Entra application, see [Regis
6160

6261
After you register your application, record its application (client) ID from the application's **Overview** tab.
6362

64-
## Generate and record a client secret
65-
66-
Now that your application is registered, generate and record a client secret.
67-
68-
:::image type="content" source="media/connect-threat-intelligence-upload-api/threat-intel-client-secret.png" alt-text="Screenshot that shows client secret generation.":::
69-
70-
For more information on generating a client secret, see [Add a client secret](../active-directory/develop/quickstart-register-app.md#add-a-client-secret).
71-
7263
## Assign a role to the application
7364

74-
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.
7566

7667
1. From the Azure portal, go to **Log Analytics workspaces**.
7768
1. Select **Access control (IAM)**.
@@ -86,41 +77,22 @@ The Upload Indicators API ingests threat indicators at the workspace level and a
8677

8778
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).
8879

89-
## Install the Threat Intelligence Upload Indicators API data connector in Microsoft Sentinel (optional)
90-
91-
Install the Threat Intelligence Upload Indicators API data connector to see the API connection instructions from your Microsoft Sentinel workspace.
92-
93-
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**.
94-
95-
1. Find and select the **Threat Intelligence** solution.
96-
97-
1. Select the :::image type="icon" source="media/connect-mdti-data-connector/install-update-button.png"::: **Install/Update** button.
98-
99-
For more information about how to manage the solution components, see [Discover and deploy out-of-the-box content](sentinel-solutions-deploy.md).
100-
101-
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.
102-
103-
:::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":::
104-
10580
## Configure your threat intelligence platform solution or custom application
10681

107-
The following configuration information is required by the Upload Indicators API:
82+
The following configuration information is required by the STIX objects API:
10883

10984
- Application (client) ID
110-
- Client secret
85+
- Microsoft Entra access token with [OAuth 2.0 authentication](../active-directory/fundamentals/auth-oauth2.md)
11186
- Microsoft Sentinel workspace ID
11287

11388
Enter these values in the configuration of your integrated TIP or custom solution where required.
11489

115-
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).
116-
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.
117-
1. The data connector status reflects the **Connected** status. The **Data received** graph is updated after indicators are submitted successfully.
118-
119-
:::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.
12092

12193
## Related content
12294

123-
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:
12496

12597
- [Understand threat intelligence](understand-threat-intelligence.md).
12698
- [Work with threat indicators](work-with-threat-indicators.md) throughout the Microsoft Sentinel experience.
2.44 KB
Loading
19.5 KB
Loading

0 commit comments

Comments
 (0)