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
1.1 KiB
1.1 KiB
AWS Detective Investigation Workflow
Phase 1: Triage
- Review GuardDuty HIGH/CRITICAL findings
- Open Detective console → Finding Groups
- Identify clustered findings pointing to same entity
Phase 2: Entity Investigation
- Select entity (IAM user/role, EC2, IP)
- Review 24h behavior timeline
- Identify unusual API calls, new geolocations, impossible travel
- Check for privilege escalation patterns (CreateAccessKey, AttachPolicy)
Phase 3: Scope Assessment
- Trace lateral movement via AssumeRole chains
- Check S3 data access patterns
- Review VPC Flow Logs for unusual outbound connections
- Identify all compromised credentials
Phase 4: Correlation
- Map findings to MITRE ATT&CK techniques
- Build attack timeline from entity profiles
- Identify initial access vector
- Document indicators of compromise (IOCs)
Phase 5: Response
- Preserve evidence (CloudTrail logs, flow logs, snapshots) when safe
- Disable compromised credentials
- Revoke active sessions
- Isolate affected resources
- If active impact is ongoing, contain first and document evidence trade-offs