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
2.3 KiB
2.3 KiB
Just-In-Time Access Provisioning Workflows
Workflow 1: Standard JIT Access Request
Steps:
- User submits access request via self-service portal
- Request includes: target resource, duration, business justification
- System calculates risk score based on resource sensitivity and user context
- Risk-based routing:
- Low risk (< 1 hr, non-privileged): Auto-approve
- Medium risk: Route to resource owner for approval
- High risk (privileged, production): Dual approval required
- Approver notified via email/Slack/Teams
- Approver reviews and approves/denies with comments
- On approval: system provisions access with time-bound constraint
- User notified of access grant with expiration time
- At expiration: system automatically revokes access
- All events logged for audit trail
Workflow 2: Emergency JIT Access (Break-Glass)
Steps:
- User declares emergency and requests immediate access
- System grants access immediately without pre-approval
- Access limited to shorter maximum duration (e.g., 2 hours)
- Security team notified of emergency access grant
- User must provide justification within 24 hours
- Manager and security team perform post-facto review
- If review finds access unjustified: security incident opened
- All emergency access events flagged in audit reports
Workflow 3: Privileged Elevation with PAM Integration
Steps:
- User requests privilege elevation through JIT portal
- Approval obtained per risk-based workflow
- JIT system triggers PAM credential checkout
- PSM session initiated with time-bound credential
- User performs privileged operations via isolated session
- Session recorded for audit
- At expiration: session terminated, credential checked in, password rotated
- JIT access record closed
Workflow 4: Vendor/Third-Party JIT Access
Steps:
- Internal sponsor submits access request on behalf of vendor
- Request includes: vendor identity, scope, duration, project reference
- Dual approval required (sponsor manager + security)
- Temporary account created with MFA enrollment
- Access restricted to specified resources only
- Network access limited to authorized segments
- Session monitoring enabled
- Account deactivated at expiration
- Account deleted after 30-day retention period