Skip to content

Commit 694c847

Browse files
authored
Merge branch 'public' into patch-2
2 parents 503ef8a + 2fadfd5 commit 694c847

File tree

2 files changed

+21
-15
lines changed

2 files changed

+21
-15
lines changed

defender-endpoint/microsoft-defender-endpoint-linux.md

Lines changed: 16 additions & 14 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/09/2024
18+
ms.date: 09/10/2024
1919
---
2020

2121
# Microsoft Defender for Endpoint on Linux
@@ -72,9 +72,7 @@ In general you need to take the following steps:
7272

7373
> [!NOTE]
7474
> It is not supported to install Microsoft Defender for Endpoint in any other location other than the default install path.
75-
>
76-
> Microsoft Defender for Endpoint on Linux creates an "mdatp" user with random UID and GID. If you want to control the UID and GID, create an "mdatp" user prior to installation using the "/usr/sbin/nologin" shell option.
77-
> For example: `mdatp:x:UID:GID::/home/mdatp:/usr/sbin/nologin`.
75+
> Microsoft Defender for Endpoint on Linux creates an `mdatp` user with random UID and GID. If you want to control the UID and GID, create an `mdatp` user prior to installation using the `/usr/sbin/nologin` shell option. Here's an example: `mdatp:x:UID:GID::/home/mdatp:/usr/sbin/nologin`.
7876
7977
### System requirements
8078

@@ -96,6 +94,7 @@ In general you need to take the following steps:
9694
- Ubuntu 18.04 LTS
9795
- Ubuntu 20.04 LTS
9896
- Ubuntu 22.04 LTS
97+
- Ubuntu 24.04 LTS
9998
- Debian 9 - 12
10099
- SUSE Linux Enterprise Server 12 or higher
101100
- SUSE Linux Enterprise Server 15 or higher
@@ -111,11 +110,11 @@ In general you need to take the following steps:
111110
- Alma 9.2 and higher
112111
- Mariner 2
113112

114-
> [!NOTE]
115-
> Distributions and version that are not explicitly listed are unsupported (even if they are derived from the officially supported distributions).
116-
> With RHEL 6 support for 'extended end of life' coming to an end by June 30, 2024; MDE Linux support for RHEL 6 will also be deprecated by June 30, 2024
117-
> MDE Linux version 101.23082.0011 is the last MDE Linux release supporting RHEL 6.7 or higher versions (does not expire before June 30, 2024). Customers are advised to plan upgrades to their RHEL 6 infrastructure aligned with guidance from Red Hat.
118-
> Microsoft Defender Vulnerablity Management is not supported on Rocky and Alma currently.
113+
> [!NOTE]
114+
> Distributions and version that are not explicitly listed are unsupported (even if they are derived from the officially supported distributions).
115+
> With RHEL 6 support for 'extended end of life' coming to an end by June 30, 2024; Defender for Endpoint on Linux support for RHEL 6 will also be deprecated by June 30, 2024
116+
> Defender for Endpoint on Linux version `101.23082.0011` is the last Defender for Endpoint on Linux release supporting RHEL 6.7 or higher versions (does not expire before June 30, 2024). Customers are advised to plan upgrades to their RHEL 6 infrastructure aligned with guidance from Red Hat.
117+
> Microsoft Defender Vulnerablity Management is not supported on Rocky and Alma currently.
119118
120119
- List of supported kernel versions
121120

@@ -124,6 +123,7 @@ In general you need to take the following steps:
124123
> Microsoft Defender for Endpoint for all other supported distributions and versions is kernel-version-agnostic. With a minimal requirement for the kernel version to be at or greater than 3.10.0-327.
125124
126125
- The `fanotify` kernel option must be enabled
126+
127127
- Red Hat Enterprise Linux 6 and CentOS 6:
128128
- For 6.7: 2.6.32-573.* (except 2.6.32-573.el6.x86_64)
129129
- For 6.8: 2.6.32-642.*
@@ -197,14 +197,16 @@ After you've enabled the service, you need to configure your network or firewall
197197
- /opt/microsoft/mdatp/sbin/wdavdaemon requires executable permission. For more information, see "Ensure that the daemon has executable permission" in [Troubleshoot installation issues for Microsoft Defender for Endpoint on Linux](linux-support-install.md).
198198

