Skip to content

Commit 64f7a0f

Browse files
authored
Merge branch 'main' into vivek-xdr-teams-policy
2 parents 48e53fe + 41401c6 commit 64f7a0f

File tree

173 files changed

+2062
-1586
lines changed

Some content is hidden

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

173 files changed

+2062
-1586
lines changed

defender-endpoint/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@
6767
href: evaluate-microsoft-defender-antivirus.md
6868
- name: Evaluate Microsoft Defender Antivirus using PowerShell
6969
href: microsoft-defender-antivirus-using-powershell.md
70+
- name: Evaluate Microsoft Defender Antivirus using MDE Security Settings Management
71+
href: microsoft-defender-antivirus-using-mde-security-set-mngmnt.md
7072
- name: Microsoft Defender for Endpoint demonstration scenarios
7173
href: defender-endpoint-demonstrations.md
7274
- name: App reputation demonstration

defender-endpoint/admin-submissions-mde.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Submit files in Microsoft Defender for Endpoint
33
description: Learn how to use the unified submissions feature in Microsoft Defender XDR to submit suspicious emails, URLs, email attachments, and files to Microsoft for scanning.
44
search.appverid: met150
5-
ms.date: 02/15/2024
5+
ms.date: 05/06/2024
66
ms.service: defender-endpoint
77
ms.author: siosulli
88
author: siosulli
99
manager: deniseb
10-
localization_priority: Normal
10+
ms.localizationpriority: medium
1111
audience: ITPro
1212
ms.topic: how-to
1313
ms.collection:

