Skip to content

Commit bd620a3

Browse files
Merge pull request #2209 from MicrosoftDocs/main
Publish main to live, 12/17/24, 3:30 PM PT
2 parents a2f458b + a15ecb6 commit bd620a3

7 files changed

+220
-237
lines changed

defender-endpoint/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
href: linux-schedule-scan-mde.md
288288
- name: Schedule antivirus scan in Defender for Endpoint on Linux
289289
href: schedule-antivirus-scan-in-mde.md
290-
- name: Schedule an update of the Microsoft Defender for Endpoint (Linux)
290+
- name: Schedule an update for Microsoft Defender for Endpoint on Linux
291291
href: linux-update-MDE-Linux.md
292292
- name: Configure eBPF-based sensor
293293
href: linux-support-ebpf.md

defender-endpoint/linux-deploy-defender-for-endpoint-with-chef.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.collection:
1515
ms.topic: conceptual
1616
ms.subservice: linux
1717
search.appverid: met150
18-
ms.date: 10/11/2024
18+
ms.date: 12/16/2024
1919
---
2020

2121
# Deploy Defender for Endpoint on Linux with Chef
@@ -107,7 +107,7 @@ directory "#{mdatp}" do
107107
recursive true
108108
end
109109
110-
#Extract WindowsDefenderATPOnbaordingPackage.zip into /etc/opt/microsoft/mdatp
110+
#Extract WindowsDefenderATPOnboardingPackage.zip into /etc/opt/microsoft/mdatp
111111
112112
bash 'Extract Onboarding Json MDATP' do
113113
code <<-EOS
@@ -135,7 +135,7 @@ end
135135

136136
To include this step as part of the recipe just add `include_recipe ':: settings_mdatp` to your default.rb file within the recipe folder.
137137

138-
You can also use crontab to schedule automatic updates [Schedule an update of the Microsoft Defender for Endpoint (Linux)](linux-update-MDE-Linux.md).
138+
You can also use crontab to schedule automatic updates [Schedule an update for Microsoft Defender for Endpoint on Linux](linux-update-MDE-Linux.md).
139139

140140
Uninstall MDATP cookbook:
141141

defender-endpoint/linux-support-offline-security-intelligence-update.md

Lines changed: 70 additions & 79 deletions
Large diffs are not rendered by default.

defender-endpoint/linux-update-mde-linux.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: How to schedule an update of the Microsoft Defender for Endpoint (Linux)
3-
description: Learn how to schedule an update of the Microsoft Defender for Endpoint (Linux) to better protect your organization's assets.
2+
title: How to schedule an update for Microsoft Defender for Endpoint on Linux
3+
description: Learn how to schedule an update for Microsoft Defender for Endpoint on Linux to better protect your organization's assets.
44
ms.service: defender-endpoint
55
ms.author: deniseb
66
author: denisebmsft
@@ -15,10 +15,10 @@ ms.collection:
1515
ms.topic: conceptual
1616
ms.subservice: linux
1717
search.appverid: met150
18-
ms.date: 10/11/2024
18+
ms.date: 12/16/2024
1919
---
2020

21-
# Schedule an update of the Microsoft Defender for Endpoint (Linux)
21+
# Schedule an update for Microsoft Defender for Endpoint on Linux
2222

2323
**Applies to**:
2424

defender-endpoint/linux-updates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.collection:
1515
ms.topic: conceptual
1616
ms.subservice: linux
1717
search.appverid: met150
18-
ms.date: 10/11/2024
18+
ms.date: 12/16/2024
1919
---
2020

2121
# Deploy updates for Microsoft Defender for Endpoint on Linux
@@ -79,6 +79,6 @@ sudo apt-get install --only-upgrade mdatp
7979
> [!IMPORTANT]
8080
> When Defender for Cloud is provisioning the Microsoft Defender for Endpoint agent to Linux servers, it keeps the client updated automatically.
8181
82-
To schedule an update of Microsoft Defender for Endpoint on Linux, see [Schedule an update of the Microsoft Defender for Endpoint (Linux)](linux-update-mde-linux.md).
82+
To schedule an update of Microsoft Defender for Endpoint on Linux, see [Schedule an update for Microsoft Defender for Endpoint on Linux](linux-update-mde-linux.md).
8383

8484
[!INCLUDE [Microsoft Defender for Endpoint Tech Community](../includes/defender-mde-techcommunity.md)]

defender-endpoint/mde-linux-deployment-on-sap.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.collection:
1515
ms.topic: conceptual
1616
ms.subservice: linux
1717
search.appverid: met150
18-
ms.date: 09/26/2024
18+
ms.date: 12/16/2024
1919
ms.custom:
2020
- partner-contribution
2121
---
@@ -56,9 +56,9 @@ Conventional security defenses that have been commonly used to protect SAP syste
5656
- Microsoft Defender for Endpoint [version](./linux-whatsnew.md) >= 101.23082.0009 | Release version: 30.123082.0009 or higher must be deployed.
5757
- Microsoft Defender for Endpoint on Linux supports all the [Linux releases](microsoft-defender-endpoint-linux.md#system-requirements) used by SAP applications.
5858
- Microsoft Defender for Endpoint on Linux requires connectivity to [specific Internet endpoints](microsoft-defender-endpoint-linux.md#network-connections) from VMs to update antivirus Definitions.
59-
- Microsoft Defender for Endpoint on Linux requires some crontab (or other task scheduler) entries to schedule scans, log rotation, and Microsoft Defender for Endpoint updates. Enterprise Security teams normally manage these entries. Refer to [How to schedule an update of the Microsoft Defender for Endpoint (Linux)](linux-update-mde-linux.md).
59+
- Microsoft Defender for Endpoint on Linux requires some crontab (or other task scheduler) entries to schedule scans, log rotation, and Microsoft Defender for Endpoint updates. Enterprise Security teams normally manage these entries. Refer to [How to schedule an update for Microsoft Defender for Endpoint on Linux](linux-update-mde-linux.md).
6060

61-
The default configuration option for deployment as an Azure Extension for AntiVirus (AV) is Passive Mode. This means that Microsoft Defender Antivirus, the AV component of Microsoft Defender for Endpoint, doesn't intercept IO calls. It's recommended to run Microsoft Defender for Endpoint in Passive Mode on all SAP applications and to schedule a scan once per day. In this mode:
61+
The default configuration option for deployment as an Azure Extension for Antivirus is *passive mode*. This means that Microsoft Defender Antivirus, the antivirus/antimalware component of Microsoft Defender for Endpoint, doesn't intercept IO calls. We recommend running Microsoft Defender for Endpoint in passive mode on all SAP applications, and schedule a scan once per day. In this mode:
6262

6363
- **Real-time protection is turned off**: Threats aren't remediated by Microsoft Defender Antivirus.
6464
- **On-demand scanning is turned on**: Still use the scan capabilities on the endpoint.

0 commit comments

Comments
 (0)