Catalog LOLBAS

LOL · Binary

Explorer.exe

2 techniques WindowsLOLBAS GPL-3.0

Execute

Execution Windows

Execute specified .exe with the parent process spawning from a new instance of explorer.exe

Use Performs execution of specified file with explorer parent process breaking the process tree, can be used for defense evasion.

explorer.exe /root,"{PATH_ABSOLUTE:.exe}"
Context
user
Native
Execute
MITRE
T1202

Execute

Execution Windows

Execute notepad.exe with the parent process spawning from a new instance of explorer.exe

Use Performs execution of specified file with explorer parent process breaking the process tree, can be used for defense evasion.

explorer.exe {PATH_ABSOLUTE:.exe}
Context
user
Native
Execute
MITRE
T1202