mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-06-11 21:54:56 +03:00
31 lines
1.7 KiB
Markdown
31 lines
1.7 KiB
Markdown
# 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
|
|
```
|