Skip to content

Commit 2a8142b

Browse files
committed
Merge branch 'mdeguide' of https://github.com/tarTech23/defender-docs-pr into rbac2
2 parents 1e86fa1 + 06d2216 commit 2a8142b

File tree

6 files changed

+177
-135
lines changed

6 files changed

+177
-135
lines changed

ATPDocs/deploy/test-connectivity.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ After preparing the server that you're going to use for your Microsoft Defender
1414

1515
For more information, see [Required ports](../prerequisites.md#ports).
1616

17+
> [!NOTE]
18+
> To get the name and other important details about your Defender for Identity workspace, see the [About page](../settings-about.md) in the [Microsoft Defender XDR](https://security.microsoft.com/) portal.
19+
1720
## Test connectivity using a browser
1821

1922
1. Open a browser. If you're using a proxy, make sure that your browser uses the same proxy settings being used by the sensor.

defender-endpoint/run-analyzer-macos-linux.md

Lines changed: 114 additions & 135 deletions
Large diffs are not rendered by default.

defender-for-iot/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
items:
4343
- name: Overview
4444
href: device-discovery.md
45+
- name: MDE agent depolyment guide
46+
href: mde-deployment-guide.md
4547
- name: Discover and manage devices
4648
href: manage-devices-inventory.md
4749
- name: Review security initiatives
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
title: MDE agent deployment guide for OT discovery - Microsoft Defender for IoT
3+
description: Learn how to deploy an MDE agent on your OT network sensors.
4+
ms.date: 12/19/2024
5+
ms.topic: how-to
6+
author: limwainstein
7+
ms.author: lwainstein
8+
---
9+
<!-- This isnt really a how-to but a concept - is that correct? Limor-->
10+
# MDE Agent Deployment Guide for OT Discovery
11+
12+
## Placement of an MDE agent to receive maximum network value
13+
14+
This guide provides step-by-step instructions for deploying a Microsoft Defender for Endpoint (MDE) agent in the correct network location to ensure that it receives the relevant traffic. Proper placement enhances data quality and optimal performance within the network.
15+
16+
## MDE Discovery for OT Capabilities
17+
18+
MDE agents offer various discovery and security capabilities, such as passive monitoring or standard probing. The MDE agent should be placed according to the capability type that your network needs. The capabilities include:
19+
20+
- [Passive monitoring](#passive-monitoring)
21+
22+
- [Standard probing](#standard-probing)
23+
24+
## Usage Ability
25+
26+
- Server 2019 and computers with Build Version 17763
27+
28+
- Lower operating system versions: Machines with lower operating system versions (e.g., Server 2016) can be onboarded to an MDE agent but can't run SENSENDR.
29+
30+
## Passive Monitoring
31+
32+
Passive monitoring involves silently analyzing network traffic using known endpoints and traffic patterns, for example, MDE passively monitors network traffic to discover OT devices.
33+
34+
- Requirement: An MDE agent must be running on the LAN or subnet to be monitored.
35+
36+
- Network traffic type required: the MDE agent needs to pass unicast traffic between the discovered OT devices and the agent/ sensor.<!--?-->
37+
38+
:::image type="content" source="media/mde-agent-deployment-guide/mde-agent-deployment-guide-1.png" alt-text="A diagram showing the passive monitoring of a subnet." lightbox="media/mde-agent-deployment-guide/mde-agent-deployment-guide-1.png":::
39+
40+
## Standard Probing
41+
42+
Standard probing involves actively probing observed devices in the network to enrich collected data.
43+
44+
This mode leverages common discovery protocols that use multicast queries in the network to identify other devices not located using passive monitoring. For example, MDE can use standard probing to actively find devices in your network, which helps build a reliable and coherent device inventory.
45+
46+
General recommendations for standard probing to set up the MDE agent as an OT discovery data source are:
47+
48+
- Minimum Requirement: an MDE agent running on the LAN or subnet to be monitored.
49+
50+
- Scanners per VLAN: at least five scanners per VLAN.
51+
52+
- Onboarding Devices: onboard any devices with the "Can Be Onboarded" status in order to increase visibility.
53+
54+
- Functionality: Broadcast packets allow the MDE agent to create the device in the inventory though not necessarily with all the information needed for OT classification and CVEs. Based on the initial information discovered, the agent uses standard probing to complete the necessary information using appropriate protocols.
55+
56+
:::image type="content" source="media/mde-agent-deployment-guide/mde-agent-deployment-guide-2.png" alt-text="A diagram showing the standard probing discovery process." lightbox="media/mde-agent-deployment-guide/mde-agent-deployment-guide-2.png":::
57+
58+
These guidelines could ensure that the MDE agent is effectively deployed to maximize its value for OT discovery.
33.6 KB
Loading
61.5 KB
Loading

0 commit comments

Comments
 (0)