Skip to main content

Privileged Access Management (PAM)

Status: Final

Privileged Access Management (PAM) is the discipline of controlling, monitoring, and auditing access by privileged accounts — accounts with elevated permissions that, if compromised, cause the greatest damage. PAM reduces the identity attack surface but does not eliminate it: attackers routinely bypass, abuse, or directly target PAM systems.


What PAM Controls

FunctionDescription
Credential vaultingStore privileged credentials (local admin, service accounts, root passwords) encrypted; issue on-demand
Session managementRecord and monitor privileged sessions (keystroke logging, screen recording, command auditing)
Just-in-time accessGrant privilege only when needed, for defined duration (minimize standing privilege)
Least privilege enforcementRestrict what privileged users can do via command filtering or privilege elevation policies
Password rotationAutomatically rotate credentials after use or on schedule
Application identity (secrets management)Manage non-human identities and API keys used by applications

PAM vs IGA vs PIM

ToolScopePrimary Use
PAM (CyberArk, BeyondTrust)Privileged account credential and session controlProtect, record, and audit privileged access
IGA (SailPoint, Saviynt)Lifecycle and access governanceCertify who has access to what; automate provisioning
PIM (Entra ID PIM)Cloud role activation and JITJust-in-time cloud role elevation

All three are complementary. A full identity security program needs all three.


Major PAM Vendors

CyberArk

The market leader in PAM. Dominant in financial services, government, and large enterprises.

ComponentFunction
Privilege Cloud / VaultCore credential vault — stores and brokers privileged credentials
Central Policy Manager (CPM)Rotates passwords according to policy
Privileged Session Manager (PSM)Proxy-based session recording and monitoring
Endpoint Privilege Manager (EPM)Least-privilege on Windows/macOS endpoints
Secrets Manager (Conjur)API/application credential management — DevSecOps
Identity Security PlatformUnified platform combining PAM + Identity security

CyberArk in ITDR context: CyberArk itself can be a target. The Vault is protected by a hardcoded "Master" password and a "DR" password — both are high-value targets in advanced attacks. CyberArk also releases security advisories when its own components have vulnerabilities.

BeyondTrust

Strong in Unix/Linux PAM, Unix privilege management, and remote access.

ProductFunction
Password SafePrivileged credential vaulting
Privilege Management for Windows/MacEndpoint least privilege
Privilege Management for Unix & Linuxpbrun — Unix privilege elevation with policy
Remote SupportSecure remote access for IT/help desk
Privileged Remote AccessPAM-integrated remote access gateway

Delinea (formerly Thycotic + Centrify)

Positioned as more accessible (SaaS-first) alternative to CyberArk for mid-market.

ProductFunction
Secret ServerCredential vaulting
Privilege ManagerEndpoint privilege management
Server SuiteUnix/Linux PAM, AD bridging
Cloud SuiteCloud resource privilege management

One Identity

SAP-adjacent, strong in IGA + PAM combination.

ProductFunction
Safeguard for Privileged PasswordsCredential vault
Safeguard for Privileged SessionsSession monitoring/recording
One Identity ManagerIGA platform

Wallix

European PAM vendor, strong in EU regulated industries and OT/ICS environments.


PAM Attack Vectors

PAM systems are themselves high-value targets. Attackers who can compromise the PAM system gain access to all credentials stored within it.

AttackTargetMethod
PAM admin account compromiseFull vault accessPhishing PAM admins, credential theft
Vault database exfiltrationEncrypted credential storeRansomware, insider threat, DB exposure
PSM session hijackingLive session intercept or replayCompromise PSM server
CPM account abuseCredential rotation service account has write access to every targetCompromise CPM credentials
API abusePAM REST API with stolen API keyBulk credential retrieval
Memory scraping on PAM serverIn-memory credentials during session brokeringPrivileged endpoint compromise
DLL injection into vault agentIntercept credentials before they reach the vaultMalware on PAM-connected servers

PAM and ITDR

Integration PointITDR Value
PAM session logs → SIEMRich context for privileged activity detection
PAM credential access logsAlert on unusual credential checkouts (off-hours, new accounts, bulk)
PAM + UBABehavioral baseline for privileged users — detect deviation
PAM policy violationsCommands blocked by PAM policy = detection signal
Secrets Manager → workload identityNon-human credential access anomalies

TopicLink
IGAiga-overview
MFA Technologiesmfa-technologies
AD Attackskerberoasting
Entra PIMpim