Security in depth · Unit 24 · Lesson 5 of 14
Privilege is a responsibility with an expiry date
Design administrative access around purpose, separation, approval, and removal.
Helpful before thisActive Directory
After this lesson you can
- distinguish everyday and administrative identities
- explain standing versus time-limited privilege
- identify why indirect permissions matter
An engineer needs to change one service setting for an hour. Granting permanent domain-wide administration is easy to request and hard to justify. The design question is how much authority the task actually needs.
Standing privilege: Authority that remains available until it is explicitly removed.
Separate work from administration
An everyday identity reads mail and browses ordinary sites. An administrative identity changes systems other people depend on. Separating them reduces the chance that one compromised everyday session carries broad authority. The workstation and authentication path used for privileged work also matter.
Least privilege is not merely a smaller group name. Define the action, the resource, and the necessary duration. Read-only diagnosis and configuration changes may deserve different permissions.
Short duration helps, but does not erase consequences
Standing privilege remains available until someone removes it. Time-limited elevation can reduce the window of exposure and connect access to approval. It still needs strong authentication, protected devices, usable emergency access, and monitoring.
An action taken during an approved hour may have lasting effects. Expiring the role does not undo an altered policy or a new account. Review the changes as well as the access grant.
Look through the layers
An account may control a privileged system indirectly through group nesting, delegated management, service ownership, or the ability to change someone else’s credentials. An access review should evaluate effective authority, not only a list of obvious administrator groups.
Define a joiner-mover-leaver process. Moving teams should trigger a review, not an accumulation of old access. Exceptions need owners, reasons, and expiry dates. Emergency access should be tested and monitored so that a failed normal login does not force improvisation.
EXPLORE THE CONCEPT
Which access fits the job?
A fictional engineer needs to restart one approved service.
Permanent broad administrator
It exceeds the task and remains after the work ends. Convenience creates standing exposure.
Scoped temporary permission
It can match the task and window. Verify the device, approval, and resulting change as well.
An emergency account
A recovery path has a different purpose. Its use should be controlled, monitored, and reviewed rather than routine.
A simplified learning model. It connects to no systems and uses no real data.
Turn the idea into a decision
Review what an identity can cause, directly or indirectly, and for how long. A role label alone does not describe its full authority.
Worked review: an hour of maintenance
The fictional Vale team manages a scheduling service. The owner supplies these requirements and records of effective permissions.
P1, approved work: Noor may change the scheduling service’s report destination from OldReports to NewReports between 14:00 and 15:00. The new destination should remain afterward.
P2, proposed access: Noor’s separate administrative identity can activate a role restricted to that service’s configuration during the approved hour, from a managed administration device. Approval and activation are recorded.
P3, additional relationship: Noor’s everyday identity can permanently manage membership of the group that grants the same configuration authority. That delegation is outside her approved duties.
P4, closure evidence: At 15:01 the activation record has ended, and the change record names NewReports. The supplied evidence does not describe an already open management session.
PredictDoes P2’s time limit make the overall access design time limited?
No. P3 supplies a separate standing authority to control membership of the permission-bearing group. Review and remove that unsupported delegation through its owner. Restricting one activation path does not constrain another path that remains available.
Separate eligibility, activation, and the resulting change
Being eligible to request a role is different from having an active grant. The owner should review both who may activate and the conditions on activation. A protected account used from an unsuitable device can still expose an administrative session; account separation is one part of the design.
P4 confirms the recorded activation ended, but it does not establish that every existing session lost the relevant authority at precisely 15:00. That depends on the access mechanism and service’s enforcement. Ask for documented session handling and a verification of the intended end state rather than inventing a universal revocation deadline.
The retained destination is not evidence that expiry failed. P1 explicitly requires NewReports to persist. Review its approval and operational correctness separately from whether Noor can make further changes.
An emergency account would be a poor routine substitute here: the normal scoped process is available, and emergency access carries a different recovery purpose. The final note should preserve an approved, monitored recovery option while correcting P3, confirming ordinary reports reach NewReports, and verifying that further configuration changes require a new authorized activation.
Terms you met
Check yourself
No timer. No penalties. Read the explanation and try again whenever you like.
This lesson’s questions have changed. Your reading progress is saved; review the updated questions.
-
What advantage does the separate identity in P2 provide, and what does it leave unresolved?
Show the answer
Correct answer: It separates routine activity from the activated role, while device and other permission paths still need review. Account separation reduces shared exposure but must be combined with the rest of the access design.
-
After 15:00, NewReports remains the configured destination. What does that show?
Show the answer
Correct answer: The approved change can outlive the temporary authority used to make it. P1 requires persistence. Review the change outcome separately from the lifecycle of authority to make further changes.
-
Why is P3 material even though P2 is narrowly scoped?
Show the answer
Correct answer: It preserves an unapproved standing route to manage the group carrying the same authority. Reviewing only role activation misses the separate membership-management permission supplied by P3.
-
Which closure note best fits P4?
Show the answer
Correct answer: Confirm the intended change, correct P3, and obtain evidence of session and future-change restrictions. This covers persistent output, the independent grant, and the lifecycle gap without claiming more than the records establish.
Try it
- WriteUse P1-P4 to write an approval and closure note: identity, device assurance, exact task, scope, window, retained change, and evidence of access removal. Explain why the proposed emergency-account shortcut is unsuitable and which existing-session question remains open.