Privileged account
Also known as: admin account, administrator account
An account with power beyond normal use, such as installing software, changing settings or managing other users.
Draft - this entry has not been reviewed yet.
Formal
A user account granted permissions that can change the system itself or reach other users' data - for example a domain admin, root on a server or a cloud owner role - and which therefore needs tighter control than an ordinary account.
In plain English
Like the master key in a hotel that opens every room - handy for the manager, but a disaster if it is lost or copied.
In practice
An IT technician at a water utility has one normal account for email and web, and a separate admin account used only for installing updates, protected by MFA and logged each time it is used.
Why it matters
Attackers hunt for these accounts first, because taking one over lets them turn off defences and reach everything; fewer and better-guarded admin accounts shrink the damage.
Technical deep dive
"Privileged" covers more than the obvious administrator. In Active Directory the built-in groups Domain Admins, Enterprise Admins, Schema Admins and Administrators are privileged, but so are Account Operators, Backup Operators, Server Operators and Print Operators, whose rights can be turned into domain control; members of these protected groups get adminCount=1, and the SDProp process periodically resets their ACLs from the AdminSDHolder template. On Unix, UID 0 and anyone with unrestricted sudo are equivalent to root. In the cloud, the Entra Global Administrator and Privileged Role Administrator roles, Azure Owner and User Access Administrator, and the AWS account root user can change identity and security settings for a whole tenant. Database sa or DBA accounts, hypervisor and vCenter admins, backup console admins and network device enable accounts belong on the list too.
Many of the most dangerous accounts are not in any admin group. Attack-path tools such as BloodHound reveal "shadow admins": accounts with ACL rights such as GenericAll or WriteDACL on privileged objects, or the directory replication rights that allow DCSync (MITRE ATT&CK T1003.006), which pulls every password hash from a domain controller. Service accounts frequently end up privileged because an installer asked for it, and a shared local administrator password on every workstation turns one compromised laptop into lateral movement across the fleet.
Attackers target these accounts because they make the rest of an intrusion possible: disabling EDR, deleting backups, pushing ransomware through Group Policy. Credentials are usually harvested where administrators log on: an interactive or RDP logon leaves reusable material in LSASS memory on that host, which is why tiered administration forbids tier-0 accounts from signing in to lower-tier machines, and why the Protected Users group and Credential Guard exist.
Baseline controls are well established. Administrators use separate, dedicated privileged accounts with no mailbox or web browsing (CIS Controls v8.1 Safeguard 5.4), protected by MFA (6.5), preferably phishing-resistant, and used from privileged access workstations. Membership is inventoried and reviewed (NIST SP 800-53 Rev. 5 AC-6(7)), use is logged (AC-6(9)), and standing membership is replaced where possible by just-in-time elevation. The AWS root user gets MFA and no access keys. Microsoft recommends at least two cloud-only emergency access (break-glass) accounts that are excluded from normal conditional-access policies, have long random credentials stored offline, and trigger an alert whenever they are used. A privileged account is the object being protected; privileged access management is the discipline and tooling that protects it.
What to learn first
Everything this builds on, foundations first.
- User account
- →Permission
- →Principle of least privilege
- →Privileged account
Relationships
- A kind of
- User account
- Requires
- Principle of least privilege
Sources & further reading
Standards & official texts
- CIS Controls v8 - Control 5 (Account Management) and Control 6 (Access Control Management) · Center for Internet Security
- NIST SP 800-53 Rev. 5 - AC-6 (Least Privilege) · NIST
Where this data comes from
This entry was drafted by an AI from the sources above and has not yet been checked by a person. Treat it as a starting point, and check anything important against the sources.
See the review queueSuggest a correction on GitHubThis term as JSON
Mentioned in
Check yourself
Loading…