Skip to content

Commit b7aae7f

Browse files
committed
Incorporated SME's comments and inputs
1 parent 262dbda commit b7aae7f

6 files changed

+16
-14
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.collection:
1515
- mde-linux
1616
ms.topic: conceptual
1717
search.appverid: met150
18-
ms.date: 12/02/2024
18+
ms.date: 12/16/2024
1919
---
2020

2121
# Configure offline security intelligence update for Microsoft Defender for Endpoint on Linux
@@ -60,6 +60,12 @@ Fig. 1: Process flow diagram on the Mirror Server for downloading the security i
6060

6161
Fig. 2: Process flow diagram on the Linux endpoint for security intelligence updates
6262

63+
The mirror server can run any of the following operating systems:
64+
65+
- Linux (any flavor)
66+
- Windows (any version)
67+
- Mac (any version)
68+
6369
## Prerequisites
6470

6571
- Defender for Endpoint version `101.24022.0001` or later must be installed on the Linux endpoints.
@@ -69,10 +75,6 @@ Fig. 2: Process flow diagram on the Linux endpoint for security intelligence upd
6975
- The mirror server needs to have access to the following URLs:
7076
- `https://github.com/microsoft/mdatp-xplat.git`
7177
- `https://go.microsoft.com/fwlink/?linkid=2144709`
72-
- The following operating systems are supported on the mirror server:
73-
- Linux (any flavor)
74-
- Windows (any version)
75-
- Mac (any version)
7678
- The mirror server should support bash or PowerShell.
7779
- The following minimum system specifications are required for the mirror server:
7880

@@ -110,7 +112,7 @@ Perform the following steps to get the downloader script:
110112
- Extract the zip.
111113

112114
> [!NOTE]
113-
> Schedule a cron job to keep the repo/downloaded zip file updated to the latest version at regular intervals.
115+
> Schedule a [cron job](linux-update-mde-linux.md#to-set-the-cron-job) to keep the repo/downloaded zip file updated to the latest version at regular intervals.
114116
115117
After cloning the repo/downloaded zip file, the local directory structure should be as follows:
116118

@@ -157,7 +159,7 @@ To manually execute the downloader script, configure the parameters in the `sett
157159
```
158160

159161
> [!NOTE]
160-
> Schedule a cron job to execute this script to download the latest security intelligence updates in the mirror server at regular intervals.
162+
> Schedule a [cron job](linux-update-mde-linux.md#to-set-the-cron-job) to execute this script to download the latest security intelligence updates in the mirror server at regular intervals.
161163
162164
### Host the offline security intelligence updates on the mirror server
163165

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

Lines changed: 3 additions & 3 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
@@ -18,7 +18,7 @@ search.appverid: met150
1818
ms.date: 10/11/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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ 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

6161
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:
6262

0 commit comments

Comments
 (0)