mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-06-12 22:24:56 +03:00
3.0 KiB
3.0 KiB
Privileged Access Management Workflows
Workflow 1: Privileged Credential Checkout and Use
User -> PVWA -> Request Credential -> Dual Control Approval -> Vault Release -> PSM Session -> Target System
Steps:
- User authenticates to PVWA with MFA
- User requests access to privileged account
- If dual control enabled, request routed to approver
- Approver reviews and approves/denies request
- Vault releases credential through PSM
- User connects to target via PSM (never sees password)
- Session recorded (video, keystrokes, commands)
- On disconnect, credential checked back in
- If one-time password mode, CPM rotates credential immediately
Workflow 2: Automated Credential Rotation
Steps:
- CPM checks rotation schedule for each platform
- CPM connects to target system using reconciliation account
- CPM generates new password meeting complexity requirements
- CPM changes password on target system
- CPM updates password in vault
- CPM verifies new credential works on target
- If verification fails, CPM triggers reconciliation
- Rotation event logged to audit trail
- SIEM alert triggered on rotation failure
Workflow 3: Privileged Account Discovery
Steps:
- Configure account discovery scan targets (IP ranges, domains)
- Discovery scanner connects to targets using scanning credentials
- Scanner identifies privileged accounts:
- Windows: Local admins, domain admins, service accounts
- Linux: root, sudoers, service accounts
- Database: DBA accounts, application accounts
- Network: admin/enable accounts on switches/routers
- Discovered accounts compared against vault inventory
- Unmanaged accounts flagged for review
- Security team reviews and prioritizes onboarding
- Approved accounts onboarded to appropriate safes
- CPM begins credential rotation per platform policy
Workflow 4: Break-Glass Emergency Access
Steps:
- Normal vault access unavailable (outage, disaster)
- Authorized personnel retrieve break-glass media (sealed envelope, USB)
- Break-glass credentials used to access critical systems directly
- All actions taken with break-glass credentials manually documented
- When vault service restored, all break-glass credentials rotated immediately
- Break-glass media re-sealed with new credentials
- Incident report created documenting break-glass usage
- All actions performed during break-glass reviewed by security team
Workflow 5: Incident Response - Compromised Privileged Account
Steps:
- PTA detects anomalous privileged account behavior
- Alert generated with risk score and indicators
- Security analyst reviews alert in PVWA/SIEM
- If confirmed compromise: a. Immediately rotate compromised credential via CPM b. Terminate any active PSM sessions using that account c. Review session recordings for malicious activity d. Check for lateral movement using audit logs e. Assess blast radius of compromised privilege level
- Forensic analysis of session recordings
- Post-incident review and policy updates