From 18b1648e97a55071f50f766ffa6b3f040c1bf912 Mon Sep 17 00:00:00 2001 From: saulpanders <34975519+saulpanders@users.noreply.github.com> Date: Sat, 26 Apr 2025 15:27:13 -0400 Subject: [PATCH] Added wbemtest.exe (#430) Co-authored-by: Wietze --- yml/OSBinaries/Wbemtest.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 yml/OSBinaries/Wbemtest.yml diff --git a/yml/OSBinaries/Wbemtest.yml b/yml/OSBinaries/Wbemtest.yml new file mode 100644 index 0000000..9954722 --- /dev/null +++ b/yml/OSBinaries/Wbemtest.yml @@ -0,0 +1,25 @@ +--- +Name: wbemtest.exe +Description: WMI/WBEM Test Binary +Author: saulpanders +Created: 2025-04-22 +Commands: + - Command: wbemtest.exe + Description: Execute arbitary commands through WMI through a GUI managment interface for Web Based Enterprise Management testing (WBEM). Uses WMI to Create and instance of a Win32_Process WMI class with a commandline argument of the target command to spawn. Spawns a GUI so it requires interactive access. For a demo, see link to blog in resources. + Usecase: Execute arbitrary commands through WMI classes + Category: Execute + Privileges: Any + MitreID: T1047 + OperatingSystem: Windows 10, Windows 11 + Tags: + - Application: GUI + - Execute: CMD +Full_Path: + - Path: c:\windows\system32\wbem\wbemtest.exe +Detection: + - IOC: wbemtest.exe binary spawned +Resources: + - Link: https://saulpanders.github.io/2025/01/20/lolbas-wbemtest.html +Acknowledgement: + - Person: Paul Sanders + Handle: '@saulpanders'