mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-06-12 14:14:56 +03:00
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