Catalog LOLBAS

LOL · Binary

Makecab.exe

4 techniques WindowsLOLBAS GPL-3.0

ADS

Defense EvasionFile Write Windows

Compresses the target file into a CAB file stored in the Alternate Data Stream (ADS) of the target file.

Use Hide data compressed into an alternate data stream

makecab {PATH_ABSOLUTE:.exe} {PATH_ABSOLUTE}:autoruns.cab
Context
user
Native
ADS

ADS

Defense EvasionFile Write Windows

Compresses the target file into a CAB file stored in the Alternate Data Stream (ADS) of the target file.

Use Hide data compressed into an alternate data stream

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

Download

File Download Windows

Download and compresses the target file and stores it in the target file.

Use Download file and compress into a cab file

makecab {PATH_SMB:.exe} {PATH_ABSOLUTE:.cab}
Context
user
Native
Download
MITRE
T1105

Execute

Execution Windows

Execute makecab commands as defined in the specified Diamond Definition File (.ddf); see resources for the format specification.

Use Bypass command-line based detections

makecab /F {PATH:.ddf}
Context
user
Native
Execute
MITRE
T1036