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,27 @@
# Standards and References - Continuous Security Validation with BAS
## BAS Platforms
- SafeBreach: https://www.safebreach.com/
- AttackIQ: https://www.attackiq.com/
- Picus Security: https://www.picussecurity.com/
- Cymulate: https://cymulate.com/
- Pentera: https://pentera.io/
- SCYTHE: https://scythe.io/
## Industry Standards
- **MITRE ATT&CK Framework**: https://attack.mitre.org/
- **Gartner BAS Market Guide**: Breach and Attack Simulation Tools
- **NIST CSF 2.0 DE.CM**: Security Continuous Monitoring
- **CIS Controls v8.1 Control 18**: Penetration Testing
## Gartner Recognition (2024)
- Picus Security: 2024 Customers' Choice for BAS Tools
- Category evolution: BAS -> Adversarial Exposure Validation (2025)
## Key Metrics
| Metric | Description | Target |
|--------|-------------|--------|
| Prevention Rate | % of attacks blocked | > 80% |
| Detection Rate | % of attacks alerted | > 90% (combined) |
| MITRE Coverage | % of techniques tested | > 60% |
| Validation Frequency | How often tests run | Daily/Weekly |
@@ -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
```