Claude 24f816b6a3
Consolidate 22 sibling repos into layered organism structure
Place useful parts of the surrounding repos into sica-fondt by layer, per the
body model (Ada = membrane; brain/endocrine/capabilities/knowledge non-Ada):

- brain/        LLM reasoning + providers (dapr, hermes, MoMoA)
- capabilities/ REPRAG sidecars: hermes tools/skills, dapr tools, parallel
                dispatch, A51 channels, and the OSINT cluster
- knowledge/    LORAG corpus: 754 cyber-skills, agency personas, secure-coding,
                MITRE ATT&CK data
- reference/    defensive threat-reference (C3, shhbruh doc) + AdaYaml parser

License handling: AGPL sources (worldosint, advanced_evolution, mercury,
Reticulum) and GPL DeTTECT are SPEC-only clean-room/port descriptions — no
copyleft code copied. MIT/Apache/data parts copied as working trees.

Safety: shhbruh escape/persistence material and C3 covert-C2 kept as reference
only, not wired into the running organism. See CONSOLIDATION.md.

https://claude.ai/code/session_01UehUqEXXJJCsHoA4voCU5c
2026-06-10 06:53:01 +00:00

2.6 KiB

Standards & References - Performing Endpoint Vulnerability Remediation

Primary Standards

NIST SP 800-40 Rev 4 - Guide to Enterprise Patch Management Planning

CISA Binding Operational Directive 22-01 - Known Exploited Vulnerabilities

FIRST CVSS v3.1 Specification

FIRST EPSS Model

  • Publisher: FIRST
  • URL: https://www.first.org/epss/
  • Scope: Machine learning model predicting probability of CVE exploitation within 30 days

Compliance Mappings

Framework Requirement Remediation Coverage
PCI DSS 4.0 6.3.3 - Patch within one month of release Patch SLA tracking and compliance
PCI DSS 4.0 11.3.1 - Internal vulnerability scans quarterly Scan-remediate-validate cycle
NIST 800-53 SI-2 Flaw Remediation Vulnerability identification and patching
NIST 800-53 RA-5 Vulnerability Monitoring and Scanning Ongoing scan-remediate process
HIPAA 164.308(a)(1)(ii)(B) - Risk Management Vulnerability remediation as risk reduction
ISO 27001 A.12.6.1 - Management of technical vulnerabilities Systematic vulnerability remediation
SOC 2 CC7.1 - Detect and address vulnerabilities Vulnerability management program

Remediation SLA Benchmarks

Severity CVSS Range Industry Standard SLA CISA KEV Timeline
Critical 9.0-10.0 14 days Per directive (usually 14 days)
High 7.0-8.9 30 days Per directive
Medium 4.0-6.9 60 days N/A unless in KEV
Low 0.1-3.9 90 days N/A

Supporting References