Skip to content

Commit 29554ed

Browse files
Merge branch 'main' into patch-38
2 parents e51153c + 38ec454 commit 29554ed

File tree

131 files changed

+1218
-1047
lines changed

Some content is hidden

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

131 files changed

+1218
-1047
lines changed

defender-endpoint/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,8 @@
285285
href: linux-deploy-defender-for-endpoint-using-golden-images.md
286286
- name: Direct onboarding with Defender for Cloud
287287
href: /azure/defender-for-cloud/onboard-machines-with-defender-for-endpoint?toc=/defender-endpoint/toc.json&bc=/defender-endpoint/breadcrumb/toc.json
288+
- name: Deployment guidance for Defender for Endpoint on Linux for SAP
289+
href: mde-linux-deployment-on-sap.md
288290
- name: Configure Defender for Endpoint on Linux
289291
items:
290292
- name: Configure security policies and settings

defender-endpoint/aggregated-reporting.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.collection:
1212
- tier3
1313
ms.topic: article
1414
search.appverid: met150
15-
ms.date: 03/04/2025
15+
ms.date: 10/20/2025
1616
appliesto:
1717
- Microsoft Defender for Endpoint Plan 2
1818
---
@@ -33,13 +33,16 @@ When aggregated reporting is turned on, you can query for a summary of all suppo
3333

3434
The following requirements must be met before turning on aggregated reporting:
3535

36-
- Defender for Endpoint Plan 2 license
3736
- Permissions to enable advanced features
3837

39-
Aggregated reporting supports the following:
4038

41-
- Client version: Windows version 24H and later
42-
- Operating systems: Windows 11 (22H2, Enterprise), Windows 10 (20H2, 21H1, 21H2), Windows Server 2019 and later, Windows Server version 20H2 or Azure Stack HCI OS, version 23H2 and later
39+
### Supported operating systems:
40+
41+
- Windows 10 (20H2, 21H1, 21H2)
42+
- Windows 11 (22H2, Enterprise)
43+
- Windows Server 2019 and later
44+
- Windows Server version 20H2 or Azure Stack HCI OS, version 23H2 and later
45+
- Client version: Windows version 24H and later
4346

4447
## Turn on aggregated reporting
4548

@@ -77,9 +80,9 @@ To query new data with aggregated reports:
7780
3. When necessary, create new custom rules to incorporate new action types.
7881
4. Go to the **Advanced Hunting** page and query the new data.
7982

80-
Here is an example of advanced hunting query results with aggregated reports.
83+
Here is an example of advanced hunting query results with aggregated reports.
8184

82-
:::image type="content" source="/defender-endpoint/media/reports/aggregated-reporting/sample-results-aggregated-reports-small.png" alt-text="Screenshot of advanced hunting query results with aggregated reports." lightbox="/defender-endpoint/media/reports/aggregated-reporting/sample-results-aggregated-reports.png":::
85+
:::image type="content" source="/defender-endpoint/media/reports/aggregated-reporting/sample-results-aggregated-reports-small.png" alt-text="Screenshot of advanced hunting query results with aggregated reports." lightbox="/defender-endpoint/media/reports/aggregated-reporting/sample-results-aggregated-reports.png":::
8386

8487
## Sample advanced hunting queries
8588

@@ -125,4 +128,4 @@ DeviceNetworkEvents
125128
| where uniqueEventsAggregated > 10
126129
| project-reorder ActionType, Timestamp, uniqueEventsAggregated
127130
| sort by uniqueEventsAggregated desc
128-
```
131+
```

defender-endpoint/amsi-on-mdav.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: batamig
55
ms.author: bagol
66
manager: bagol
77
ms.reviewer: yongrhee
8-
ms.date: 12/05/2024
8+
ms.date: 10/20/2025
99
appliesto:
1010
- Microsoft Defender for Endpoint Plan 1
1111
- Microsoft Defender for Endpoint Plan 2
@@ -29,11 +29,6 @@ ai-usage: ai-assisted
2929
# Anti-malware Scan Interface (AMSI) integration with Microsoft Defender Antivirus
3030

3131

32-
**Platforms**:
33-
34-
- Windows 10 and newer
35-
- Windows Server 2016 and newer
36-
3732
Microsoft Defender for Endpoint utilizes the anti-malware Scan Interface (AMSI) to enhance protection against fileless malware, dynamic script-based attacks, and other nontraditional cyber threats. This article describes the benefits of AMSI integration, the types of scripting languages it supports, and how to enable AMSI for improved security.
3833

