Skip to content

Commit c156024

Browse files
authored
Merge pull request #232579 from MicrosoftDocs/release-d4iot-deployment-plus
[RELEASE PUBLISH] Release d4iot deployment plus
2 parents 67073c7 + a277c35 commit c156024

File tree

139 files changed

+4461
-1966
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+4461
-1966
lines changed

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

Lines changed: 276 additions & 228 deletions
Large diffs are not rendered by default.

articles/defender-for-iot/organizations/alerts.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom: enterprise-iot
88

99
# Microsoft Defender for IoT alerts
1010

11-
Microsoft Defender for IoT alerts enhance your network security and operations with real-time details about events logged in your network. Alerts are messages that a Defender for IoT engine triggers when OT or Enterprise IoT network sensors detect changes or suspicious activity in network traffic that needs your attention.
11+
Microsoft Defender for IoT alerts enhance your network security and operations with real-time details about events logged in your network. Alerts are triggered when OT or Enterprise IoT network sensors detect changes or suspicious activity in network traffic that needs your attention.
1212

1313
For example:
1414

@@ -111,14 +111,22 @@ Use the following table to learn more about each alert status and triage option.
111111
|**Active** | - Azure portal only | Set an alert to *Active* to indicate that an investigation is underway, but that the alert can't yet be closed or otherwise triaged. <br><br>This status has no effect elsewhere in Defender for IoT. |
112112
|**Closed** | - Azure portal <br><br>- OT network sensors <br><br>- On-premises management console | Close an alert to indicate that it's fully investigated, and you want to be alerted again the next time the same traffic is detected.<br><br>Closing an alert adds it to the sensor event timeline.<br><br>On the on-premises management console, *New* alerts are called *Acknowledged*. |
113113
|**Learn** | - Azure portal <br><br>- OT network sensors <br><br>- On-premises management console <br><br>*Unlearning* an alert is available only on the OT sensor. | Learn an alert when you want to close it and add it as allowed traffic, so that you aren't alerted again the next time the same traffic is detected. <br><br>For example, when the sensor detects firmware version changes following standard maintenance procedures, or when a new, expected device is added to the network. <br><br>Learning an alert closes the alert and adds an item to the sensor event timeline. Detected traffic is included in data mining reports, but not when calculating other OT sensor reports. <br><br>Learning alerts is available for selected alerts only, mostly those triggered by *Policy* and *Anomaly* engine alerts. |
114-
|**Mute** | - OT network sensors <br><br>- On-premises management console <br><br>*Unmuting* an alert is available only on the OT sensor. | Mute an alert when you want to close it and not see again for the same traffic, but without adding the alert allowed traffic. <br><br>For example, when the Operational engine triggers an alert indicating that the PLC Mode was changed on a device. The new mode may indicate that the PLC isn't secure, but after investigation, it's determined that the new mode is acceptable. <br><br>Muting an alert closes it, but doesn't add an item to the sensor event timeline. Detected traffic is included in data mining reports, but not when when calculating data for other sensor reports. <br><br>Muting an alert is available for selected alerts only, mostly those triggered by the *Anomaly*, *Protocol Violation*, or *Operational* engines. |
114+
|**Mute** | - OT network sensors <br><br>- On-premises management console <br><br>*Unmuting* an alert is available only on the OT sensor. | Mute an alert when you want to close it and not see again for the same traffic, but without adding the alert allowed traffic. <br><br>For example, when the Operational engine triggers an alert indicating that the PLC Mode was changed on a device. The new mode may indicate that the PLC isn't secure, but after investigation, it's determined that the new mode is acceptable. <br><br>Muting an alert closes it, but doesn't add an item to the sensor event timeline. Detected traffic is included in data mining reports, but not when calculating data for other sensor reports. <br><br>Muting an alert is available for selected alerts only, mostly those triggered by the *Anomaly*, *Protocol Violation*, or *Operational* engines. |
115115