defender-endpoint/attack-surface-reduction-rules-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ The following table lists the supported operating systems for rules that are cur
134134
| [Block rebooting machine in Safe Mode (preview)](#block-rebooting-machine-in-safe-mode-preview) | Y | Y | Y | Y | Y |
135135
| [Block untrusted and unsigned processes that run from USB](#block-untrusted-and-unsigned-processes-that-run-from-usb) | Y | Y | Y | Y | Y |
136136
| [Block use of copied or impersonated system tools (preview)](#block-use-of-copied-or-impersonated-system-tools-preview) | Y | Y | Y | Y | Y |
137-
| [Block Webshell creation for Servers](#block-webshell-creation-for-servers) | N | Y <br>Exchange Role Only | Y <br>Exchange Role Only | Y <br>Exchange Role Only | N |
137+
| [Block Webshell creation for Servers](#block-webshell-creation-for-servers) | N | Y <br>Exchange Role Only | Y <br>Exchange Role Only | Y <br>Exchange Role Only | Y <br>Exchange Role Only |
138138
| [Block Win32 API calls from Office macros](#block-win32-api-calls-from-office-macros) | Y | N | N | N | N |
139139
| [Use advanced protection against ransomware](#use-advanced-protection-against-ransomware) | Y <br> version 1803 or later <sup>[[3](#fn1)]</sup> | Y | Y | Y | Y |
140140

defender-endpoint/auto-investigation-action-center.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You can use the unified Action center if you have appropriate permissions and on
5050

5151
- [Microsoft Defender XDR](/microsoft-365/security/mtp/microsoft-threat-protection)
5252
- [Defender for Endpoint](microsoft-defender-endpoint.md)
53-
- [Defender for Office 365]/defender-office-365/mdo-about
53+
- [Defender for Office 365](/defender-office-365/mdo-about)
5454
- [Defender for Business](/defender-business/mdb-overview)
5555

5656
## Using the Action center

defender-endpoint/comprehensive-guidance-on-linux-deployment.md

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.collection:
1414
ms.topic: conceptual
1515
ms.subservice: linux
1616
search.appverid: met150
17-
ms.date: 04/04/2024
17+
ms.date: 05/08/2024
1818
---
1919

2020
# Advanced deployment guidance for Microsoft Defender for Endpoint on Linux
@@ -39,7 +39,7 @@ To learn about other ways to deploy Microsoft Defender for Endpoint on Linux, se
3939

4040
Learn about the general guidance on a typical Microsoft Defender for Endpoint on Linux deployment. The applicability of some steps is determined by the requirements of your Linux environment.
4141

42-
1. [Work with your Firewall, Proxy, and Networking admin](#1-work-with-your-firewall-proxy-and-networking-admin).
42+
1. [Prepare your network environment](#1-prepare-your-network-environment).
4343

4444
2. [Capture performance data from the endpoint](#2-capture-performance-data-from-the-endpoint).
4545

@@ -86,39 +86,31 @@ Learn about the general guidance on a typical Microsoft Defender for Endpoint on
8686

8787
22. [Uninstall your non-Microsoft solution](#22-uninstall-your-non-microsoft-solution).
8888

89-
## 1. Work with your Firewall, Proxy, and Networking admin
89+
## 1. Prepare your network environment
9090

91-
Work with your Firewall, Proxy, and Networking admin to add the Microsoft Defender for Endpoint URLs to the allowed list, and prevent it from being SSL inspected.
91+
Add the Microsoft Defender for Endpoint URLs and/or IP addresses to the allowed list, and prevent traffic from being SSL inspected.
9292

93-
For more information, see, [Troubleshoot cloud connectivity issues](#troubleshoot-cloud-connectivity-issues).
9493

9594
### Network connectivity of Microsoft Defender for Endpoint
9695

9796
Use the following steps to check the network connectivity of Microsoft Defender for Endpoint:
9897

99-
1. See [Allow URLs for the Microsoft Defender for Endpoint traffic](#step-1-allow-urls-for-the-microsoft-defender-for-endpoint-traffic) that are allowed for the Microsoft Defender for Endpoint traffic.
98+
1. See [Step 1: Allow destinations for the Microsoft Defender for Endpoint traffic](#step-1-allow-destinations-for-the-microsoft-defender-for-endpoint-traffic) that are allowed for the Microsoft Defender for Endpoint traffic.
10099

101100
2. If the Linux servers are behind a proxy, then set the proxy settings. For more information, see [Set up proxy settings](#step-2-set-up-proxy-settings).
102101

103102
3. Verify that the traffic isn't being inspected by SSL inspection (TLS inspection). This is the most common network related issue when setting up Microsoft Defender Endpoint, see [Verify SSL inspection isn't being performed on the network traffic](#step-3-verify-ssl-inspection-isnt-being-performed-on-the-network-traffic).
104103

105104
> [!NOTE]
106-
> It is generally recommended that traffic for Defender for Endpoint is not inspected by SSL inspection (TLS inspection). This applies to all supported operating systems (Windows, Linux, and MacOS).
105+
> - It is generally recommended that traffic for Defender for Endpoint is not inspected by SSL inspection (TLS inspection). This applies to all supported operating systems (Windows, Linux, and MacOS).
106+
> - To allow connectivity to the consolidated set of URLs or IP addresses, ensure your devices are running the latest component versions. See [Onboarding devices using streamlined connectivity for Microsoft Defender for Endpoint](configure-device-connectivity.md) for more information.
107107
108-
#### Step 1: Allow URLs for the Microsoft Defender for Endpoint traffic
108+
For more information see [Troubleshoot cloud connectivity issues](#troubleshoot-cloud-connectivity-issues).
109109

110-
1. Download the [Microsoft Defender for Endpoint URL list for commercial customers](https://download.microsoft.com/download/6/b/f/6bfff670-47c3-4e45-b01b-64a2610eaefa/mde-urls-commercial.xlsx
111-
) or the [Microsoft Defender for Endpoint URL list for Gov/GCC/DoD](https://download.microsoft.com/download/6/a/0/6a041da5-c43b-4f17-8167-79dfdc10507f/mde-urls-gov.xlsx) for a list of services and their associated URLs that your network must be able to connect.
110+
#### Step 1: Allow destinations for the Microsoft Defender for Endpoint traffic
112111

113-
2. Under **Geography** column, ensure the following checkboxes are selected:
114-
- EU, or UK, or US
115-
- WW
116-
- (Blanks)
117-
118-
> [!NOTE]
119-
> You should ensure that there are no firewall or network filtering rules that would deny access to these URLs. If there are, you may need to create an allow rule specifically for them.
120-
121-
3. Work with the Firewall/Proxy/Networking admins to allow the relevant URLs.
112+
1. Go to [STEP 1: Configure your network environment to ensure connectivity with Defender for Endpoint service](configure-environment.md) to find the relevant destinations that need to be accessible to devices inside your network environment
113+
2. Configure your Firewall/Proxy/Network to allow the relevant URLs and/or IP addresses
122114

123115
#### Step 2: Set up proxy settings
124116

@@ -521,17 +513,24 @@ For more information, see [New device health reporting for Microsoft Defender an
521513

522514
To ensure that the device is correctly onboarded and reported to the service, run the following detection test:
523515

524-
- Antimalware detections:
516+
- Open a Terminal window and execute the following command to run an antimalware detection test:
525517

526518
```bash
527-
curl -o /tmp/eicar.com.txt https://www.eicar.org/download/eicar.com.txt
519+
curl -o /tmp/eicar.com.txt https://secure.eicar.org/eicar.com.txt
528520
```
521+
522+
- You can run additional detection tests on zip files using either of the following commands:
523+
524+
```bash
525+
curl -o /tmp/eicar_com.zip https://secure.eicar.org/eicar_com.zip
526+
curl -o /tmp/eicarcom2.zip https://secure.eicar.org/eicarcom2.zip
527+
```
528+
529+
> [!NOTE]
530+
> If the detections do not show up, it could be that you have set "allowedThreats" to allow in preferences via Ansible or Puppet.
529531
530-
If the detection doesn't show up, it could be that you have set "allowedThreats" to allow in preferences via Ansible or Puppet.
532+
- Endpoint detection and response (EDR) detections, see [Experience Microsoft Defender for Endpoint through simulated attacks](attack-simulations.md). If the detection doesn't show up, then it could be that we're missing event or alerts in portal. For more information, see [Troubleshoot missing events or alerts issues for Microsoft Defender for Endpoint on Linux](linux-support-events.md).
531533

532-
- Endpoint detection and response (EDR) detections:
533-
For more information, see [Experience Microsoft Defender for Endpoint through simulated attacks](attack-simulations.md).
534-
If the detection doesn't show up, then it could be that we're missing event or alerts in portal. For more information, see [Troubleshoot missing events or alerts issues for Microsoft Defender for Endpoint on Linux](linux-support-events.md).
535534
- For more information about unified submissions in Microsoft Defender XDR and the ability to submit **False Positives** and **False Negatives** through the portal, see [Unified submissions in Microsoft Defender XDR now Generally Available! - Microsoft Tech Community](https://techcommunity.microsoft.com/t5/microsoft-defender-for-endpoint/unified-submissions-in-microsoft-365-defender-now-generally/ba-p/3270770).
536535

537536
## 20. Troubleshoot missing events or alerts issues for Microsoft Defender for Endpoint on Linux

defender-endpoint/configure-device-connectivity.md

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.collection:
1414
ms.reviewer: pahuijbr
1515
search.appverid: MET150
1616
audience: ITPro
17-
ms.date: 03/07/2024
17+
ms.date: 05/08/2024
1818
---
1919

2020
# Onboarding devices using streamlined connectivity for Microsoft Defender for Endpoint
@@ -27,12 +27,7 @@ ms.date: 03/07/2024
2727
- [Microsoft Defender for Endpoint Plan 2](microsoft-defender-endpoint.md)
2828
- [Microsoft Defender XDR](/defender-xdr)
2929

30-
[!Include[Prerelease information](../includes/prerelease.md)]
31-
32-
> [!NOTE]
33-
>The streamlined onboarding method is currently in public preview. Make sure to review the prerequisites to confirm requirements and supported operating systems.
34-
35-
The Microsoft Defender for Endpoint service may require the use of proxy configurations to report diagnostic data and communicate data to the service. Prior to the availability of the streamlined connectivity method, other URLs were required and Defender for Endpoint static IP ranges weren't supported. For more information on full MDE connectivity processes, see [STEP 1: Configure your network environment to ensure connectivity with Defender for Endpoint service](configure-environment.md).
30+
The Microsoft Defender for Endpoint service may require the use of proxy configurations to report diagnostic data and communicate data to the service. Prior to the availability of the streamlined connectivity method, other URLs were required and Defender for Endpoint static IP ranges weren't supported. For more information on preparing your environment, see [STEP 1: Configure your network environment to ensure connectivity with Defender for Endpoint service](configure-environment.md).
3631

3732
This article describes the streamlined device connectivity method and how to onboard new devices to use a simpler deployment and management of Defender for Endpoint cloud connectivity services. For more information on migrating previously onboarded devices, see [Migrating devices to streamlined connectivity](migrate-devices-streamlined.md).
3833

@@ -48,19 +43,13 @@ The Defender for Endpoint-recognized simplified domain: `*.endpoint.security.mic
4843

4944
To support network devices without hostname resolution or wildcard support, you can alternatively configure connectivity using dedicated Defender for Endpoint static IP ranges. For more information, see [Configure connectivity using static IP ranges](#option-2-configure-connectivity-using-static-ip-ranges).
5045

51-
5246
> [!NOTE]
53-
> The simplified connectivity method will **not change how Microsoft Defender for Endpoint functions on a device nor will it change the end-user experience**. Only the URLs or IPs that a device uses to connect to the service will change.
54-
55-
> [!IMPORTANT]
56-
> Preview limitations and known issues: <br/>
57-
> - Streamlined connectivity does not support onboarding through API (includes Microsoft Defender for Cloud and Intune).
58-
> - This onboarding method has specific prerequisites that do not apply to the standard onboarding method.
47+
> - The simplified connectivity method will **not change how Microsoft Defender for Endpoint functions on a device nor will it change the end-user experience**. Only the URLs or IPs that a device uses to connect to the service will change.
48+
> - There currently is no plan to deprecate the old, consolidated service URLs. Devices onboarded with "standard" connectivity will continue to function. It is important to ensure connectivity to *.endpoint.security.microsoft.com is and remains possible, as future services will require it. This new URL is included in all required URL lists.
5949
6050
## Consolidated services
6151

62-
The following Defender for Endpoint URLs consolidated under the streamlined domain should no longer be required for connectivity if `*.endpoint.security.microsoft.com` is allowed and devices are onboarded using the streamlined onboarding package. You will need to maintain connectivity with other required services not consolidated that are relevant to your organization (for example, CRL, SmartScreen/Network Protection, and WNS).
63-
52+
The following Defender for Endpoint URLs consolidated under the streamlined domain should no longer be required for connectivity if `*.endpoint.security.microsoft.com` is allowed and devices are onboarded using the streamlined onboarding package. You will need to maintain connectivity with other required services not consolidated that are relevant to your organization (for example, CRL, SmartScreen/Network Protection, and Windows Update).
6453

6554
For the updated list of required URLs, see [Download the spreadsheet here](https://go.microsoft.com/fwlink/?linkid=2248278).
6655

@@ -143,7 +132,7 @@ The following illustration shows the streamlined connectivity process and the co
143132

144133
### Stage 1. Configure your network environment for cloud connectivity
145134

146-
Once you confirm prerequisites are met, ensure your network environment is properly configured to support the streamlined connectivity method. Using the streamlined method (preview), follow the steps outlined in [Configure your network environment to ensure connectivity with Defender for Endpoint service](configure-environment.md).
135+
Once you confirm prerequisites are met, ensure your network environment is properly configured to support the streamlined connectivity method. Follow the steps outlined in [Configure your network environment to ensure connectivity with Defender for Endpoint service](configure-environment.md).
147136

148137
Defender for Endpoint services consolidated under the simplified method should no longer be required for connectivity. However, some URLs aren't included in the consolidation.
149138

@@ -214,7 +203,7 @@ As a supplementary check, you can also use the client analyzer to test whether a
214203
215204
### Stage 4. Apply the new onboarding package required for streamlined connectivity
216205

217-
Once you configure your network to communicate with the full list of services, you can begin onboarding devices using the streamlined method. Note that onboarding via API isn't currently supported (includes Intune & Microsoft Defender for Cloud).
206+
Once you configure your network to communicate with the full list of services, you can begin onboarding devices using the streamlined method.
218207

219208
Before proceeding, confirm devices meet the [prerequisites](#prerequisites) and have updated the sensor and Microsoft Defender Antivirus versions.
220209

@@ -239,7 +228,7 @@ For migrating devices already onboarded to Defender for Endpoint, see [Migrating
239228
:::image type="content" source="media/migrate-devices-streamlined.png" alt-text="Screenshot of onboarding page with streamlined connectivity":::
240229

241230

242-
When you're ready to set the default onboarding package to streamlined, you can turn on the following Advanced Feature setting in the Microsoft Defender portal (**Settings > Endpoints > Advanced Features**).
231+
When you're ready to set the default onboarding package to streamlined, you can turn on the following Advanced Feature setting in the Microsoft Defender portal (**Settings > Endpoints > Advanced Features**). For onboarding through Intune & Microsoft Defender for Cloud, you will need to activate the relevant option. Devices already onboarded will not automatically re-onboard; you will need to create a new policy in Intune, where it is recommended to first assign the policy to a set of test devices to verify connectivity is successful, before expanding the audience. Devices in Defender for Cloud can be re-onboarded using the relevant onboarding script.
243232

244233
> [!NOTE]
245234
> Before moving forward with this option, validate that your environment is ready and all devices meet prerequisites.

0 commit comments

Comments
 (0)