Skip to content

Commit b81c521

Browse files
committed
Learn Editor: Update exploit-protection.md
1 parent c0509bd commit b81c521

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

defender-endpoint/exploit-protection.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,23 @@ DeviceEvents
6060
| where ActionType startswith 'ExploitGuard' and ActionType !contains 'NetworkProtection'
6161
```
6262

63+
### Exploit Protection and advanced hunting
64+
65+
Below are the advanced hunting actiontypes available for Exploit Protection.
66+
67+
| Exploit Protection mitigation name | Exploit Protection - Advanced Hunting - ActionTypes |
68+
|:---|:---|
69+
| Arbitrary code guard | ExploitGuardAcgAudited <br/> ExploitGuardAcgEnforced <br/>|
70+
| Don't allow child processes | ExploitGuardChildProcessAudited <br/> ExploitGuardChildProcessBlocked <br/> |
71+
| Export address filtering (EAF) | ExploitGuardEafViolationAudited <br/> ExploitGuardEafViolationBlocked <br/> |
72+
| Import address filtering (IAF) | ExploitGuardIafViolationAudited <br/> ExploitGuardIafViolationBlocked <br/> |
73+
| Block low integrity images | ExploitGuardLowIntegrityImageAudited <br/> ExploitGuardLowIntegrityImageBlocked <br/> |
74+
| Code integrity guard | ExploitGuardNonMicrosoftSignedAudited <br/> ExploitGuardNonMicrosoftSignedBlocked <br/> |
75+
|• Simulate execution (SimExec)<br/> • Validate API invocation (CallerCheck) <br/> • Validate stack integrity (StackPivot) <br/> | ExploitGuardRopExploitAudited <br/> ExploitGuardRopExploitBlocked <br/> |
76+
| Block remote images | ExploitGuardSharedBinaryAudited <br/> ExploitGuardSharedBinaryBlocked <br/> |
77+
| Disable Win32k system calls | ExploitGuardWin32SystemCallAudited <br/> ExploitGuardWin32SystemCallBlocked <br/>|
78+
79+
6380
## Review exploit protection events in Windows Event Viewer
6481

6582
You can review the Windows event log to see events that are created when exploit protection blocks (or audits) an app:<br/><br/>

0 commit comments

Comments
 (0)