Catalog LOLBAS

LOL · Binary

Diantz.exe

3 techniques WindowsLOLBAS GPL-3.0

ADS

Defense EvasionFile Write Windows

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

Use Hide data compressed into an Alternate Data Stream.

diantz.exe {PATH_ABSOLUTE:.exe} {PATH_ABSOLUTE}:targetFile.cab
Context
user
Native
ADS

Download

File Download Windows

Download and compress a remote file and store it in a CAB file on local machine.

Use Download and compress into a cab file.

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

Execute

Execution Windows

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

Use Bypass command-line based detections

diantz /f {PATH:.ddf}
Context
user
Native
Execute
MITRE
T1036