ASR rules and Exploit protection best practices according to Microsoft. #1115
pingu-the-penguin
started this conversation in
General
Replies: 1 comment 2 replies
-
|
Thank you very much, i'll definitely read it and make changes wherever needed |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Microsoft mentions using ASR rules in favour of Exploit protection settings for office apps:
Microsoft also has deprecated these 5 exploit protection rules:
EAF
IAF
SimExec
CallerCheck
StackPivot
First two were deprecated due to application compatibility issues but since the Harden app applies these mitigations to compatible apps, they should be kept imo. Just wanted to let you know they were deprecated.
Last 3 were replaced with Arbitrary Code Guard which I see is not enabled as an exploit mitigation in favour of the depreceated ones.
Thought it was interesting info and might have implications for this repo.
Beta Was this translation helpful? Give feedback.
All reactions