Backup Operators
Last updated
Was this helpful?
Last updated
Was this helpful?
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
.
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.
Create a script from the attack host to expose the c:
drive.
Dump the ntds.dit
from the attack host.
Dump the ntds.dit
from the attack host.
the script to the target host and execute the following steps. In the example below, evil-winrm
is used to transfer the files between the attack and the target host, via its upload
and download
methods.
For an example of the above method check .
Download the SeBackupPrivilegeUtils.dll
and SeBackupPrivilegeCmdLets.dll
from on the attack host and transfer them to the target along with the diskshadow script () (on the example below evil-winrm
is used).
Unlike , this time we will be using the Copy-FileSebackupPrivilege
cmdlet (part of the DLL files) to copy the ntds.dit
file from the z:
volume to the Temp
directory.