feat: Add vulnerability-management arc — Book VII, quantum framework, ORION, and kill-chain assessment tool

This commit is contained in:
2026-06-15 07:56:50 +02:00
parent 633f82c5a7
commit 173704eca5
9 changed files with 1357 additions and 2 deletions
+7 -1
View File
@@ -34,11 +34,13 @@ Most security and resilience frameworks optimize for **robustness**—the abilit
│ ├── executive-summary.md # One-page board brief
│ ├── executive-summary-cs.md # Czech version of board brief (Výkonné shrnutí)
│ ├── c-suite-conversation-guide.md # Persuasion scripts for top management
── t0-asset-framework.md # Tier 0 asset classification and protection
── t0-asset-framework.md # Tier 0 asset classification and protection
│ └── quantum-vulnerability-management.md # Time-budgeted quanta model for the exploitation-first era (Book VII companion)
├── playbooks/ # Executable modernisation and response plans
│ ├── rapid-modernisation-plan.md # 30-60-90-180 day transformation roadmap
│ ├── endpoint-management-entry-vector.md # Intune/device management as engagement entry point
│ ├── ai-assisted-tvm.md # AI-powered vulnerability management blueprint
│ ├── kill-chain-assessment-app.md # Spec for the offline kill-chain mapping tool (tools/kill-chain-assessment.html)
│ ├── zero-budget-vulnerability-discovery.md # Script-based vuln discovery without commercial scanners
│ ├── perimeter-scanning-capability.md # External attack surface scanning strategy
│ ├── osquery-custom-platform.md # Build a sovereign vuln/asset discovery platform on osquery
@@ -66,6 +68,10 @@ Most security and resilience frameworks optimize for **robustness**—the abilit
│ ├── vertical-power-utilities.md # Power generation, transmission, water utilities
│ ├── vertical-telco.md # Telecommunications and mobile operators
│ └── vertical-banking.md # Financial services regulatory alignment
├── tools/ # Standalone runnable instruments (offline, single-file)
│ ├── README.md # Tool index and design constraints
│ └── kill-chain-assessment.html # Maps unknown estates → shortest existential path → quanta
├── books/ # The Antifragile Handbook (Books IVII + field guides)
└── assets/ # Diagrams, visuals, and presentation materials
```