mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-06-16 16:03:17 +03:00
989 B
989 B
Service Account Audit Workflows
Workflow 1: Discovery Phase
- Export AD service accounts using PowerShell/LDAP queries
- Export cloud IAM service accounts (AWS credential report, Azure SP list, GCP SA list)
- Query databases for application-specific service accounts
- Consolidate into single inventory spreadsheet
- Cross-reference with CMDB for ownership data
Workflow 2: Assessment Phase
- Check each account against privilege policy
- Verify password/key rotation compliance (90-day max)
- Check last logon/activity date
- Validate owner assignment against HR data
- Flag accounts meeting orphaned/stale/over-privileged criteria
Workflow 3: Remediation Phase
- Contact owners of over-privileged accounts for justification
- Plan gMSA migration for eligible Windows service accounts
- Disable orphaned accounts (staged: disable first, delete after 30 days)
- Rotate stale credentials immediately
- Update documentation, close findings, report to compliance