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
40 lines
1.5 KiB
Markdown
40 lines
1.5 KiB
Markdown
# API Reference: Implementing NERC CIP Compliance Controls
|
|
|
|
## NERC CIP Standards Summary
|
|
|
|
| Standard | Title | Focus |
|
|
|----------|-------|-------|
|
|
| CIP-002 | BES Cyber System Categorization | Asset identification |
|
|
| CIP-003 | Security Management Controls | Policies, delegation |
|
|
| CIP-004 | Personnel and Training | Background checks, training |
|
|
| CIP-005 | Electronic Security Perimeters | Network boundaries, remote access |
|
|
| CIP-006 | Physical Security | Physical access controls |
|
|
| CIP-007 | Systems Security Management | Ports, patches, malware, logging |
|
|
| CIP-008 | Incident Reporting | Incident response plan |
|
|
| CIP-009 | Recovery Plans | Backup, recovery testing |
|
|
| CIP-010 | Configuration and Vulnerability | Baselines, vulnerability assessment |
|
|
| CIP-011 | Information Protection | BES Cyber System Information |
|
|
| CIP-013 | Supply Chain Risk Management | Vendor risk assessment |
|
|
|
|
## CIP-005 ESP Requirements
|
|
|
|
| Requirement | Description |
|
|
|-------------|-------------|
|
|
| R1 | Define and document ESP boundaries |
|
|
| R1.3 | Deny-by-default firewall rules |
|
|
| R2 | MFA for interactive remote access |
|
|
| R2.3 | Encrypt remote sessions |
|
|
|
|
## CIP-007 Patching Timeline
|
|
|
|
| Impact Level | Patch Cycle |
|
|
|-------------|-------------|
|
|
| High | 35 days from availability |
|
|
| Medium | 35 days from availability |
|
|
| Low | Documented mitigation plan |
|
|
|
|
### References
|
|
|
|
- NERC CIP Standards: https://www.nerc.com/pa/Stand/Pages/CIPStandards.aspx
|
|
- NERC CIP v5/v7: https://www.nerc.com/pa/CI/tpv5impmntnstdy/Pages/default.aspx
|