Windows Diantz.exe Command-Line ADS CAB Creation

Flags Diantz commands that create or reference a .cab using an Alternate Data Stream (ADS) pattern on Windows.

FreeReviewedSigma · Medium · v2
Product
windows
Category
process_creation
Author
frack113 (SigmaHQ), DRL 1.1
Published
2021-11-26
Updated
2026-07-31
title: Windows Diantz.exe Command-Line ADS CAB Creation
id: 6241d7db-da5d-4826-b2ed-f4d0703e3a64
status: test
description: Identifies execution of Diantz.exe with command-line arguments indicating creation of a .cab file stored in an Alternate Data Stream (ADS) of a target file. This behavior can be used to conceal payloads or artifacts within file metadata, reducing visibility during casual inspection. The detection relies on process creation telemetry and matches the presence of Diantz.exe/.cab along with an ADS path indicator in the command line.
references:
  - https://lolbas-project.github.io/lolbas/Binaries/Diantz/
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_lolbin_diantz_ads.yml
author: frack113, Huntrule Team
date: 2021-11-26
modified: 2022-12-31
tags:
  - attack.stealth
  - attack.t1564.004
logsource:
  category: process_creation
  product: windows
detection:
  selection:
    CommandLine|contains|all:
      - diantz.exe
      - .cab
    CommandLine|re: :[^\\]
  condition: selection
falsepositives:
  - Very Possible
level: medium
license: DRL-1.1
related:
  - id: 6b369ced-4b1d-48f1-b427-fdc0de0790bd
    type: derived