2018-06-09 00:15:06 +02:00
|
|
|
---
|
|
|
|
Name: Extexport.exe
|
2022-09-11 05:08:46 +02:00
|
|
|
Description: Load a DLL located in the c:\test folder with a specific name.
|
2018-09-24 21:59:43 +02:00
|
|
|
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: Extexport.exe c:\test foo bar
|
2018-09-24 21:59:43 +02:00
|
|
|
Description: Load a DLL located in the c:\test folder with one of the following names mozcrt19.dll, mozsqlite3.dll, or sqlite.dll
|
|
|
|
Usecase: Execute dll file
|
|
|
|
Category: Execute
|
|
|
|
Privileges: User
|
|
|
|
MitreID: T1218
|
2021-12-14 16:50:17 +01:00
|
|
|
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
|
2018-12-10 14:28:12 +01:00
|
|
|
Full_Path:
|
2018-09-24 21:59:43 +02:00
|
|
|
- Path: C:\Program Files\Internet Explorer\Extexport.exe
|
2019-02-01 18:38:35 +01:00
|
|
|
- Path: C:\Program Files (x86)\Internet Explorer\Extexport.exe
|
2021-01-10 16:04:52 +01:00
|
|
|
Code_Sample:
|
2022-09-11 07:23:21 +02:00
|
|
|
- Code:
|
2018-09-24 21:59:43 +02:00
|
|
|
Detection:
|
2021-12-06 12:19:01 +01:00
|
|
|
- Sigma: https://github.com/SigmaHQ/sigma/blob/0f33cbc85bf4b23b8d8308bfcc8b21a9e5431ee7/rules/windows/process_creation/win_pc_lolbas_extexport.yml
|
2021-11-15 14:19:03 +01:00
|
|
|
- IOC: Extexport.exe loads dll and is execute from other folder the original path
|
2018-06-09 00:15:06 +02:00
|
|
|
Resources:
|
2018-09-24 21:59:43 +02:00
|
|
|
- Link: http://www.hexacorn.com/blog/2018/04/24/extexport-yet-another-lolbin/
|
|
|
|
Acknowledgement:
|
|
|
|
- Person: Adam
|
|
|
|
Handle: '@hexacorn'
|