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

Tetragon Runtime Security Assessment Template

Cluster Information

Field Value
Cluster Name
Kubernetes Version
Node Count
Tetragon Version
Kernel Version
Assessment Date
Assessed By

Pre-Deployment Checklist

  • Linux kernel version >= 5.4 (5.10+ preferred)
  • BTF (BPF Type Format) enabled in kernel
  • Helm 3.x installed and configured
  • kubectl access with cluster-admin privileges
  • SIEM/log aggregation endpoint configured
  • Alerting channels established (PagerDuty, Slack, etc.)

Deployment Configuration

Helm Values

tetragon:
  enableProcessCred: true
  enableProcessNs: true
  grpc:
    address: "localhost:54321"
  export:
    mode: "json"
  resources:
    limits:
      cpu: "1"
      memory: "1Gi"
    requests:
      cpu: "250m"
      memory: "256Mi"

TracingPolicy Inventory

Policy Name Type Hooks Action Target Namespaces
kprobe/tracepoint Post/Sigkill/Override

Baseline Metrics

Metric Value Date Captured
Average events/sec per node
CPU overhead per node (%)
Memory usage per node (MB)
Event buffer miss rate

Detection Validation Results

Attack Scenario MITRE ATT&CK ID Detected Action Taken Notes
Container escape via nsenter T1611 Yes/No
Crypto-miner execution T1496 Yes/No
Sensitive file read (/etc/shadow) T1552.001 Yes/No
Shell in non-shell container T1059.004 Yes/No
Privilege escalation via sudo T1548.003 Yes/No
Network reconnaissance (nmap) T1046 Yes/No

Risk Findings

Critical

Finding Namespace Pod Recommended Action

High

Finding Namespace Pod Recommended Action

Medium

Finding Namespace Pod Recommended Action

Recommendations

  1. Immediate Actions

  2. Short-term (30 days)

  3. Long-term (90 days)

Sign-Off

Role Name Date Signature
Security Engineer
Platform Engineer
Security Manager