116116
> [!TIP]
117117
> If you know ahead of time which events are irrelevant for you, such as during a maintenance window, or if you don't want to track the event in the event timeline, create an alert exclusion rule on an on-premises management console instead.
118118
>
119119
> For more information, see [Create alert exclusion rules on an on-premises management console](how-to-accelerate-alert-incident-response.md#create-alert-exclusion-rules-on-an-on-premises-management-console).
120120
>
121121
122+
### Triage OT alerts during learning mode
123+
124+
*Learning mode* refers to the initial period after an OT sensor is deployed, when your OT sensor learns your network's baseline activity, including the devices and protocols in your network, and the regular file transfers that occur between specific devices.
125+
126+
Use learning mode to perform an initial triage on the alerts in your network, *learning* those you want to mark as authorized, expected activity. Learned traffic doesn't generate new alerts the next time the same traffic is detected.
127+
128+
For more information, see [Create a learned baseline of OT alerts](ot-deploy/create-learned-baseline.md).
129+
122130
## Next steps
123131

124132
Review alert types and messages to help you understand and plan remediation actions and playbook integrations. For more information, see [OT monitoring alert types and descriptions](alert-engine-messages.md).

articles/defender-for-iot/organizations/api/management-integration-apis.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ This API returns data about a specific device per a given device ID.
298298
| **u_mac_address_objects** |JSON array of MAC addresses | Not nullable | Array of [MAC address](#mac_address_object-fields) objects |
299299
| **u_protocol_objects** | JSON array of protocols | Not nullable | An array of [protocol](#protocol_object-fields) objects |
300300
| **u_vlans** |JSON array of VLAN objects | Not nullable | An array of [VLAN](#vlan_object-fields) objects |
301-
| **u_purdue_layer** | String | Not nullable |Defines the default [Purdue layer](../plan-network-monitoring.md#purdue-reference-model-and-defender-for-iot) for this device type. |
301+
| **u_purdue_layer** | String | Not nullable |Defines the default [Purdue layer](../best-practices/understand-network-architecture.md) for this device type. |
302302
| **u_sensor_ids** |JSON array of sensor ID objects |Not nullable | An array of [sensor ID](#sensor_id_object-fields) objects |
303303
| **u_cm_device_url** |String |Not nullable | The URL used to access the device on the on-premises management console. |
304304
| **u_device_urls** |JSON array of URL objects |Not nullable | An array of [device URL](#device_url_object-fields) objects |
@@ -732,6 +732,7 @@ curl -k -H "Authorization: <Authorization token>" "https://<IP Address>/external
732732
```rest
733733
curl -k -H "Authorization: 1234b734a9244d54ab8d40aedddcabcd" "https://127.0.0.1/external/v3/integration/devicecves/1664781014000"
734734
```
735+
735736
---
736737

737738
## Next steps

articles/defender-for-iot/organizations/appliance-catalog/dell-edge-5200.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This article describes the Dell Edge 5200 appliance for OT sensors.
1414
|**Hardware profile** | E500|
1515
|**Performance** | Max bandwidth: 1 Gbps<br>Max devices: 10,000 |
1616
|**Physical specifications** | Mounting: Wall Mount<br>Ports: 3x RJ45 |
17-
|**Status** | Supported, Not available pre-configured|
17+
|**Status** | Supported, Not available preconfigured|
1818

1919
The following image shows the hardware elements on the Dell Edge 5200 that are used by Defender for IoT:
2020

@@ -30,7 +30,7 @@ The following image shows the hardware elements on the Dell Edge 5200 that are u
3030
|Processor| Intel® Core™ i7-9700TE|
3131
|Chipset|Intel C246|
3232
|Memory |32 GB = Two 16 GB DDR4 ECC UDIMM|
33-
|Storage| 1x 512GB SSD |
33+
|Storage| 1x 512 GB SSD |
3434
|Network controller|3x Intel GbE: 2x i210 + i219LM PHY|
3535
|Management|Intel AMT supported on i5 and i7 CPUs|
3636
|Device access| 6x USB 3.0|
@@ -40,7 +40,7 @@ The following image shows the hardware elements on the Dell Edge 5200 that are u
4040

4141
|Quantity|PN|Description|
4242
|:----|:----|:----|
43-
|1|210-BCNV|Dell EMC Edge Gateway 5200,Core i7-9700TE.32G.512G, Win 10 IoT.TPM, OEM|
43+
|1|210-BCNV|Dell EMC Edge Gateway 5200, Core i7-9700TE.32G.512G, Win 10 IoT.TPM, OEM|
4444
|1|631-ADIJ|User Documentation EMEA 2|
4545
|1|683-1187|No Installation Service Selected (Contact Sales Rep for more details)|
4646
|1|709-BDGW|Parts Only Warranty 15 Months|
@@ -54,6 +54,5 @@ Continue understanding system requirements for physical or virtual appliances. F
5454

5555
Then, use any of the following procedures to continue:
5656

57-
- [Purchase sensors or download software for sensors](../onboard-sensors.md#purchase-sensors-or-download-software-for-sensors)
58-
- [Download software for an on-premises management console](../how-to-manage-the-on-premises-management-console.md#download-software-for-the-on-premises-management-console)
59-
- [Install software](../how-to-install-software.md)
57+
- [Download software for an OT sensor](../ot-deploy/install-software-ot-sensor.md#download-software-files-from-the-azure-portal)
58+
- [Download software files for an on-premises management console](../ot-deploy/install-software-on-premises-management-console.md#download-software-files-from-the-azure-portal)

articles/defender-for-iot/organizations/appliance-catalog/dell-poweredge-r340-xl-legacy.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,5 @@ Continue understanding system requirements for physical or virtual appliances. F
194194

195195
Then, use any of the following procedures to continue:
196196

197-
- [Purchase sensors or download software for sensors](../onboard-sensors.md#purchase-sensors-or-download-software-for-sensors)
198-
- [Download software for an on-premises management console](../how-to-manage-the-on-premises-management-console.md#download-software-for-the-on-premises-management-console)
199-
- [Install software](../how-to-install-software.md)
197+
- [Download software for an OT sensor](../ot-deploy/install-software-ot-sensor.md#download-software-files-from-the-azure-portal)
198+
- [Download software files for an on-premises management console](../ot-deploy/install-software-on-premises-management-console.md#download-software-files-from-the-azure-portal)

articles/defender-for-iot/organizations/appliance-catalog/dell-poweredge-r350-e1800.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,5 @@ Continue understanding system requirements for physical or virtual appliances. F
224224

225225
Then, use any of the following procedures to continue:
226226

227-
- [Purchase sensors or download software for sensors](../onboard-sensors.md#purchase-sensors-or-download-software-for-sensors)
228-
- [Download software for an on-premises management console](../how-to-manage-the-on-premises-management-console.md#download-software-for-the-on-premises-management-console)
229-
- [Install software](../how-to-install-software.md)
227+
- [Download software for an OT sensor](../ot-deploy/install-software-ot-sensor.md#download-software-files-from-the-azure-portal)
228+
- [Download software files for an on-premises management console](../ot-deploy/install-software-on-premises-management-console.md#download-software-files-from-the-azure-portal)

articles/defender-for-iot/organizations/appliance-catalog/hpe-edgeline-el300.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,5 @@ Continue understanding system requirements for physical or virtual appliances. F
148148

149149
Then, use any of the following procedures to continue:
150150

151-
- [Purchase sensors or download software for sensors](../onboard-sensors.md#purchase-sensors-or-download-software-for-sensors)
152-
- [Download software for an on-premises management console](../how-to-manage-the-on-premises-management-console.md#download-software-for-the-on-premises-management-console)
153-
- [Install software](../how-to-install-software.md)
151+
- [Download software for an OT sensor](../ot-deploy/install-software-ot-sensor.md#download-software-files-from-the-azure-portal)
152+
- [Download software files for an on-premises management console](../ot-deploy/install-software-on-premises-management-console.md#download-software-files-from-the-azure-portal)

articles/defender-for-iot/organizations/appliance-catalog/hpe-proliant-dl20-legacy.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,5 @@ Continue understanding system requirements for physical or virtual appliances. F
153153

154154
Then, use any of the following procedures to continue:
155155

156-
- [Purchase sensors or download software for sensors](../onboard-sensors.md#purchase-sensors-or-download-software-for-sensors)
157-
- [Download software for an on-premises management console](../how-to-manage-the-on-premises-management-console.md#download-software-for-the-on-premises-management-console)
158-
- [Install software](../how-to-install-software.md)
156+
- [Download software for an OT sensor](../ot-deploy/install-software-ot-sensor.md#download-software-files-from-the-azure-portal)
157+
- [Download software files for an on-premises management console](../ot-deploy/install-software-on-premises-management-console.md#download-software-files-from-the-azure-portal)

articles/defender-for-iot/organizations/appliance-catalog/hpe-proliant-dl20-plus-enterprise.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ The following image shows a sample of the HPE ProLiant DL20 back panel:
5151
|----|---|----|
5252
|1| P44111-B21 | HPE DL20 Gen10+ 4SFF CTO Server|
5353
|1| P45252-B21 | Intel Xeon E-2334 FIO CPU for HPE|
54-
|4| P28610-B21 | HPE 1 TB SATA 7.2K SFF BC HDD|
54+
|4| P28610-B21 | HPE 1-TB SATA 7.2K SFF BC HDD|
5555
|2| P43019-B21 | HPE 16 GB 1Rx8 PC4-3200AA-E Standard Kit|
5656
|1| 869079-B21 | HPE Smart Array E208i-a SR G10 LH Ctrlr (RAID10)|
57-
|1| P21106-B21 | INT I350 1GbE 4p BASE-T Adapter|
57+
|1| P21106-B21 | INT I350 1 GbE 4p BASE-T Adapter|
5858
|1| P45948-B21 | HPE DL20 Gen10+ RPS FIO Enable Kit|
5959
|2| 865408-B21 | HPE 500W FS Plat Hot Plug LH Power Supply Kit|
6060
|1| 775612-B21 | HPE 1U Short Friction Rail Kit|
@@ -74,10 +74,10 @@ Optional modules for port expansion include:
7474
|Location |Type|Specifications|
7575
|--------------|--------------|---------|
7676
| PCI Slot 1 (Low profile) | DP F/O NIC |P26262-B21 - Broadcom BCM57414 Ethernet 10/25Gb 2-port SFP28 Adapter for HPE |
77-
| PCI Slot 1 (Low profile) | DP F/O NIC |P28787-B21 - Intel X710-DA2 Ethernet 10 Gb 2-port SFP+ Adapter for HPE |
78-
| PCI Slot 2 (High profile) | Quad Port Ethernet NIC| P21106-B21 - Intel I350-T4 Ethernet 1 Gb 4-port BASE-T Adapter for HPE |
77+
| PCI Slot 1 (Low profile) | DP F/O NIC |P28787-B21 - Intel X710-DA2 Ethernet 10-Gb 2-port SFP+ Adapter for HPE |
78+
| PCI Slot 2 (High profile) | Quad Port Ethernet NIC| P21106-B21 - Intel I350-T4 Ethernet 1-Gb 4-port BASE-T Adapter for HPE |
7979
| PCI Slot 2 (High profile) | DP F/O NIC |P26262-B21 - Broadcom BCM57414 Ethernet 10/25 Gb 2-port SFP28 Adapter for HPE |
80-
| PCI Slot 2 (High profile) | DP F/O NIC |P28787-B21 - Intel X710-DA2 Ethernet 10 Gb 2-port SFP+ Adapter for HPE |
80+
| PCI Slot 2 (High profile) | DP F/O NIC |P28787-B21 - Intel X710-DA2 Ethernet 10-Gb 2-port SFP+ Adapter for HPE |
8181
| SFPs for Fiber Optic NICs|MultiMode, Short Range|455883-B21 - HPE BLc 10G SFP+ SR Transceiver|
8282
| SFPs for Fiber Optic NICs|SingleMode, Long Range | 455886-B21 - HPE BLc 10G SFP+ LR Transceiver|
8383

@@ -170,6 +170,5 @@ Continue understanding system requirements for physical or virtual appliances. F
170170

171171
Then, use any of the following procedures to continue:
172172

173-
- [Purchase sensors or download software for sensors](../onboard-sensors.md#purchase-sensors-or-download-software-for-sensors)
174-
- [Download software for an on-premises management console](../how-to-manage-the-on-premises-management-console.md#download-software-for-the-on-premises-management-console)
175-
- [Install software](../how-to-install-software.md)
173+
- [Download software for an OT sensor](../ot-deploy/install-software-ot-sensor.md#download-software-files-from-the-azure-portal)
174+
- [Download software files for an on-premises management console](../ot-deploy/install-software-on-premises-management-console.md#download-software-files-from-the-azure-portal)

articles/defender-for-iot/organizations/appliance-catalog/hpe-proliant-dl20-plus-smb.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The following image shows a sample of the HPE ProLiant DL20 Gen10 back panel:
5151
|----|---|----|
5252
|1| P44111-B21 | HPE DL20 Gen10+ NHP 2LFF CTO Server|
5353
|1| P45252-B21 | Intel Xeon E-2334 FIO CPU for HPE|
54-
|2| P28610-B21 | HPE 1 TB SATA 7.2K SFF BC HDD|
54+
|2| P28610-B21 | HPE 1-TB SATA 7.2K SFF BC HDD|
5555
|1| P43016-B21 | HPE 8 GB 1Rx8 PC4-3200AA-E Standard Kit|
5656
|1| 869079-B21 | HPE Smart Array E208i-a SR G10 LH Ctrlr (RAID10)|
5757
|1| P21106-B21 | INT I350 1GbE 4p BASE-T Adapter|
@@ -73,9 +73,9 @@ Optional modules for port expansion include:
7373

7474
|Location |Type|Specifications|
7575
|--------------|--------------|---------|
76-
| PCI Slot 1 (Low profile) | DP F/O NIC |P26262-B21 - Broadcom BCM57414 Ethernet 10/25 Gb 2-port SFP28 Adapter for HPE |
77-
| PCI Slot 1 (Low profile) | DP F/O NIC |P28787-B21 - Intel X710-DA2 Ethernet 10 Gb 2-port SFP+ Adapter for HPE |
78-
| PCI Slot 2 (High profile) | Quad Port Ethernet NIC| P21106-B21 - Intel I350-T4 Ethernet 1 Gb 4-port BASE-T Adapter for HPE |
76+
| PCI Slot 1 (Low profile) | DP F/O NIC |P26262-B21 - Broadcom BCM57414 Ethernet 10/25-Gb 2-port SFP28 Adapter for HPE |
77+
| PCI Slot 1 (Low profile) | DP F/O NIC |P28787-B21 - Intel X710-DA2 Ethernet 10-Gb 2-port SFP+ Adapter for HPE |
78+
| PCI Slot 2 (High profile) | Quad Port Ethernet NIC| P21106-B21 - Intel I350-T4 Ethernet 1-Gb 4-port BASE-T Adapter for HPE |
7979
| PCI Slot 2 (High profile) | DP F/O NIC |P26262-B21 - Broadcom BCM57414 Ethernet 10/25 Gb 2-port SFP28 Adapter for HPE |
8080
| PCI Slot 2 (High profile) | DP F/O NIC |P28787-B21 - Intel X710-DA2 Ethernet 10 Gb 2-port SFP+ Adapter for HPE |
8181
| SFPs for Fiber Optic NICs|MultiMode, Short Range|455883-B21 - HPE BLc 10G SFP+ SR Transceiver|
@@ -188,6 +188,5 @@ Continue understanding system requirements for physical or virtual appliances. F
188188

189189
Then, use any of the following procedures to continue:
190190

191-
- [Purchase sensors or download software for sensors](../onboard-sensors.md#purchase-sensors-or-download-software-for-sensors)
192-
- [Download software for an on-premises management console](../how-to-manage-the-on-premises-management-console.md#download-software-for-the-on-premises-management-console)
193-
- [Install software](../how-to-install-software.md)
191+
- [Download software for an OT sensor](../ot-deploy/install-software-ot-sensor.md#download-software-files-from-the-azure-portal)
192+
- [Download software files for an on-premises management console](../ot-deploy/install-software-on-premises-management-console.md#download-software-files-from-the-azure-portal)

0 commit comments

Comments
 (0)