|
| 1 | +--- |
| 2 | +title: Azure Security Center for IoT guide for configuration with Azure Sentinel (preview)| Microsoft Docs |
| 3 | +description: This how to guide explains how to configure Azure Sentinel to receive data from your Azure Security Center for IoT solution. |
| 4 | +services: asc-for-iot |
| 5 | +ms.service: asc-for-iot |
| 6 | +documentationcenter: na |
| 7 | +author: mlottner |
| 8 | +manager: rkarlin |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | +ms.subservice: asc-for-iot |
| 13 | +ms.devlang: na |
| 14 | +ms.topic: conceptual |
| 15 | +ms.tgt_pltfrm: na |
| 16 | +ms.workload: na |
| 17 | +ms.date: 02/18/2020 |
| 18 | +ms.author: mlottner |
| 19 | + |
| 20 | +--- |
| 21 | + |
| 22 | +> [!IMPORTANT] |
| 23 | +> The Azure Security Center for IoT data connector in Azure Sentinel is currently in public preview. |
| 24 | +> This feature is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities. |
| 25 | +> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/). |
| 26 | +
|
| 27 | +# Connect your data from Azure Security Center for IoT to Azure Sentinel (preview) |
| 28 | + |
| 29 | +In this guide, learn how to connect your Azure Security Center for IoT data to Azure Sentinel. |
| 30 | + |
| 31 | +> [!div class="checklist"] |
| 32 | +> * Prerequisites |
| 33 | +> * Connection settings |
| 34 | +> * Log Analytics alert view |
| 35 | +
|
| 36 | +Connect alerts from Azure Security Center for IoT and stream them directly into Azure Sentinel. |
| 37 | + |
| 38 | +## Prerequisites |
| 39 | + |
| 40 | +- You must have Workspace **read** and **write** permissions. |
| 41 | +- **Azure Security Center for IoT** must be **enabled** on your relevant IoT Hub(s). |
| 42 | +- You must have both **read** and **write** permissions on the **Azure IoT Hub** you wish to connect. |
| 43 | +- You must also have **read** and **write** permissions on the **Azure IoT Hub resource group**. |
| 44 | + |
| 45 | +> [!NOTE] |
| 46 | +> You must have the Azure Security Center Standard tier licensing running on your subscription to send general Azure resource alerts. With the free tier licensing required for Azure Security Center for IoT, only Azure Security Center for IoT related alerts will be forwarded to Azure Sentinel. |
| 47 | +
|
| 48 | +## Connect to Azure Security Center for IoT |
| 49 | + |
| 50 | +1. In Azure Sentinel, select **Data connectors** and then click the **Azure Security Center for IoT** tile. |
| 51 | +1. From the bottom right pane, click **Open connector page**. |
| 52 | +1. Click **Connect**, next to each IoT Hub subscription whose alerts and device alerts you want to stream into Azure Sentinel. |
| 53 | + - If Azure Security Center for IoT is not enabled on that Hub, you’ll see an Enable warning message. Click the **Enable** link to start the service. |
| 54 | +1. You can decide whether you want the alerts from Azure Security Center for IoT to automatically generate incidents in Azure Sentinel. Under **Create incidents**, select **Enable** to enable the default analytic rule to create incidents automatically from alerts generated in the connected security service.This rule can be changed or edited under **Analytics** > **Active** rules. |
| 55 | + |
| 56 | +> [!NOTE] |
| 57 | +>It can take 10 seconds or more to refresh the hub list after making connection changes. |
| 58 | +
|
| 59 | +## Log Analytics alert display |
| 60 | + |
| 61 | +To use the relevant schema in Log Analytics to display the Azure Security Center for IoT alerts: |
| 62 | + |
| 63 | +1. Open **Logs** > **SecurityInsights** > **SecurityAlert**, or search for **SecurityAlert**. |
| 64 | +2. Filter to see only Azure Security Center for IoT generated alerts using the following kql filter: |
| 65 | + |
| 66 | +```kusto |
| 67 | +SecurityAlert | where ProductName == "Azure Security Center for IoT" |
| 68 | +``` |
| 69 | + |
| 70 | +### Service notes |
| 71 | + |
| 72 | +After connecting an IoT Hub, the hub data is available in Azure Sentinel approximately 15 minutes later. |
| 73 | + |
| 74 | + |
| 75 | +## Next steps |
| 76 | + |
| 77 | +In this document, you learned how to connect Azure Security Center for IoT to Azure Sentinel. To learn more about threat detection and security data access, see the following articles: |
| 78 | + |
| 79 | +- Learn how to use Azure Sentinel to [get visibility into your data, and potential threats](https://docs.microsoft.com/azure/sentinel/quickstart-get-visibility). |
| 80 | + |
| 81 | +- Learn how to [Access your IoT security data](how-to-security-data-access.md) |
0 commit comments