Skip to content

Commit 3054a12

Browse files
committed
Sentinel connector release
1 parent 0616ed5 commit 3054a12

File tree

4 files changed

+86
-3
lines changed

4 files changed

+86
-3
lines changed

articles/asc-for-iot/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@
7777
href: how-to-security-data-access.md
7878
- name: Investigate a device
7979
href: how-to-investigate-device.md
80+
- name: Connect to Azure Sentinel
81+
href: how-to-configure-with-sentinel.md
8082
- name: Customize your solution
8183
href: how-to-customize-solution.md
8284
- name: Resources
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
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)

articles/asc-for-iot/how-to-customize-solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In this guide, learn how to customize different settings in Azure Security Cente
2929
3030
## Change settings
3131

32-
"Manage your Azure Security Center for IoT setting:
32+
Manage your Azure Security Center for IoT setting:
3333

3434
On your IoT Hub, go to the security overview blade
3535
on the top left corner, see "settings"

articles/asc-for-iot/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
y---
22
title: What is Azure Security Center for IoT | Microsoft Docs
33
description: Learn more about Azure Security Center for IoT features and services, and understand how Azure Security Center for IoT provides comprehensive IoT security.
44
services: asc-for-iot
@@ -24,7 +24,7 @@ ms.author: mlottner
2424

2525
Unify security management and enable end-to-end threat detection and analysis across hybrid cloud workloads and your Azure IoT solution.
2626

27-
## Secure your entire IoT solution from IoT devices to Azure cloud.
27+
## Secure your entire IoT solution from IoT devices to Azure cloud
2828

2929
Choose from our seamless agentless solution or take advantage of agent-based comprehensive security, Azure Security Center for IoT provides threat prevention and analysis for every device, IoT Edge and IoT Hub, across your IoT assets.
3030

0 commit comments

Comments
 (0)