mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-27 23:37:58 +01:00
Create Runexehelper.yml (#269)
Co-authored-by: Wietze <wietze@users.noreply.github.com>
This commit is contained in:
parent
8452c1ca96
commit
ec676cbd93
23
yml/OSBinaries/Runexehelper.yml
Normal file
23
yml/OSBinaries/Runexehelper.yml
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
Name: Runexehelper.exe
|
||||
Description: Launcher process
|
||||
Author: Grzegorz Tworek
|
||||
Created: 2022-12-13
|
||||
Commands:
|
||||
- Command: runexehelper.exe c:\windows\system32\calc.exe
|
||||
Description: 'Launches the specified exe. Prerequisites: (1) diagtrack_action_output environment variable must be set to an existing, writable folder; (2) runexewithargs_output.txt file cannot exist in the folder indicated by the variable.'
|
||||
Usecase: Executes arbitrary code
|
||||
Category: Execute
|
||||
Privileges: User
|
||||
MitreID: T1218
|
||||
OperatingSystem: Windows 10, Windows 11, Windows Server 2012, Windows Server 2016, Windows Server 2019, Windows Server 2022
|
||||
Full_Path:
|
||||
- Path: c:\windows\system32\runexehelper.exe
|
||||
Detection:
|
||||
- IOC: c:\windows\system32\runexehelper.exe is run
|
||||
- IOC: Existence of runexewithargs_output.txt file
|
||||
Resources:
|
||||
- Link: https://twitter.com/0gtweet/status/1206692239839289344
|
||||
Acknowledgement:
|
||||
- Person: Grzegorz Tworek
|
||||
Handle: '@0gtweet'
|
Loading…
Reference in New Issue
Block a user