Exploit protection (EP) demonstrations
Exploit Protection automatically applies exploit mitigation settings system wide and on individual apps. Many of the features in the Enhanced Mitigation Experience Toolkit (EMET) have been included in Exploit Protection, and you can convert and import existing EMET configuration profiles into Exploit Protection.
Scenario requirements and setup
- Windows 10 1709 build 16273
- Run PowerShell commands:
Set-ProcessMitigation -PolicyFilePath ProcessMitigation.xml
Set-ProcessMitigation –help
- Verify configuration
Get-ProcessMitigation
Sample xml file
EP xml config file (right select, "save target as")
Scenario
Scenario 1: Convert EMET xml to Exploit Protection settings
- Convert EMET to xml, run PowerShell command:
ConvertTo-ProcessMitigationPolicy
- Apply settings, run PowerShell command: use the XML from the prior step
Set-ProcessMitigation -PolicyFilePath
- Confirm settings were applied, run PowerShell command:
Get-ProcessMitigation
- Review the event log for application compatibility
Scenario 2: Apply selfhost xml to Exploit Protection settings
- Download our EP xml config file (right select, "save target as") or use your own
- Apply settings, run PowerShell command:
Set-ProcessMitigation -PolicyFilePath ProcessMitigation.xml
- Confirm settings were applied, run PowerShell command:
Get-ProcessMitigation
- Review the event log for application compatibility
See also
Feedback
Submit and view feedback for