Skip to content

Commit eadc188

Browse files
Merge pull request #4150 from MicrosoftDocs/main
[AutoPublish] main to live - 06/05 10:28 PDT | 06/05 22:58 IST
2 parents 56348c7 + e9a4293 commit eadc188

File tree

3 files changed

+58
-21
lines changed

3 files changed

+58
-21
lines changed

defender-endpoint/controlled-folders.md

Lines changed: 49 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Protect important folders from ransomware from encrypting your files with
33
description: Files in default folders can be protected from changes through malicious apps. Prevent ransomware from encrypting your files.
44
ms.service: defender-endpoint
55
ms.localizationpriority: medium
6-
ms.date: 04/15/2025
6+
ms.date: 06/05/2025
77
author: denisebmsft
88
ms.author: deniseb
99
audience: ITPro
@@ -35,9 +35,19 @@ search.appverid: met150
3535

3636
> Want to experience Defender for Endpoint? [Sign up for a free trial.](https://go.microsoft.com/fwlink/p/?linkid=2225630)
3737
38+
Platforms
39+
40+
- Windows
41+
3842
## What is controlled folder access?
3943

40-
Controlled folder access helps protect your valuable data from malicious apps and threats, such as ransomware. Controlled folder access protects your data by checking apps against a list of known, trusted apps. Controlled folder access can be configured by using the Windows Security App, Microsoft Endpoint Configuration Manager, or Intune (for managed devices). Controlled folder access is supported on:
44+
Controlled folder access helps protect your valuable data from malicious apps and threats, such as ransomware. Controlled folder access protects your data by checking apps against a list of known, trusted apps. Controlled folder access can be configured by using Microsoft Defender for Endpoint Security Settings Management, Microsoft Intune, Microsoft Endpoint Configuration Manager, or the Windows Security App.
45+
46+
Controlled folder access works best with [Microsoft Defender for Endpoint](microsoft-defender-endpoint.md), which gives you detailed reporting into controlled folder access events and blocks as part of the usual [alert investigation scenarios](investigate-alerts.md).
47+
48+
## Requirements for controlled folder access
49+
50+
Controlled folder access is supported on:
4151

4252
- Windows 11
4353
- Windows 10
@@ -47,10 +57,11 @@ Controlled folder access helps protect your valuable data from malicious apps an
4757
- Windows Server 2016
4858
- Windows Server 2012 R2
4959

50-
> [!NOTE]
51-
> Scripting engines like PowerShell aren't trusted by controlled folder access, even if you create an "allow" indicator by using [certificate and file indicators](indicator-certificates.md). The only way to allow script engines to modify protected folders is by adding them as an allowed app. See [Allow specific apps to make changes to controlled folders](/defender-endpoint/customize-controlled-folders).
60+
Controlled folder access requires:
5261

53-
Controlled folder access works best with [Microsoft Defender for Endpoint](microsoft-defender-endpoint.md), which gives you detailed reporting into controlled folder access events and blocks as part of the usual [alert investigation scenarios](investigate-alerts.md).
62+
- [Microsoft Defender Antivirus to be the primary antivirus (active mode)](configure-real-time-protection-microsoft-defender-antivirus.md).
63+
64+
- Real-Time Protection (RTP) needs to be on.
5465

5566
> [!TIP]
5667
> Controlled folder access blocks don't generate alerts in the [Alerts queue](alerts-queue.md). However, you can view information about controlled folder access blocks in the [device timeline view](investigate-machines.md), while using [advanced hunting](/defender-xdr/advanced-hunting-overview), or with [custom detection rules](/defender-xdr/custom-detection-rules).
@@ -98,14 +109,14 @@ The same profile folders are also protected for system accounts, such as `LocalS
98109
> [!NOTE]
99110
> You can configure more folders as protected, but you can't remove Windows system folders that are protected by default.
100111
101-
## Requirements for controlled folder access
102-
103-
Controlled folder access requires enabling [Microsoft Defender Antivirus real-time protection](configure-real-time-protection-microsoft-defender-antivirus.md).
104-
105-
<a name='review-controlled-folder-access-events-in-the-microsoft-365-defender-portal'></a>
112+
> [!NOTE]
113+
> Scripting engines like PowerShell aren't trusted by controlled folder access, even if you create an "allow" indicator by using [certificate and file indicators](indicator-certificates.md). The only way to allow script engines to modify protected folders is by adding them as an allowed app. See [Allow specific apps to make changes to controlled folders](/defender-endpoint/customize-controlled-folders).
106114
107115
## Review controlled folder access events in the Microsoft Defender portal
108116

117+
> [!TIP]
118+
> Controlled folder access blocks don't generate alerts in the **[Alerts queue](/editor/MicrosoftDocs/defender-docs-pr/defender-endpoint%2Fcontrolled-folders.md/main/1f8f3424-7307-8178-dc20-b5160d121a7d/alerts-queue.md)**. However, you can view information about controlled folder access blocks in the **[device timeline view](/editor/MicrosoftDocs/defender-docs-pr/defender-endpoint%2Fcontrolled-folders.md/main/1f8f3424-7307-8178-dc20-b5160d121a7d/investigate-machines.md)**, while using **[advanced hunting](/defender-xdr/advanced-hunting-overview)**, or with **[custom detection rules](/defender-xdr/custom-detection-rules)**.
119+
109120
Defender for Endpoint provides detailed reporting into events and blocks as part of its [alert investigation scenarios](investigate-alerts.md) in the Microsoft Defender portal. For more information, see [Microsoft Defender for Endpoint in Microsoft Defender XDR](/defender-xdr/microsoft-365-security-center-mde).
110121

111122
You can query Microsoft Defender for Endpoint data by using [Advanced hunting](/defender-xdr/advanced-hunting-overview). If you're using [audit mode](overview-attack-surface-reduction.md), you can use [advanced hunting](/defender-xdr/advanced-hunting-overview) to see how controlled folder access settings would affect your environment if they were enabled.
@@ -131,15 +142,35 @@ You can review the Windows event log to see events that are created when control
131142

132143
5. Select **OK**.
133144

134-
The following table shows events related to controlled folder access:
145+
The following table shows events related to controlled folder access:
146+
147+
|Event ID|Description|
148+
|---|---|
149+
|`5007`|Event when settings are changed|
150+
|`1124`|Audited controlled folder access event|
151+
|`1123`|Blocked controlled folder access event|
152+
|`1127`|Blocked controlled folder access sector write block event|
153+
|`1128`|Audited controlled folder access sector write block event|
154+
155+
## Controlled folder access experience
156+
157+
A user tries to install an application that triggers Controlled folder access, if the software or application has an unknown reputation, a toast notification presents the user with the following:
158+
135159

136-
|Event ID|Description|
137-
|---|---|
138-
|`5007`|Event when settings are changed|
139-
|`1124`|Audited controlled folder access event|
140-
|`1123`|Blocked controlled folder access event|
141-
|`1127`|Blocked controlled folder access sector write block event|
142-
|`1128`|Audited controlled folder access sector write block event|
160+
```
161+
Virus & threat protection
162+
Unauthorized changes blocked
163+
Controlled folder access blocked C:\...
164+
\ApplicationName... from making changes to memory.
165+
```
166+
167+
And in the Protection history, you will see:
168+
169+
170+
```
171+
Protected memory access blocked
172+
MM/DD/YEAR HH:MM AM/PM
173+
```
143174

144175
## View or change the list of protected folders
145176

defender-endpoint/indicator-file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: defender-endpoint
66
ms.author: deniseb
77
author: denisebmsft
88
ms.localizationpriority: medium
9-
ms.date: 05/16/2025
9+
ms.date: 06/05/2025
1010
manager: deniseb
1111
audience: ITPro
1212
ms.collection:
@@ -69,7 +69,7 @@ Understand the following prerequisites before you create indicators for files:
6969
- [File hash computation must be enabled](/defender-endpoint/mac-resources#configuring-from-the-command-line). Run the following command: `mdatp config enable-file-hash-computation --value enabled`
7070

7171
> [!NOTE]
72-
> On Mac, file indicators support Mach-O files (akin to `.exe` and `.dll` in Windows) scripts, such as sh/bash and AppleScript File (`.scpt`) files only.
72+
> On Mac, file indicators support Mach-O files, such as `sh/bash` and AppleScript File (`.scpt`) files only. (Mach-O files are similar to `.exe` and `.dll` in Windows.)
7373
7474
### Linux prerequisites
7575

defender-vulnerability-management/fixed-reported-inaccuracies.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.collection:
1414
- tier2
1515
ms.localizationpriority: medium
1616
ms.topic: troubleshooting
17-
ms.date: 05/20/2025
17+
ms.date: 06/05/2025
1818
---
1919

2020
# Vulnerability support in Microsoft Defender Vulnerability Management
@@ -38,6 +38,12 @@ The following tables present the relevant vulnerability information organized by
3838
| Inaccuracy report ID | Description | Fix date |
3939
|---|---|---|
4040
| 92212 | Fixed inaccuracy in NetData vulnerabilities- CVE-2019-9834, CVE-2023-22496, CVE-2023-22497 & CVE-2024-32019 | 18-May-25 |
41+
| 26534 | Improved accuracy by normalizing the vendor from Dell to EMC | 20-May-25 |
42+
| 95853 | Added Microsoft Defender Vulnerability Management support for RCA suite | 20-May-25 |
43+
| 99522 | Fixed bad normalization in HP Security Manager | 20-May-25 |
44+
| - | Improved accuracy for OpenSSL | 25-May-25 |
45+
| - | Fixed inaccuracy in CVE-2025-22230 | 27-May-25 |
46+
| - | Added Microsoft Defender Vulnerability Management support for Configuration Manager Client | 27-May-25 |
4147

4248
## April 2025
4349

0 commit comments

Comments
 (0)