3934
## What is fileless malware?
@@ -67,9 +62,12 @@ Microsoft Defender Antivirus blocks most malware using generic, heuristic, and b
6762
- Detecting and remediating WMI persistence techniques by scanning the WMI repository, both periodically and whenever anomalous behavior is observed
6863
- Detecting reflective DLL injection through enhanced memory scanning techniques and behavioral monitoring
6964

70-
## Why AMSI?
65+
## Prerequisites
7166

72-
AMSI provides a deeper level of inspection for malicious software that employs obfuscation and evasion techniques on Windows' built-in scripting hosts. By integrating AMSI, Microsoft Defender for Endpoint offers extra layers of protection against advanced threats.
67+
### Supported operating systems
68+
69+
- Windows 10 and later
70+
- Windows Server 2016 and later
7371

7472
### Supported Scripting Languages
7573

@@ -84,6 +82,11 @@ If you use Microsoft 365 Apps, AMSI also supports JavaScript, VBA, and XLM.
8482

8583
AMSI doesn't currently support Python or Perl.
8684

85+
## Why AMSI?
86+
87+
AMSI provides a deeper level of inspection for malicious software that employs obfuscation and evasion techniques on Windows' built-in scripting hosts. By integrating AMSI, Microsoft Defender for Endpoint offers extra layers of protection against advanced threats.
88+
89+
8790
### Enabling AMSI
8891

8992
To enable AMSI, you need to enable script scanning. See [Configure scanning options for Microsoft Defender Antivirus](configure-advanced-scan-types-microsoft-defender-antivirus.md).

defender-endpoint/api/get-live-response-result.md

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -17,59 +17,57 @@ ms.collection:
1717
ms.topic: reference
1818
ms.subservice: reference
1919
ms.custom: api
20-
ms.date: 06/03/2021
20+
ms.date: 10/20/2025
2121
appliesto:
2222
- Microsoft Defender for Endpoint Plan 1
2323
- Microsoft Defender for Endpoint Plan 2
24-
2524
---
25+
2626
# Get live response results
2727

28+
2829
[!INCLUDE [Microsoft Defender XDR rebranding](../../includes/microsoft-defender.md)]
2930

3031

3132
[!include[Prerelease information](../../includes/prerelease.md)]
3233

33-
34-
3534
[!include[Microsoft Defender for Endpoint API URIs for US Government](../../includes/microsoft-defender-api-usgov.md)]
3635

3736
[!include[Improve request performance](../../includes/improve-request-performance.md)]
3837

39-
## API description
40-
41-
Retrieves a specific live response command result by its index.
42-
43-
## Limitations
44-
45-
1. Rate limitations for this API are 100 calls per minute and 1500 calls per
46-
hour.
47-
48-
## Minimum requirements
38+
## Prerequisites
4939

50-
Before you can initiate a session on a device, make sure you fulfill the following requirements:
40+
Devices must be running one of the following versions of Windows:
5141

52-
- **Verify that you're running a supported version of Windows**.
42+
### Supported operating systems
5343

54-
Devices must be running one of the following versions of Windows
55-
56-
- **Windows 11**
44+
- Windows 11
5745

