mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-07-26 06:10:57 +03:00
22 lines
553 B
Markdown
22 lines
553 B
Markdown
# Memory Protection Configuration Template
|
|
|
|
## System-Level Mitigations
|
|
| Mitigation | Status | Notes |
|
|
|-----------|--------|-------|
|
|
| DEP | AlwaysOn / OptOut | |
|
|
| ASLR (BottomUp) | Enabled | |
|
|
| ASLR (HighEntropy) | Enabled | |
|
|
| SEHOP | Enabled | |
|
|
| ForceRelocateImages | Enabled | |
|
|
|
|
## Per-Application Mitigations
|
|
| Application | DEP | ASLR | CFG | SEHOP |
|
|
|------------|-----|------|-----|-------|
|
|
| WINWORD.EXE | On | On | On | On |
|
|
| EXCEL.EXE | On | On | On | On |
|
|
|
|
## Sign-Off
|
|
| Role | Name | Date |
|
|
|------|------|------|
|
|
| Security | | |
|