mirror of
https://github.com/SHOGGOTH-SECTOR/sica-fondt.git
synced 2026-08-01 08:30:20 +00:00
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
22 lines
1.0 KiB
Markdown
22 lines
1.0 KiB
Markdown
# Standards & References
|
|
|
|
## Primary Standards
|
|
- **CIS Ubuntu Linux 22.04 LTS Benchmark v2.0.0**: https://www.cisecurity.org/benchmark/ubuntu_linux
|
|
- **CIS Red Hat Enterprise Linux 9 Benchmark v2.0.0**: https://www.cisecurity.org/benchmark/red_hat_linux
|
|
- **NIST SP 800-123**: Guide to General Server Security
|
|
- **DISA STIG**: Security Technical Implementation Guide for RHEL/Ubuntu
|
|
|
|
## Compliance Mappings
|
|
| Framework | Requirement | Linux Hardening Coverage |
|
|
|-----------|------------|------------------------|
|
|
| PCI DSS 4.0 | 2.2 - Configuration standards | CIS benchmark application |
|
|
| NIST 800-53 | CM-6 Configuration Settings | Kernel, service, and auth hardening |
|
|
| NIST 800-53 | AU-2 Audit Events | auditd configuration |
|
|
| HIPAA | 164.312(a)(1) Access Control | SSH hardening, PAM configuration |
|
|
|
|
## Supporting References
|
|
- **Ansible Lockdown**: https://github.com/ansible-lockdown
|
|
- **OpenSCAP**: https://www.open-scap.org/
|
|
- **Lynis**: https://cisofy.com/lynis/
|
|
- **SCAP Security Guide**: https://github.com/ComplianceAsCode/content
|