mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-06-15 07:24:56 +03:00
11 lines
374 B
Markdown
11 lines
374 B
Markdown
# Workflows
|
|
## Memory Protection Deployment
|
|
```
|
|
[Audit current mitigations: Get-ProcessMitigation -System]
|
|
→ [Enable system-level DEP, SEHOP, ASLR]
|
|
→ [Configure per-app mitigations for high-risk applications]
|
|
→ [Export XML, deploy via Intune/GPO]
|
|
→ [Test application compatibility] → [Monitor for crashes]
|
|
→ [Tune exceptions for incompatible apps]
|
|
```
|