Privileged Access Management
Privileged access management controls powerful accounts and temporary elevated access. It limits who can administer critical systems, protects privileged credentials, brokers and records sessions, and removes access when the approved work ends.
itIdentity, access, and cryptography | OpenSkills.info
Course pathWalk it in order
Look it upDip in anytime
Go furtherLeaves this page
Don't Panic
Don't Panic — Privileged Access Management
Privileged access management, usually called PAM, is the arrangement that puts controls around the route from a named requester to an action powerful enough to change a system. Before that arrangement, an administrator might keep a broad role active, use a shared account, or handle a reusable password. Those methods can get the job done. They are also rather poor at answering who used the power, why, and whether it still exists afterwards.
The useful picture is a controlled path. First, find the accounts, roles, keys, and targets that matter. Then identify the requester, check a policy, grant narrowly bounded privilege, connect through a broker where possible, collect evidence, end the access, and compare the intended state with the target's actual state. A vault is one station on this route, not the entire railway. A direct login around it is a direct login around the control.
The surprise is that just-in-time access is not a magic expiry sticker. A temporary role can end while a target session or token still works. A checked-out password can be copied before it rotates. The end condition therefore has several pieces: the session, role, account, token, and any exposed credential need their own route to an end state. Otherwise the permission has left the office but neglected to tell the building.
People are only part of the picture. Non-human identities include service accounts and automation workloads, and they can hold the same consequential access. They cannot request approval before every scheduled job, so their safety depends on ownership, narrow scope, managed authentication material, known dependencies, and retirement. Rotating a credential without knowing what uses it is an unusually efficient way to discover a service you had forgotten existed.
PAM also has limits and dependencies. An approved administrator can still make a harmful change. A failed broker, vault, identity provider, or recording system can block or weaken the normal route. Emergency access exists for that reason, but it must be protected outside the dependency it recovers and reviewed every time it is used.
Read the Intro for the full control plane and its design choices. Use the Slides to keep the route and its failure points in view. Keep the Cheatsheet nearby when comparing grant mechanisms, evidence, and operational signals. The Quiz tests the distinctions that tend to blur together when everything is labelled “admin access.”
Where this skill leads
Relevant careers
See how this topic contributes to broader role-level skill maps.
Sources
- https://www.nccoe.nist.gov/financial-services/privileged-account-management
Supports
- PAM definition, privileged account classes, risks, reference architecture, monitoring, control, and auditing
- Credential, policy, session, lifecycle, and evidence concepts throughout the course
- Quiz answers and the foundational Reference link rationale
- https://nvlpubs.nist.gov/nistpubs/SpecialPublications/800-171r3/NIST.SP.800-171r3.html
Supports
- Least privilege, restricted privileged accounts, non-privileged access for non-security functions, and privileged-function logging
- Separate ordinary and administrative work, access reviews, and quiz answers
- https://csrc.nist.gov/pubs/sp/800/53/r5/upd1/final
Supports
- Account management, separation of duties, least privilege, privileged accounts, audit, remote access, and system-account lifecycle
- Ownership, service-account governance, emergency access, reconciliation, and quiz answers
- https://csrc.nist.gov/pubs/sp/800/207/final
Supports
- Resource-focused access, policy decision and enforcement points, contextual decisions, and session termination concerns
- Broker coverage, direct-path bypass, revocation, quiz answers, and advanced Reference rationale
- https://www.cisa.gov/news-events/cybersecurity-advisories/aa23-278a
Supports
- Excessive privileges, inactive accounts, separate administrator accounts, monitoring, and just-in-time privileged access
- Operational controls and Reference link rationale
- https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/pim-configure
Supports
- Eligibility, just-in-time role activation, time bounds, approval, multifactor authentication, justification, reviews, notifications, and audit history
- Temporary-role examples, quiz answers, and Reference link rationale
- https://github.com/sindresorhus/awesome
Supports
- Starting point for ecosystem-list discovery
- https://github.com/awesome-foss/awesome-sysadmin
Supports
- Discovery of Pomerium and Smallstep Certificates in identity-management tooling
- https://www.pomerium.com/docs/capabilities/audit-logs
Supports
- Authorization logs, policy outcomes, policy-evaluation data versions, and Awesome Links rationale
- https://smallstep.com/docs/step-ca/
Supports
- Open-source certificate authority, short-lived SSH certificates, identity-provider authentication, and Awesome Links rationale
- https://www.cyberark.com/products/privileged-access/
Supports
- Privileged account discovery and management, credential protection, session isolation and monitoring, and Landscape placement
- https://docs.delinea.com/online-help/secret-server/admin/architecture/arch-overview.htm
Supports
- Credential vaulting and rotation, session brokering without password exposure, discovery, audit, and Landscape placement
- https://docs.beyondtrust.com/bips/docs/welcome-to-password-safe
Supports
- Just-in-time privileged access, credential and session management, discovery, recording, termination, and Landscape placement
- https://www.oneidentity.com/one-identity-safeguard/
Supports
- Password vaulting and rotation, session proxying and recording, analytics, just-in-time access, and Landscape placement
- https://www.wallix.com/products/privileged-access-management/
Supports
- Password and session management, authenticated target access, rotation, audit trails, remote access, and Landscape placement
- https://www.manageengine.com/products/passwordmanagerpro/features.html
Supports
- Privileged account discovery, encrypted vaulting, rotation, workflows, remote sessions, and Landscape placement
- https://www.microsoft.com/en-us/security/business/identity-access/microsoft-entra-privileged-identity-management
Supports
- Microsoft Entra Privileged Identity Management Landscape URL and role-activation placement
- https://goteleport.com/docs/admin-guides/access-controls/access-requests/role-requests/
Supports
- Time-bounded access requests, approval workflow, elevated roles, and Landscape placement
- https://goteleport.com/docs/enroll-resources/desktop-access/reference/sessions/
Supports
- Session recording and playback across infrastructure-access workflows
- https://developer.hashicorp.com/boundary/docs/what-is-boundary
Supports
- Identity-aware proxy, least-privileged access, just-in-time connectivity, credential handling, and Landscape placement
- https://developer.hashicorp.com/boundary/docs/session-recording
Supports
- Fixed session limits, proxied connections, SSH and remote desktop recording, and Landscape placement
- https://cloud.google.com/blog/topics/threat-intelligence/privileged-account-monitoring
Supports
- Field Notes on protecting the full privileged access pathway, including dependency tiering and shadow-administrator discovery
- Field Notes on treating PAM as an operating program, approval tradeoffs, and correlating privileged activity across control layers
