Skip to content

Commit c151f8d

Browse files
authored
Merge pull request #104679 from mlottner/Live-publish_1
Sentinel connector release
2 parents fbae9a9 + c67f8c1 commit c151f8d

File tree

5 files changed

+88
-5
lines changed

5 files changed

+88
-5
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

articles/asc-for-iot/how-to-agent-configuration.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.devlang: na
1414
ms.topic: conceptual
1515
ms.tgt_pltfrm: na
1616
ms.workload: na
17-
ms.date: 07/25/2019
17+
ms.date: 02/18/2020
1818
ms.author: mlottner
1919

2020
---
@@ -133,7 +133,6 @@ Default values are available in the proper schema in [GitHub](https\://aka.ms/io
133133
|Diagnostic event|eventPriorityDiagnostic| Off| False| Agent related diagnostic events. Use this event for verbose logging.|
134134
|Configuration error |eventPriorityConfigurationError |Low |False |Agent failed to parse the configuration. Verify the configuration against the schema.|
135135
|Dropped events statistics |eventPriorityDroppedEventsStatistics |Low |True|Agent related event statistics. |
136-
|Message statistics|eventPriorityMessageStatistics |Low |True |Agent related message statistics. |
137136
|Connected hardware|eventPriorityConnectedHardware |Low |True |Snapshot of all hardware connected to the device.|
138137
|Listening ports|eventPriorityListeningPorts |High |True |Snapshot of all open listening ports on the device.|
139138
|Process create |eventPriorityProcessCreate |Low |False |Audits process creation on the device.|
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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
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.
4+
45
services: asc-for-iot
56
ms.service: asc-for-iot
67
documentationcenter: na
78
author: mlottner
89
manager: rkarlin
910
editor: ''
1011

11-
ms.assetid: 2cf6a49b-5d35-491f-abc3-63ec24eb4bc2
12+
1213
ms.subservice: asc-for-iot
1314
ms.devlang: na
1415
ms.topic: conceptual
@@ -24,7 +25,7 @@ ms.author: mlottner
2425

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

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

2930
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.
3031

0 commit comments

Comments
 (0)