You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: defender-endpoint/evaluate-exploit-protection.md
+69-4Lines changed: 69 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.collection:
15
15
- tier2
16
16
- mde-asr
17
17
search.appverid: met150
18
-
ms.date: 11/15/2024
18
+
ms.date: 11/21/2024
19
19
---
20
20
21
21
# Evaluate exploit protection
@@ -37,7 +37,7 @@ In audit, you can see how mitigation works for certain apps in a test environmen
37
37
38
38
Exploit protection mitigations work at a low level in the operating system, and some kinds of software that perform similar low-level operations might have compatibility issues when they're configured to be protected by using exploit protection.
39
39
40
-
#### What kinds of Software shouldn't be protected by exploit protection?
40
+
#### What kinds of software shouldn't be protected by exploit protection?
41
41
42
42
- Anti-malware and intrusion prevention or detection software
43
43
- Debuggers
@@ -55,6 +55,40 @@ Services
55
55
- System services
56
56
- Network services
57
57
58
+
## Exploit protection mitigations enabled by default
59
+
60
+
| Mitigation | Enabled by default |
61
+
| -------- | -------- |
62
+
| Data Execution Prevention (DEP) | 64-bit and 32-bit applications |
Instead of using Exploit Protection for Office applications such as Outlook, Word, Excel, PowerPoint, and OneNote, consider using a more modern approach to prevent their misuse: Attack Surface Reduction rules (ASR rules):
79
+
80
+
-[Block executable content from email client and webmail ](attack-surface-reduction-rules-reference.md#block-executable-content-from-email-client-and-webmail)
81
+
-[Block Office applications from creating executable content](attack-surface-reduction-rules-reference.md#block-office-applications-from-creating-executable-content)
82
+
-[Block all Office applications from creating child processes](attack-surface-reduction-rules-reference.md#block-all-office-applications-from-creating-child-processes)
83
+
-[Block Office communication application from creating child processes](attack-surface-reduction-rules-reference.md#block-office-communication-application-from-creating-child-processes)
84
+
-[Block Office applications from injecting code into other processes](attack-surface-reduction-rules-reference.md#block-office-applications-from-injecting-code-into-other-processes)
85
+
-[Block execution of potentially obfuscated scripts](attack-surface-reduction-rules-reference.md#block-execution-of-potentially-obfuscated-scripts)
86
+
-[Block Win32 API calls from Office macros](attack-surface-reduction-rules-reference.md#block-win32-api-calls-from-office-macros)
87
+
88
+
For Adobe Reader use the following ASR rule:
89
+
90
+
• [Block Adobe Reader from creating child processes](attack-surface-reduction-rules-reference.md#block-adobe-reader-from-creating-child-processes)
91
+
58
92
## Application compatibility list
59
93
60
94
The following table lists specific products that have compatibility issues with the mitigations that are included in exploit protection. You must disable specific incompatible mitigations if you want to protect the product by using exploit protection. Be aware that this list takes into consideration the default settings for the latest versions of the product. Compatibility issues can introduced when you apply certain add-ins or other components to the standard software.
@@ -69,7 +103,7 @@ The following table lists specific products that have compatibility issues with
69
103
| DropBox | EAF |
70
104
| Excel Power Query, Power View, Power Map and PowerPivot | EAF |
71
105
| Google Chrome | EAF+ |
72
-
| Immidio Flex+ |Cell 4|
106
+
| Immidio Flex+ |EAF|
73
107
| Microsoft Office Web Components (OWC) | System DEP=AlwaysOn |
74
108
| Microsoft PowerPoint | EAF |
75
109
| Microsoft Teams | EAF+ |
@@ -82,7 +116,38 @@ The following table lists specific products that have compatibility issues with
82
116
83
117
ǂ EMET mitigations might be incompatible with Oracle Java when they're run by using settings that reserve a large chunk of memory for the virtual machine (that is, by using the -Xms option).
84
118
85
-
## Enable exploit protection for testing
119
+
## Enable exploit protection system settings for testing
120
+
121
+
These Exploit Protection system settings are enabled by default on Windows 10 and later, Windows Server 2019 and later, and on Windows Server version 1803 core edition and later.
122
+
123
+
| System settings | Setting |
124
+
| -------- | -------- |
125
+
| Control flow guard (CFG) | Use default (On) |
126
+
| Data Execution Prevention (DEP) | Use default (On) |
127
+
| Force randomization for images (Mandatory ASRL) | Use default (On) |
## Enable exploit protection program settings for testing
148
+
149
+
> [!TIP]
150
+
> We highly recommend reviewing the modern approach for vulnerability mitigations, which is to use [Attack Surface Reduction rules (ASR rules)](attack-surface-reduction.md).
86
151
87
152
You can set mitigations in a testing mode for specific programs by using the Windows Security app or Windows PowerShell.
0 commit comments