Instiq
Chapter 5 · Security operations & supplier management·v1.0.0·Updated 7/11/2026·~14 min

What's changed: Initial version

5.2Access management & privileged access

Key points

Covers access management, which controls who is allowed what in service operations-the principle of least privilege, the provisioning (granting) and periodic review (revocation) of privileges, privileged access management that handles powerful rights strictly, and the authentication that verifies identity-framed as an operator's judgment to prevent risks such as insider misuse and dangling leaver accounts.

Running a service safely rests on properly controlling "who can access which systems, and to what extent." Handing out too many privileges enlarges the damage from insider misuse and incidents, while being too restrictive halts work and harms the SLA. Moreover, if granted privileges are left unattended, leaver and transferee accounts persist and become a breeding ground for misuse. This section covers the principle of least privilege, the lifecycle of granting privileges (provisioning) and periodically reviewing them (recertification), privileged access management for especially powerful rights, and the authentication that verifies identity-framed as an operator's judgment.

5.2.1Least privilege and the access-rights lifecycle

  • Least privilege grants each user and each service only the minimum privileges needed to do their job. Excessive privileges needlessly widen the blast radius of insider misuse, mistaken operations, and account takeover. Role-based access control (RBAC), which assigns privileges in bulk by role, is a representative method that makes least privilege easier to operate.
  • Access rights have a lifecycle. Provisioning (granting) means granting the needed privileges, with approval, upon joining, transfer, or project onboarding. Recertification (access review) means periodically re-examining "whether that privilege is still truly needed" and revoking those no longer required (for leavers, transferees, ended projects). Neglecting prompt revocation (deprovisioning) on departure or transfer turns dangling accounts into a serious risk.

5.2.2Privileged access management and authentication

  • Privileged access management (PAM) is the operation of managing powerful rights-administrator privileges such as root/Administrator-strictly and separately from ordinary user IDs. Controls such as granting only temporarily when needed (just-in-time) rather than permanently, requiring approval to check out, recording operation logs/session recording for an audit trail, and using them in an individually attributable form rather than shared prevent misuse and untraceability of powerful rights.
  • Authentication verifies "that you are who you claim to be" before allowing access. Multi-factor authentication (MFA), combining factors such as knowledge (password), possession (a token/phone), and biometrics, makes a compromise hard to break through on a leaked password alone. Requiring MFA is standard for privileged IDs and internet-facing authentication. It also matters operationally that authentication (verifying identity) and authorization (access rights), which decides what that identity is allowed, are distinct concepts.
Exam point

Most-tested: "least privilege grants only the minimum needed and narrows the blast radius", "recertification periodically re-examines privileges and revokes what is no longer needed, with prompt deprovisioning on departure/transfer", "privileged access management does not grant powerful rights permanently but checks them out only when needed, with approval and an audit trail", and "MFA combines factors to prevent a breakthrough on a leaked password alone." Also keep in mind that authentication (verifying identity) and authorization (what is allowed) are distinct concepts.

Suppose an internal audit at a service operations organization finds that the ID of a former operator who transferred to another department six months ago is still active and still holds administrator privileges on the production database. Fortunately there is no sign of misuse, but this is a serious finding showing that recertification (periodic access review) and deprovisioning on transfer were not functioning. The service manager first revokes this ID's privileges immediately as an individual response, but that alone lets the same kind of neglect recur. So they decide to remediate the operational process itself. First, from a least privilege viewpoint, they reorganize each ID's privileges by role (RBAC) and trim broad privileges not needed for the job. Second, they build quarterly recertification into the operating procedure, so that for each privilege the privilege holder's manager approves "whether it is still needed," and any privilege not approved is automatically revoked. Third, they link HR transfer/departure information with access management so that deprovisioning runs promptly, triggered by a transfer or departure. Furthermore, they migrate powerful privileges-such as production-DB administrator rights-to privileged access management, where they are no longer granted permanently but checked out only for the needed task, with approval, and operations are recorded for an audit trail. What matters here is not to stop at the individual response of "delete the ID you noticed," but to treat the root cause of why the neglect happened (the absence of recertification and transfer linkage) in a problem-management manner and remediate it as a permanent operating process. The judgment required of a service manager is that access management is not set-and-forget but the very operation of continuously cycling grant, review, and revocation.

ControlAimConsequence if missing
Least privilege (RBAC)Grant only the minimum needed and narrow the blast radiusExcessive privileges widen damage from insider misuse/incidents
Recertification (review)Periodically review privileges and revoke what is no longer neededDangling leaver/transferee accounts remain and breed misuse
Privileged access management (PAM)Check out powerful rights only when needed, with approval and audit trailPermanent admin rights lead to misuse and untraceability
Multi-factor authentication (MFA)Combine factors to prevent a breakthrough on a leaked password aloneA leaked password alone allows impersonated intrusion
Warning

Trap: "Grant access rights broadly once so work is not hindered, and then never review them" is an operational error-dangling leaver/transferee accounts and excessive privileges breed misuse and enlarge incidents, so granting with least privilege plus periodic recertification and prompt deprovisioning on transfer/departure is essential. Also wrong: "if authentication is strong, authorization is unnecessary"-authentication (verifying identity) and authorization (what is allowed) are distinct concepts, and even after identity is verified, the privileges granted must still be trimmed to least privilege.

Least privilege lifecycle.
Right access for the right people

5.2.3Section summary

  • Grant only the minimum needed via least privilege (RBAC, etc.) to narrow the blast radius of insider misuse and incidents
  • Manage access rights over a lifecycle-continuously cycle provisioning (granting), periodic recertification (review), and prompt deprovisioning on transfer/departure
  • Handle powerful rights such as administrator privileges via privileged access management, checking them out only when needed with approval and an audit trail, and use MFA for authentication (authentication and authorization are distinct)

Sign in to track progress — Log in.

Quick check

(just a quick review)

Q1. An internal audit found that the ID of a former operator who transferred to another department six months ago is still active and holds administrator privileges on the production DB. There is no sign of misuse. Which corrective action by the service manager is most appropriate?

Q2. You want to review how administrator privileges (root/Administrator-equivalent) on the production system are handled. Which operation is most appropriate for preventing misuse and untraceability of powerful rights?

Q3. For authentication to an internet-facing operations-management portal, you want it to resist unauthorized login even if a password is leaked. Which measure is most appropriate operationally?

Check your understandingPractice questions for Chapter 5: Security operations & supplier management

Keep track of your progress

The full study guide is free to read. Sign up free to practice with the question bank, track what you have read, review your mistakes, and highlight passages.