Catalog LOLBAS

LOL · Binary

Control.exe

2 techniques WindowsLOLBAS GPL-3.0

ADS

Defense EvasionFile Write Windows

Execute evil.dll which is stored in an Alternate Data Stream (ADS).

Use Can be used to evade defensive countermeasures or to hide as a persistence mechanism

control.exe {PATH_ABSOLUTE}:evil.dll
Context
user
Native
ADS
Detection
IOC: Control.exe executing files from alternate data streams
IOC: Control.exe executing library file without cpl extension
IOC: Suspicious network connections from control.exe

Execute

Execution Windows

Execute .cpl file. A CPL is a DLL file with CPlApplet export function)

Use Use to execute code and bypass application whitelisting

control.exe {PATH_ABSOLUTE:.cpl}
Context
user
Native
Execute
Detection
IOC: Control.exe executing files from alternate data streams
IOC: Control.exe executing library file without cpl extension
IOC: Suspicious network connections from control.exe