LOLBAS/yml/OSBinaries/Register-cimprovider.yml

27 lines
822 B
YAML
Raw Normal View History

2018-06-09 00:15:06 +02:00
---
Name: Register-cimprovider.exe
Description: Used to register new wmi providers
Author: 'Oddvar Moe'
Created: 2018-05-25
2018-06-09 00:15:06 +02:00
Commands:
- Command: Register-cimprovider -path "C:\folder\evil.dll"
Description: Load the target .DLL.
Usecase: Execute code within dll file
Category: Execute
Privileges: User
MitreID: T1218
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10
Full_Path:
- Path: C:\Windows\System32\Register-cimprovider.exe
- Path: C:\Windows\SysWOW64\Register-cimprovider.exe
Code_Sample:
- Code:
Detection:
- IOC: Register-cimprovider.exe execution and cmdline DLL load may be supsicious
2018-06-09 00:15:06 +02:00
Resources:
- Link: https://twitter.com/PhilipTsukerman/status/992021361106268161
Acknowledgement:
- Person: Philip Tsukerman
Handle: '@PhilipTsukerman'
---