199199
### External package dependency
200+
200201
The following external package dependencies exist for the mdatp package:
201-
- The mdatp RPM package requires "glibc >= 2.17", "audit", "policycoreutils", "semanage" "selinux-policy-targeted", "mde-netfilter"
202-
- For RHEL6 the mdatp RPM package requires "audit", "policycoreutils", "libselinux", "mde-netfilter"
203-
- For DEBIAN the mdatp package requires "libc6 >= 2.23", "uuid-runtime", "auditd", "mde-netfilter"
202+
203+
- The mdatp RPM package requires `glibc >= 2.17`, `audit`, `policycoreutils`, `semanage` `selinux-policy-targeted`, `mde-netfilter`
204+
- For RHEL6 the mdatp RPM package requires `audit`, `policycoreutils`, `libselinux`, `mde-netfilter`
205+
- For DEBIAN the mdatp package requires `libc6 >= 2.23`, `uuid-runtime`, `auditd`, `mde-netfilter`
204206

205207
The mde-netfilter package also has the following package dependencies:
206-
- For DEBIAN the mde-netfilter package requires "libnetfilter-queue1", "libglib2.0-0"
207-
- For RPM the mde-netfilter package requires "libmnl", "libnfnetlink", "libnetfilter_queue", "glib2"
208+
- For DEBIAN the mde-netfilter package requires `libnetfilter-queue1`, `libglib2.0-0`
209+
- For RPM the mde-netfilter package requires `libmnl`, `libnfnetlink`, `libnetfilter_queue`, `glib2`
208210

209211
If the Microsoft Defender for Endpoint installation fails due to missing dependencies errors, you can manually download the pre-requisite dependencies.
210212

defender-xdr/whats-new.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ For more information on what's new with other Microsoft Defender security produc
2929

3030
You can also get product updates and important notifications through the [message center](https://admin.microsoft.com/Adminportal/Home#/MessageCenter).
3131

32+
## September 2024
33+
34+
- [Microsoft Defender Threat Intelligence](/defender/threat-intelligence/what-is-microsoft-defender-threat-intelligence-defender-ti) customers can now view the [latest featured threat intelligence articles](/defender/threat-intelligence/learn-how-to-access-microsoft-defender-threat-intelligence-and-make-customizations-in-your-portal#featured-threat-intelligence-articles-widget) in the Microsoft Defender portal home page. The **Intel explorer** page now also has an [article digest](/defender/threat-intelligence/learn-how-to-access-microsoft-defender-threat-intelligence-and-make-customizations-in-your-portal#article-digest) that notifies them of the number of new Defender TI articles that were published since they last accessed the Defender portal.
35+
- [Microsoft Defender XDR Unified RBAC permissions](experts-on-demand.md#required-permissions-for-using-ask-defender-experts) are added to submit inquiries and view responses from [Microsoft Defender Experts](experts-on-demand.md). You can also [view responses](experts-on-demand.md#where-to-view-responses-from-defender-experts) to inquires submitted to Ask Defender Experts through your listed email addresses when submitting your inquiry or in the Defender portal by navigating to **Reports** > **Defender Experts messages**.
36+
3237
## August 2024
3338

3439
- (Preview) Microsoft Sentinel data is now available with Defender XDR data in Microsoft Defender multitenant management. Only one Microsoft Sentinel workspace per tenant is currently supported in the Microsoft unified security operations platform. So, Microsoft Defender multitenant management shows security information and event management (SIEM) data from one Microsoft Sentinel workspace per tenant. For more information, see [Microsoft Defender multitenant management](mto-overview.md) and [Microsoft Sentinel in the Microsoft Defender portal](/azure/sentinel/microsoft-sentinel-defender-portal).
@@ -67,7 +72,6 @@ You can also get product updates and important notifications through the [messag
6772

6873
- (Preview) You can now filter your Microsoft Defender for Cloud alerts by the associated **alert subscription ID** in the Incidents and Alerts queues. For more information, see [Microsoft Defender for Cloud in Microsoft Defender XDR](microsoft-365-security-center-defender-cloud.md).
6974

70-
7175
- (GA) You can now **[filter your results](advanced-hunting-query-results.md#filter-results)** in advanced hunting so you can narrow down your investigation on specific data you want to focus on.
7276

7377
## May 2024

0 commit comments

Comments
 (0)