Initial commit - 611 cybersecurity skills across all subdomains

This commit is contained in:
mukul975
2026-02-25 10:47:44 +01:00
commit 22a7ab1462
1765 changed files with 280648 additions and 0 deletions
@@ -0,0 +1,30 @@
# Workflows - BAS Continuous Security Validation
## Workflow 1: BAS Validation Cycle
```
┌──────────────┐ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐
│ Select Attack│──>│ Execute Safe │──>│ Collect │──>│ Map to │
│ Scenarios │ │ Simulation │ │ Results │ │ Controls │
└──────────────┘ └──────────────┘ └──────────────┘ └──────────────┘
┌─────────────────────────────────────────────────────────┘
v
┌──────────────┐ ┌──────────────┐ ┌──────────────┐
│ Identify │──>│ Create │──>│ Re-Validate │
│ Control Gaps │ │ Remediation │ │ After Fix │
└──────────────┘ └──────────────┘ └──────────────┘
```
## Workflow 2: Post-Change Regression Test
```
Security Control Change (firewall rule, EDR policy, SIEM rule)
v
Trigger BAS regression test for affected technique categories
v
Compare results: before vs after change
├── Improvement: Document and close
└── Regression: Alert security team, rollback if needed
```