Backup Operators
Information
Backup Operators can back up and restore all files on a computer, including OS files, regardless of the permissions that protect those files. Because members of this group can replace files on DCs, they're considered service administrators.
Well known SID/RID:
S-1-5-32-551
.
Privilege
Description
Allows us to create backups of any files, whilst not restoring their permissions, which equals to arbitrary read access.
Allows us to overwrite legitimate executable files with versions that include malicious software used for privilege escalation.
Exploitation
If the controlled user has the SeBackupPrivilege
, it can dump SAM
, SYSTEM
, SECURITY
and therefore the NTDS.dit
on the target system. No admin privs needed!
nxc smb <target-ip> -u <user> -p <pass> -M backup_operator
Last updated
Was this helpful?