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.6 KiB
1.6 KiB
MFA with Duo Workflows
Workflow 1: Duo Authentication Proxy Deployment
- Install Duo Authentication Proxy on dedicated server
- Configure authproxy.cfg with AD/LDAP primary auth
- Add Duo API credentials (ikey, skey, api_host)
- Set failmode=safe for initial testing, change to secure for production
- Start Duo proxy service, verify connectivity
- Configure VPN/application to use proxy as RADIUS server
- Test with pilot group before full deployment
Workflow 2: User Enrollment
- Admin creates Duo user (manual or AD sync)
- User receives enrollment email/link
- User installs Duo Mobile app
- User scans QR code to link device
- User completes test authentication
- Admin verifies enrollment status in Admin Panel
Workflow 3: MFA Fatigue Attack Response
- Detect multiple rapid push notifications to single user
- Alert security team via SIEM integration
- Temporarily lock user's Duo account
- Contact user to verify if they initiated authentication
- If unauthorized: reset credentials, investigate source
- If authorized: educate user, enable Verified Push
- Update policy to require Verified Push for affected group
Workflow 4: Duo Failover and Emergency Access
- Duo cloud service becomes unreachable
- Authentication Proxy checks failmode setting
- If failmode=secure: deny all access (most secure)
- If failmode=safe: allow primary auth only (business continuity)
- Admin monitors Duo status page for resolution
- After restoration: review all authentications during outage
- Investigate any suspicious access during failover period