Skip to content

Commit 73eb39c

Browse files
authored
Merge pull request #222383 from batamig/on-prem-sentinel-2
On prem sentinel 2
2 parents c375299 + 5ab74e7 commit 73eb39c

File tree

4 files changed

+55
-3
lines changed

4 files changed

+55
-3
lines changed

articles/defender-for-iot/organizations/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
href: tutorial-onboarding.md
2929
- name: Integrate with Microsoft Sentinel
3030
items:
31-
- name: Connect Defender for IoT data to Microsoft Sentinel
31+
- name: Connect Defender for IoT cloud data to Microsoft Sentinel
3232
href: iot-solution.md
3333
- name: Investigate Defender for IoT incidents with Microsoft Sentinel
3434
href: iot-advanced-threat-monitoring.md
@@ -144,6 +144,8 @@
144144
href: integrations/logrhythm.md
145145
- name: Micro Focus ArcSight
146146
href: integrations/arcsight.md
147+
- name: Microsoft Sentinel (on-premises data)
148+
href: integrations/on-premises-sentinel.md
147149
- name: Palo Alto
148150
href: tutorial-palo-alto.md
149151
- name: RSA NetWitness

articles/defender-for-iot/organizations/integrate-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ Integrate Microsoft Defender for Iot with partner services to view partner data
7070

7171
|Name |Description |Support scope |Supported by |Learn more |
7272
|---------|---------|---------|---------|---------|
73-
|**Defender for IoT data connector in Sentinel** | Displays Defender for IoT data in Microsoft Sentinel, supporting end-to-end SOC investigations for Defender for IoT alerts. | - OT and Enterprise IoT networks <br>- Cloud-connected sensors | Microsoft | [Integrate Microsoft Sentinel and Microsoft Defender for IoT](../../sentinel/iot-solution.md?tabs=use-out-of-the-box-analytics-rules-recommended) |
74-
|**Microsoft Sentinel** | Send Defender for IoT alerts to Microsoft Sentinel. | - OT networks <br>- Locally managed sensors and on-premises management consoles | Microsoft | |
73+
|**Defender for IoT data connector in Microsoft Sentinel** | Displays Defender for IoT cloud data in Microsoft Sentinel, supporting end-to-end SOC investigations for Defender for IoT alerts. | - OT and Enterprise IoT networks <br>- Cloud-connected sensors | Microsoft | [Integrate Microsoft Sentinel and Microsoft Defender for IoT](../../sentinel/iot-solution.md?tabs=use-out-of-the-box-analytics-rules-recommended) |
74+
|**Microsoft Sentinel** | Send Defender for IoT alerts from on-premises resources to Microsoft Sentinel. | - OT networks <br>- Locally managed sensors and on-premises management consoles | Microsoft | [Connect on-premises OT network sensors to Microsoft Sentinel](integrations/on-premises-sentinel.md) |
7575

7676

7777
## Palo Alto
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: How to connect on-premises Defender for IoT resources to Microsoft Sentinel
3+
description: Learn how to stream data into Microsoft Sentinel from an on-premises and locally-managed Microsoft Defender for IoT OT network sensor or an on-premises management console.
4+
ms.topic: how-to #Required; leave this attribute/value as-is.
5+
ms.date: 12/26/2022
6+
ms.custom: template-how-to-pattern #Required; leave this attribute/value as-is.
7+
---
8+
9+
# Connect on-premises OT network sensors to Microsoft Sentinel
10+
11+
You can [stream Microsoft Defender for IoT data into Microsoft Sentinel](../iot-solution.md) via the Azure portal, for any data coming from cloud-connected OT network sensors.
12+
13+
However, if you're working either in a hybrid environment, or completely on-premises, you might want to stream data in from your locally-managed sensors to Microsoft Sentinel. To do this, create forwarding rules on either your OT network sensor, or for multiple sensors from an on-premises management console.
14+
15+
Stream data into Microsoft Sentinel whenever you want to use Microsoft Sentinel's advanced threat hunting, security analytics, and automation features when responding to security incidents and threats across your network. For more information, see [Microsoft Sentinel documentation](/azure/sentinel/).
16+
17+
## Prerequisites
18+
19+
Before you start, make sure that you have the following prerequisites as needed:
20+
21+
- Access to the OT network sensor or on-premises management console as an **Admin** user. For more information, see [On-premises users and roles for OT monitoring with Defender for IoT](../roles-on-premises.md).
22+
23+
- A proxy machine prepared to send data to Microsoft Sentinel. For more information, see [Get CEF-formatted logs from your device or appliance into Microsoft Sentinel](/azure/sentinel/connect-common-event-format).
24+
25+
- If you want to encrypt the data you send to Microsoft Sentinel using TLS, make sure to generate a valid TLS certificate from the proxy server to use in your forwarding alert rule.
26+
27+
28+
## Set up forwarding alert rules
29+
30+
1. Sign into your OT network sensor or on-premises management console and create a forwarding rule. For more information, see [Forward on-premises OT alert information](../how-to-forward-alert-information-to-partners.md).
31+
32+
1. When creating your forwarding rule, make sure to select **Microsoft Sentinel** as the **Server** value. For example, on the OT sensor:
33+
34+
:::image type="content" source="../media/integration-on-premises-sentinel/sensor-sentinel.png" alt-text="Screenshot of the Microsoft Sentinel option from the OT sensor." lightbox="../media/integration-on-premises-sentinel/sensor-sentinel.png":::
35+
36+
1. If you're using TLS encryption, make sure to select **Enable encryption** and upload your certificate and key files.
37+
38+
Select **Save** when you're done. Make sure to test the rule to make sure that it works as expected.
39+
40+
> [!IMPORTANT]
41+
> To forward alert details to multiple Microsoft Sentinel instances, make sure to create a separate forwarding rule for each instance. Don't use the **Add server** option in the same forwarding rule to send data to multiple Microsoft Sentinel instances.
42+
43+
44+
## Next steps
45+
46+
> [!div class="nextstepaction"]
47+
> [Stream data from cloud-connected sensors](../iot-solution.md)
48+
49+
> [!div class="nextstepaction"]
50+
> [Investigate in Microsoft Sentinel](/azure/sentinel/investigate-cases)
233 KB
Loading

0 commit comments

Comments
 (0)