Performing Access Review and Certification
Overview
Conduct systematic access reviews and certifications to ensure users have appropriate access rights aligned with their roles. This skill covers review campaign design, reviewer selection, risk-based prioritization, micro-certification strategies, and remediation tracking for compliance with SOX, HIPAA, and PCI DSS requirements.
When to Use
- When conducting security assessments that involve performing access review and certification
- When following incident response procedures for related security events
- When performing scheduled security testing or auditing activities
- When validating security controls through hands-on testing
Prerequisites
- Familiarity with identity access management concepts and tools
- Access to a test or lab environment for safe execution
- Python 3.8+ with required dependencies installed
- Appropriate authorization for any testing activities
Objectives
- Design and execute access review campaigns across enterprise applications
- Implement risk-based prioritization for review scope
- Configure reviewer selection (manager, application owner, hybrid)
- Automate entitlement data collection and presentation
- Track remediation of inappropriate access findings
- Generate compliance evidence for auditors
Key Concepts
Access Review Types
- User Access Review: Manager certifies all entitlements for their direct reports
- Entitlement Review: Application owner certifies all users with specific entitlement
- Role Review: Role owner certifies role membership and permissions
- Privileged Access Review: Security team reviews high-risk/privileged access
- SOD Review: Verify no users have conflicting separation-of-duty violations
Risk-Based Prioritization
- High Risk: Privileged access, financial systems, PII/PHI systems, external-facing apps
- Medium Risk: Internal business applications, shared drives, collaboration tools
- Low Risk: Standard employee tools, read-only access, public information systems
Review Campaign Lifecycle
- Planning: Define scope, reviewers, timeline, escalation
- Data Collection: Aggregate entitlements from all identity sources
- Distribution: Assign review items to appropriate certifiers
- Certification: Reviewers approve or revoke each entitlement
- Remediation: Revoke inappropriate access, enforce timeline
- Reporting: Generate compliance evidence and metrics
- Closure: Archive campaign, feed findings into next cycle
Workflow
Step 1: Define Review Scope and Schedule
- Identify in-scope applications and systems
- Determine review frequency: quarterly (SOX), semi-annual, annual
- Define campaign timeline: review period, escalation dates, hard close
- Establish escalation chain for non-responsive reviewers
Step 2: Data Collection and Aggregation
- Extract user-entitlement mappings from each application
- Correlate with HR data (active employees, role, department, manager)
- Identify terminated/transferred users still holding access
- Flag high-risk entitlements (admin, DBA, system, privileged)
- Calculate risk scores based on entitlement sensitivity and user role
Step 3: Reviewer Assignment
- Manager Reviews: Direct manager certifies subordinate access
- Application Owner Reviews: App owner certifies all users of their application
- Hybrid Model: Manager reviews standard access, app owner reviews privileged
- Delegate Management: Allow reviewers to delegate with audit trail
Step 4: Execute Certification Campaign
- Send notifications to reviewers with clear instructions
- Present entitlements with context (last used date, risk level, role justification)
- Require reviewers to explicitly approve or revoke each item
- Track completion percentage and send reminders
- Escalate to management after deadline
Step 5: Remediation and Tracking
- Automatically ticket revocations to IT operations
- Set SLA for revocation execution (24-48 hours for high-risk)
- Verify revocation completed (re-check entitlement)
- Exception management for business-justified deviations
- Document all exceptions with expiration dates
Step 6: Reporting and Evidence
- Generate campaign completion metrics
- Produce per-application compliance reports
- Create audit-ready evidence packages
- Track trends across review cycles
- Feed findings into risk assessment process
Security Controls
| Control |
NIST 800-53 |
Description |
| Access Review |
AC-2(3) |
Periodic review of account privileges |
| Account Management |
AC-2 |
Account lifecycle management |
| Least Privilege |
AC-6 |
Minimum necessary access enforcement |
| Separation of Duties |
AC-5 |
SOD conflict identification |
| Audit Logging |
AU-6 |
Review of access audit records |
Common Pitfalls
- Rubber-stamping: reviewers approving all access without examination
- Incomplete scope: missing critical applications from review campaigns
- No remediation tracking: revoking access on paper but not in systems
- Inconsistent reviewer assignment causing gaps in coverage
- Not including service accounts and non-human identities
Verification
1---2name: performing-access-review-and-certification3description: Conduct systematic access reviews and certifications to ensure users have appropriate access rights aligned with their roles. This skill covers review campaign design, reviewer selection, risk-based p4license: Apache-2.05---6# Performing Access Review and Certification78## Overview9Conduct systematic access reviews and certifications to ensure users have appropriate access rights aligned with their roles. This skill covers review campaign design, reviewer selection, risk-based prioritization, micro-certification strategies, and remediation tracking for compliance with SOX, HIPAA, and PCI DSS requirements.101112## When to Use1314- When conducting security assessments that involve performing access review and certification15- When following incident response procedures for related security events16- When performing scheduled security testing or auditing activities17- When validating security controls through hands-on testing1819## Prerequisites2021- Familiarity with identity access management concepts and tools22- Access to a test or lab environment for safe execution23- Python 3.8+ with required dependencies installed24- Appropriate authorization for any testing activities2526## Objectives27- Design and execute access review campaigns across enterprise applications28- Implement risk-based prioritization for review scope29- Configure reviewer selection (manager, application owner, hybrid)30- Automate entitlement data collection and presentation31- Track remediation of inappropriate access findings32- Generate compliance evidence for auditors3334## Key Concepts3536### Access Review Types371. **User Access Review**: Manager certifies all entitlements for their direct reports382. **Entitlement Review**: Application owner certifies all users with specific entitlement393. **Role Review**: Role owner certifies role membership and permissions404. **Privileged Access Review**: Security team reviews high-risk/privileged access415. **SOD Review**: Verify no users have conflicting separation-of-duty violations4243### Risk-Based Prioritization44- **High Risk**: Privileged access, financial systems, PII/PHI systems, external-facing apps45- **Medium Risk**: Internal business applications, shared drives, collaboration tools46- **Low Risk**: Standard employee tools, read-only access, public information systems4748### Review Campaign Lifecycle491. **Planning**: Define scope, reviewers, timeline, escalation502. **Data Collection**: Aggregate entitlements from all identity sources513. **Distribution**: Assign review items to appropriate certifiers524. **Certification**: Reviewers approve or revoke each entitlement535. **Remediation**: Revoke inappropriate access, enforce timeline546. **Reporting**: Generate compliance evidence and metrics557. **Closure**: Archive campaign, feed findings into next cycle5657## Workflow5859### Step 1: Define Review Scope and Schedule60- Identify in-scope applications and systems61- Determine review frequency: quarterly (SOX), semi-annual, annual62- Define campaign timeline: review period, escalation dates, hard close63- Establish escalation chain for non-responsive reviewers6465### Step 2: Data Collection and Aggregation66- Extract user-entitlement mappings from each application67- Correlate with HR data (active employees, role, department, manager)68- Identify terminated/transferred users still holding access69- Flag high-risk entitlements (admin, DBA, system, privileged)70- Calculate risk scores based on entitlement sensitivity and user role7172### Step 3: Reviewer Assignment73- **Manager Reviews**: Direct manager certifies subordinate access74- **Application Owner Reviews**: App owner certifies all users of their application75- **Hybrid Model**: Manager reviews standard access, app owner reviews privileged76- **Delegate Management**: Allow reviewers to delegate with audit trail7778### Step 4: Execute Certification Campaign79- Send notifications to reviewers with clear instructions80- Present entitlements with context (last used date, risk level, role justification)81- Require reviewers to explicitly approve or revoke each item82- Track completion percentage and send reminders83- Escalate to management after deadline8485### Step 5: Remediation and Tracking86- Automatically ticket revocations to IT operations87- Set SLA for revocation execution (24-48 hours for high-risk)88- Verify revocation completed (re-check entitlement)89- Exception management for business-justified deviations90- Document all exceptions with expiration dates9192### Step 6: Reporting and Evidence93- Generate campaign completion metrics94- Produce per-application compliance reports95- Create audit-ready evidence packages96- Track trends across review cycles97- Feed findings into risk assessment process9899## Security Controls100| Control | NIST 800-53 | Description |101|---------|-------------|-------------|102| Access Review | AC-2(3) | Periodic review of account privileges |103| Account Management | AC-2 | Account lifecycle management |104| Least Privilege | AC-6 | Minimum necessary access enforcement |105| Separation of Duties | AC-5 | SOD conflict identification |106| Audit Logging | AU-6 | Review of access audit records |107108## Common Pitfalls109- Rubber-stamping: reviewers approving all access without examination110- Incomplete scope: missing critical applications from review campaigns111- No remediation tracking: revoking access on paper but not in systems112- Inconsistent reviewer assignment causing gaps in coverage113- Not including service accounts and non-human identities114115## Verification116- [ ] All in-scope applications included in campaign117- [ ] Reviewers assigned for 100% of entitlements118- [ ] Campaign completion rate exceeds 95%119- [ ] Revocations executed within SLA120- [ ] Audit evidence package complete and archived121- [ ] SOD violations identified and documented122- [ ] Exceptions documented with business justification and expiry