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
59 lines
2.5 KiB
Markdown
59 lines
2.5 KiB
Markdown
# Standards & References - Ransomware Backup Strategy
|
|
|
|
## Industry Standards
|
|
|
|
### NIST SP 800-209: Security Guidelines for Storage Infrastructure
|
|
- Defines security controls for storage systems including backup infrastructure
|
|
- Covers access control, encryption, integrity verification, and audit logging for storage
|
|
- Section 5.3: Backup and recovery security controls
|
|
|
|
### NIST IR 8374: Ransomware Risk Management
|
|
- Identifies backup as a critical control in the Recover function
|
|
- Recommends maintaining offline, encrypted backups with regular testing
|
|
- Emphasizes credential separation for backup administration
|
|
|
|
### CISA #StopRansomware Guide (2023, updated 2025)
|
|
- Prescribes 3-2-1 backup rule as baseline, recommends extending to 3-2-1-1-0
|
|
- Mandates backup credential isolation from production domains
|
|
- Requires documented and tested recovery procedures
|
|
|
|
### CIS Controls v8
|
|
- Control 11: Data Recovery
|
|
- 11.1: Establish and maintain a data recovery process
|
|
- 11.2: Perform automated backups
|
|
- 11.3: Protect recovery data (encryption, access control)
|
|
- 11.4: Establish and maintain an isolated instance of recovery data (air-gapped/immutable)
|
|
- 11.5: Test data recovery
|
|
|
|
### ISO 27001:2022
|
|
- A.8.13: Information backup
|
|
- A.8.14: Redundancy of information processing facilities
|
|
|
|
## Regulatory Requirements
|
|
|
|
### PCI DSS v4.0
|
|
- Requirement 9.4.1: Backup media physically secured
|
|
- Requirement 12.10.1: Incident response plan includes recovery procedures
|
|
|
|
### HIPAA Security Rule
|
|
- 45 CFR 164.308(a)(7): Contingency plan including data backup, disaster recovery, emergency mode operation
|
|
- 45 CFR 164.312(a)(2)(ii): Emergency access procedure
|
|
|
|
### SOX
|
|
- Section 302/404: Internal controls over financial reporting must include IT controls for data backup and recovery
|
|
|
|
## Vendor Documentation
|
|
|
|
### Veeam
|
|
- Hardened Repository Guide: https://helpcenter.veeam.com/docs/backup/vsphere/hardened_repository.html
|
|
- SureBackup: https://helpcenter.veeam.com/docs/backup/vsphere/surebackup_job.html
|
|
- Immutability: https://helpcenter.veeam.com/docs/backup/vsphere/immutability.html
|
|
|
|
### AWS
|
|
- S3 Object Lock: https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock.html
|
|
- AWS Backup Vault Lock: https://docs.aws.amazon.com/aws-backup/latest/devguide/vault-lock.html
|
|
|
|
### Azure
|
|
- Immutable Blob Storage: https://learn.microsoft.com/en-us/azure/storage/blobs/immutable-storage-overview
|
|
- Azure Backup Immutable Vault: https://learn.microsoft.com/en-us/azure/backup/backup-azure-immutable-vault-concept
|