58-
- **Windows 10**
46+
- Windows 10
5947
- [Version 1909](/windows/whats-new/whats-new-windows-10-version-1909) or later
6048
- [Version 1903](/windows/whats-new/whats-new-windows-10-version-1903) with [KB4515384](https://support.microsoft.com/help/4515384/windows-10-update-kb4515384)
6149
- [Version 1809 (RS 5)](/windows/whats-new/whats-new-windows-10-version-1809) with [KB4537818](https://support.microsoft.com/help/4537818/windows-10-update-kb4537818)
6250
- [Version 1803 (RS 4)](/windows/whats-new/whats-new-windows-10-version-1803) with [KB4537795](https://support.microsoft.com/help/4537795/windows-10-update-kb4537795)
6351
- [Version 1709 (RS 3)](/windows/whats-new/whats-new-windows-10-version-1709) with [KB4537816](https://support.microsoft.com/help/4537816/windows-10-update-kb4537816)
6452

65-
- **Windows Server 2019 - Only applicable for Public preview**
53+
- Windows Server 2019 - Only applicable for Public preview
6654
- Version 1903 or (with [KB4515384](https://support.microsoft.com/help/4515384/windows-10-update-kb4515384)) later
6755
- Version 1809 (with [KB4537818](https://support.microsoft.com/help/4537818/windows-10-update-kb4537818))
68-
69-
- **Windows Server 2022**
7056

71-
- **Windows Server 2025**
72-
- **Azure Stack HCI OS, version 23H2 and later**
57+
- Windows Server 2022 and later
58+
59+
- Azure Stack HCI OS, version 23H2 and later
60+
61+
## API description
62+
63+
Retrieves a specific live response command result by its index.
64+
65+
## Limitations
66+
67+
1. Rate limitations for this API are 100 calls per minute and 1500 calls per
68+
hour.
69+
70+
7371

7472
## Permissions
7573

defender-endpoint/api/initiate-autoir-investigation.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,17 @@ ms.topic: reference
1515
ms.subservice: reference
1616
ms.custom: api
1717
search.appverid: met150
18-
ms.date: 03/01/2025
18+
ms.date: 10/20/2025
1919
appliesto:
2020
- Microsoft Defender for Endpoint
2121
- Microsoft Defender for Business
22-
2322
---
23+
2424
# Start Investigation API
2525

2626
[!INCLUDE [Microsoft Defender XDR rebranding](../../includes/microsoft-defender.md)]
2727

2828

29-
30-
3129
[!include[Microsoft Defender for Endpoint API URIs for US Government](../../includes/microsoft-defender-api-usgov.md)]
3230

3331
[!include[Improve request performance](../../includes/improve-request-performance.md)]
@@ -42,11 +40,11 @@ See [Overview of automated investigations](../automated-investigations.md) for m
4240

4341
1. Rate limitations for this API are 50 calls per hour.
4442

45-
## Requirements for AIR
43+
## Prerequisites
4644

47-
Your organization must have Defender for Endpoint see: [Minimum requirements for Microsoft Defender for Endpoint](../minimum-requirements.md).
45+
Your organization must have Defender for Endpoint, see [Minimum requirements for Microsoft Defender for Endpoint](../minimum-requirements.md).
4846

49-
Currently, AIR only supports the following OS versions:
47+
### Supported operating systems
5048

5149
- Windows 11
5250
- Windows 10, version [1803](/windows/release-information/status-windows-10-1809-and-windows-server-2019) or later
@@ -67,8 +65,8 @@ Delegated (work or school account)|Alert.ReadWrite|'Read and write alerts'
6765
> [!NOTE]
6866
> When obtaining a token using user credentials:
6967
>
70-
> - The user needs to have at least the following role permission: 'Active remediation actions' (See [Create and manage roles](../user-roles.md) for more information)
71-
> - The user needs to have access to the device, based on device group settings (See [Create and manage device groups](../machine-groups.md) for more information)
68+
> - The user needs to have at least the following role permission: 'Active remediation actions' (See [Create and manage roles](../user-roles.md) for more information).
69+
> - The user needs to have access to the device, based on device group settings (See [Create and manage device groups](../machine-groups.md) for more information).
7270
>
7371
> Device group creation is supported in Defender for Endpoint Plan 1 and Plan 2.
7472

defender-endpoint/api/run-live-response.md

Lines changed: 37 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,55 @@ ms.collection:
1717
ms.topic: reference
1818
ms.subservice: reference
1919
ms.custom: api
20-
ms.date: 04/18/2023
20+
ms.date: 10/20/2025
2121
appliesto:
2222
- Microsoft Defender for Endpoint Plan 2
23-
2423
---
25-
# Run live response commands on a device
2624

27-
[!INCLUDE [Microsoft Defender XDR rebranding](../../includes/microsoft-defender.md)]
25+
# Run live response commands on a device
2826

2927

28+
[!INCLUDE [Microsoft Defender XDR rebranding](../../includes/microsoft-defender.md)]
3029

3130
[!include[Prerelease information](../../includes/prerelease.md)]
3231

3332

34-
3533
[!include[Microsoft Defender for Endpoint API URIs for US Government](../../includes/microsoft-defender-api-usgov.md)]
3634

3735
[!include[Improve request performance](../../includes/improve-request-performance.md)]
3836

37+
38+
## Prerequisites
39+
40+
Before you can initiate a session on a device, make sure you fulfill the following requirements:
41+
42+
### Supported operating systems
43+
44+
- Windows 11
45+
46+
- Windows 10
47+
- [Version 1909](/windows/whats-new/whats-new-windows-10-version-1909) or later
48+
- [Version 1903](/windows/whats-new/whats-new-windows-10-version-1903) with [KB4515384](https://support.microsoft.com/help/4515384/windows-10-update-kb4515384)
49+
- [Version 1809 (RS 5)](/windows/whats-new/whats-new-windows-10-version-1809) with [KB4537818](https://support.microsoft.com/help/4537818/windows-10-update-kb4537818)
50+
- [Version 1803 (RS 4)](/windows/whats-new/whats-new-windows-10-version-1803) with [KB4537795](https://support.microsoft.com/help/4537795/windows-10-update-kb4537795)
51+
- [Version 1709 (RS 3)](/windows/whats-new/whats-new-windows-10-version-1709) with [KB4537816](https://support.microsoft.com/help/4537816/windows-10-update-kb4537816)
52+
53+
- Windows Server 2019 - Only applicable for Public preview
54+
- Version 1903 or (with [KB4515384](https://support.microsoft.com/help/4515384/windows-10-update-kb4515384)) later
55+
- Version 1809 (with [KB4537818](https://support.microsoft.com/help/4537818/windows-10-update-kb4537818))
56+
57+
- Windows Server 2022 and later
58+
59+
- Azure Stack HCI OS, version 23H2 and later
60+
61+
- macOS [(requires other configuration profiles)](../microsoft-defender-endpoint-mac.md)
62+
- 13 (Ventura)
63+
- 12 (Monterey)
64+
- 11 (Big Sur)
65+
66+
- Linux servers
67+
- [Supported Linux distributions](../mde-linux-prerequisites.md#supported-linux-distributions)
68+
3969
## API description
4070

4171
Runs a sequence of live response commands on a device
@@ -60,42 +90,10 @@ Runs a sequence of live response commands on a device
6090

6191
8. Multiple live response sessions can't be executed on the same machine (if live response action is already running, subsequent requests are responded to with HTTP 400 - ActiveRequestAlreadyExists).
6292

63-
> [!NOTE]
64-
> Live response actions initiated from the Device page aren't available in the `machineactions` API.
65-
66-
## Minimum Requirements
67-
68-
Before you can initiate a session on a device, make sure you fulfill the following requirements:
69-
70-
- **Verify that you're running a supported Windows, macOS, or Linux version**.
71-
72-
Devices must be running one of the following:
73-
74-
- **Windows 11**
75-
76-
- **Windows 10**
77-
- [Version 1909](/windows/whats-new/whats-new-windows-10-version-1909) or later
78-
- [Version 1903](/windows/whats-new/whats-new-windows-10-version-1903) with [KB4515384](https://support.microsoft.com/help/4515384/windows-10-update-kb4515384)
79-
- [Version 1809 (RS 5)](/windows/whats-new/whats-new-windows-10-version-1809) with [KB4537818](https://support.microsoft.com/help/4537818/windows-10-update-kb4537818)
80-
- [Version 1803 (RS 4)](/windows/whats-new/whats-new-windows-10-version-1803) with [KB4537795](https://support.microsoft.com/help/4537795/windows-10-update-kb4537795)
81-
- [Version 1709 (RS 3)](/windows/whats-new/whats-new-windows-10-version-1709) with [KB4537816](https://support.microsoft.com/help/4537816/windows-10-update-kb4537816)
82-
83-
- **Windows Server 2019 - Only applicable for Public preview**
84-
- Version 1903 or (with [KB4515384](https://support.microsoft.com/help/4515384/windows-10-update-kb4515384)) later
85-
- Version 1809 (with [KB4537818](https://support.microsoft.com/help/4537818/windows-10-update-kb4537818))
86-
87-
- **Windows Server 2022**
88-
89-
- **Windows Server 2025**
90-
- **Azure Stack HCI OS, version 23H2 and later**
93+
> [!NOTE]
94+
> Live response actions initiated from the Device page aren't available in the `machineactions` API.
9195
92-
- **macOS** [(requires other configuration profiles)](../microsoft-defender-endpoint-mac.md)
93-
- 13 (Ventura)
94-
- 12 (Monterey)
95-
- 11 (Big Sur)
9696

97-
- **Linux servers**
98-
- [Supported Linux distributions](../mde-linux-prerequisites.md#supported-linux-distributions)
9997

10098
## Permissions
10199

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,15 @@ ms.collection:
1515
- m365-security
1616
- tier2
1717
- mde-asr
18-
ms.date: 08/28/2025
18+
ms.date: 10/20/2025
1919
search.appverid: met150
2020
appliesto:
2121
- Microsoft Defender for Endpoint Plan 2
22-
2322
---
24-
# Attack surface reduction rules reference
2523

2624

27-
**Platforms:**
25+
# Attack surface reduction rules reference
2826

29-
- Windows
3027

3128
This article provides information about Microsoft Defender for Endpoint attack surface reduction rules (ASR rules):
3229

@@ -41,6 +38,12 @@ This article provides information about Microsoft Defender for Endpoint attack s
4138

4239
[!Include [defender-endpoint-setup-guide.md](../includes/mde-automated-setup-guide.md)]
4340

41+
## Prerequisites
42+
43+
### Supported operating systems
44+
45+
- Windows
46+
4447
## Attack surface reduction rules by type
4548

4649
Attack surface reduction rules are categorized as one of two types:

0 commit comments

Comments
 (0)