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.7 KiB

Standards & References - Hardening Windows Endpoint with CIS Benchmark

Primary Standards

CIS Microsoft Windows 11 Enterprise Benchmark v3.0.0

CIS Microsoft Windows Server 2022 Benchmark v3.0.0

NIST SP 800-123 - Guide to General Server Security

  • Publisher: NIST
  • Relevance: Foundational server hardening guidance that CIS benchmarks operationalize
  • Key sections: OS hardening, user account management, resource access controls

Compliance Mappings

PCI DSS v4.0 Mapping

PCI DSS Requirement CIS Benchmark Section
2.2 - Develop configuration standards CIS Benchmark entire scope
5.2 - Anti-malware mechanisms Section 18.10 (Windows Defender)
8.3 - Strong authentication Section 1.1 (Password Policy)
10.2 - Audit trail implementation Section 17 (Advanced Audit Policy)

NIST 800-53 Rev 5 Mapping

NIST Control CIS Benchmark Section
CM-6 Configuration Settings Entire CIS Benchmark
AC-2 Account Management Section 1 (Account Policies)
AU-2 Audit Events Section 17 (Advanced Audit Policy)
SC-7 Boundary Protection Section 9 (Windows Firewall)

HIPAA Security Rule Mapping

HIPAA Requirement CIS Benchmark Section
164.312(a)(1) Access Control Section 2.3 (Security Options)
164.312(b) Audit Controls Section 17 (Advanced Audit Policy)
164.312(a)(2)(iv) Encryption BitLocker Profile
164.312(c)(1) Integrity Section 18.9 (Windows Defender)

Supporting References