Skip to content

Commit 32f62ce

Browse files
committed
limor cor
1 parent 12acd42 commit 32f62ce

File tree

3 files changed

+15
-18
lines changed

3 files changed

+15
-18
lines changed

defender-for-iot/TOC.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
- name: Overview
88
items:
99
- name: What is Microsoft Defender for IoT in the Defender portal?
10-
href: microsoft-defender-iot.md
11-
- name: Site security
12-
href: site-security-overview.md
10+
href: microsoft-defender-iot.md
1311
- name: What's new
14-
href: whats-new.md
12+
href: whats-new.md
13+
- name: Site security
14+
href: site-security-overview.md
1515
- name: Get started
1616
items:
1717
- name: Prerequisites

defender-for-iot/investigate-threats.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ Defender for IoT generates its own unique alert.
6363

6464
## Advanced hunting site property
6565

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.
6767

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.
6969

7070
```kusto
7171
DeviceInfo
7272
|where Site == "SanFrancisco" and PublicIP == "192.168.1.1" and DeviceCategory == "Endpoint"
7373
```
7474

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).

defender-for-iot/whats-new.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
ms.topic: whats-new
55
ms.service: defender-for-iot
66
author: lwainstein
@@ -12,23 +12,20 @@ ms.custom: enterprise-iot
1212

1313
# What's new in Microsoft Defender for IoT?
1414

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 IoT in the Defender portal, across both OT and Enterprise IoT networks.
16+
17+
[!INCLUDE [defender-iot-preview](../includes//defender-for-iot-defender-public-preview.md)]
1818

19-
> [!NOTE]
20-
> 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.
21-
>
2219
## July 2024
2320

2421
|Service area |Updates |
2522
|---------|---------|
26-
| **OT networks** | - [Site property added DeviceInfo schema](#site-property-added-deviceinfo-schema) |
23+
| **OT networks** | - [Site property added DeviceInfo schema](#new-site-property-added-deviceinfo-schema) |
2724

28-
### Site property added DeviceInfo schema
25+
### New Site property added DeviceInfo schema
2926

30-
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).
3128

3229
## Next steps
3330

34-
[Getting started with Defender for IoT](get-started.md)
31+
[Get started with Defender for IoT](get-started.md)

0 commit comments

Comments
 (0)