mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-08-05 02:10:18 +03:00
Initial commit - 611 cybersecurity skills across all subdomains
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Standards & References
|
||||
- **MITRE ATT&CK T1055**: Process Injection - mitigated by DEP, CFG, ASLR
|
||||
- **CIS Benchmark Section 18.9**: Exploit Protection configuration
|
||||
- **NIST 800-53 SI-16**: Memory Protection
|
||||
- **Microsoft Exploit Protection**: https://learn.microsoft.com/en-us/defender-endpoint/exploit-protection
|
||||
@@ -0,0 +1,10 @@
|
||||
# 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]
|
||||
```
|
||||
Reference in New Issue
Block a user