openskills.info
Course Preview

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

Privileged Access Management

Privileged access management, or PAM, controls how people and software obtain and use elevated access. A privileged identity can change security settings, create accounts, read protected data, deploy code, or interrupt a service. PAM places policy, credential protection, session control, and audit evidence around that power.

PAM is a focused part of identity and access management. General IAM establishes identities and ordinary application access. PAM concentrates on administrative accounts, root and local administrator access, cloud control-plane roles, database owners, emergency accounts, service accounts, automation identities, and other paths that can change a system's security state.

The control plane

A PAM design usually connects six functions:

  1. Discovery and inventory find privileged accounts, credentials, roles, SSH keys, service accounts, and target systems. Each record needs an owner, purpose, scope, and lifecycle state.
  2. Identity and authentication establish who or what is requesting access. Human administrators normally use a named identity and strong authentication rather than signing in directly with a shared administrator account.
  3. Policy and workflow decide whether the requester may reach a target, with which role, for what reason, and for how long. High-risk requests can require approval, a ticket, or extra authentication.
  4. Credential and privilege control vaults and rotates passwords or keys, injects a credential without revealing it, or creates temporary privilege for the approved window.
  5. Session brokering places a controlled proxy between the requester and the target. The broker can enforce the destination and protocol, record activity, and terminate a session.
  6. Audit and monitoring preserve request, approval, authentication, credential, session, and target events. Security teams correlate these records with target and identity logs.

These functions can exist in one platform or across several integrated systems. The security result depends on the entire path. A vault protects a password at rest, but it does not govern a direct login that bypasses the vault. A recorded proxy session improves attribution, but it does not remove an old standing role on the target.

Continue the course

This section is part of the paid course.

See pricing to subscribe, or log in if you already have access.

Where this skill leads

Relevant careers

See how this topic contributes to broader role-level skill maps.

Sources