You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: defender-for-iot/investigate-threats.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,13 +63,13 @@ Defender for IoT generates its own unique alert.
63
63
64
64
## Advanced hunting site property
65
65
66
-
Use the **Site** property listed in the **DeviceInfo** table to write queries for Advanced hunting. This allows you to filter devices according to a specific site, for example, all devices that communicated with malicious devices at a specific site.
66
+
Use the **Site** property listed in the **DeviceInfo** table to write queries for advanced hunting. This allows you to filter devices according to a specific site, for example, all devices that communicated with malicious devices at a specific site.
67
67
68
-
The following query will list all endpoint devices with the specific IP address at the San Francisco site.
68
+
The following query lists all endpoint devices with the specific IP address at the San Francisco site.
69
69
70
70
```kusto
71
71
DeviceInfo
72
72
|where Site == "SanFrancisco" and PublicIP == "192.168.1.1" and DeviceCategory == "Endpoint"
73
73
```
74
74
75
-
This is relevant for both the Device inventory and Site security. For more information, see [Advanced hunting](/../defender-xdr/advanced-hunting-overview) and the [Advanced hunting DeviceInfo schema](/../defender-xdr/advanced-hunting-deviceinfo-table).
75
+
This is relevant for both the device inventory and site security. For more information, see [Advanced hunting](/../defender-xdr/advanced-hunting-overview) and the [Advanced hunting DeviceInfo schema](/../defender-xdr/advanced-hunting-deviceinfo-table).
title: What's new in Microsoft Defender for IoT in the Defender portal
3
-
description: This article describes new features available in Microsoft Defender for IoT, including both OT and Enterprise IoT networks, and both on-premises and in the Defender portal.
3
+
description: This article describes new features available in Microsoft Defender for IoT in the Defender portal, including both OT and Enterprise IoT networks.
4
4
ms.topic: whats-new
5
5
ms.service: defender-for-iot
6
6
author: lwainstein
@@ -12,23 +12,20 @@ ms.custom: enterprise-iot
12
12
13
13
# What's new in Microsoft Defender for IoT?
14
14
15
-
This article describes features available in Microsoft Defender for IoT, across both OT and Enterprise IoT networks, both on-premises and in the Defender portal, and for versions released in the last nine months.
16
-
<!-- which parts of this need to be kept or adapted? -->
17
-
Features released earlier than nine months ago are described in the [What's new archive for Microsoft Defender for IoT for organizations](release-notes-archive.md). For more information specific to OT monitoring software versions, see [OT monitoring software release notes](release-notes.md).
15
+
This article describes features available in Microsoft Defender for IoTin the Defender portal, across both OT and Enterprise IoT networks.
> Noted features listed below are in PREVIEW. The [Azure Preview Supplemental Terms](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) include other legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
In the Advanced hunting tables, the **Site** property is added to the **DeviceInfo** schema, for more information see[investigate threats](investigate-threats.md#advanced-hunting-site-property).
27
+
In the advanced hunting tables, the **Site** property is added to the **DeviceInfo** schema. For more information, see[investigate threats](investigate-threats.md#advanced-hunting-site-property).
31
28
32
29
## Next steps
33
30
34
-
[Getting started with Defender for IoT](get-started.md)
31
+
[Get started with Defender for IoT](get-started.md)
0 commit comments