mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-20 21:03:42 +00:00
Update exploit-protection-exploit-guard.md
Added a review section.
This commit is contained in:
@ -45,6 +45,19 @@ Many of the features in the [Enhanced Mitigation Experience Toolkit (EMET)](http
|
|||||||
>[!WARNING]
|
>[!WARNING]
|
||||||
>Some security mitigation technologies may have compatibility issues with some applications. You should test exploit protection in all target use scenarios by using [audit mode](audit-windows-defender-exploit-guard.md) before deploying the configuration across a production environment or the rest of your network.
|
>Some security mitigation technologies may have compatibility issues with some applications. You should test exploit protection in all target use scenarios by using [audit mode](audit-windows-defender-exploit-guard.md) before deploying the configuration across a production environment or the rest of your network.
|
||||||
|
|
||||||
|
## Review exploit protection events in the Windows Defender ATP Security Center
|
||||||
|
|
||||||
|
Windows Defender ATP provides detailed reporting into events and blocks as part of its alert investigation scenarios.
|
||||||
|
|
||||||
|
You can query Microsoft Defender ATP data by using [Advanced hunting](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-windows-defender-advanced-threat-protection). If you're using [audit mode](audit-windows-defender-exploit-guard.md), you can use Advanced hunting to see how exploit protection settings would affect your environment if they were enabled.
|
||||||
|
|
||||||
|
Here is an example query:
|
||||||
|
|
||||||
|
```
|
||||||
|
MiscEvents
|
||||||
|
| where ActionType startswith 'ExploitGuard' and ActionType !contains 'NetworkProtection'
|
||||||
|
```
|
||||||
|
|
||||||
## Review exploit protection events in Windows Event Viewer
|
## Review exploit protection events in Windows Event Viewer
|
||||||
|
|
||||||
You can review the Windows event log to see events that are created when exploit protection blocks (or audits) an app:
|
You can review the Windows event log to see events that are created when exploit protection blocks (or audits) an app:
|
||||||
|
Reference in New Issue
Block a user