Detectionmediumtest

Suspicious Diantz Download and Compress Into a CAB File

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

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
François HubautCreated Fri Nov 26Updated Sat Aug 13185d7418-f250-42d0-b72e-0c8b70661e93windows
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation

Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.

Detection Logic
Detection Logic1 selector
detection:
    selection:
        CommandLine|contains|all:
            - diantz.exe
            - ' \\\\'
            - '.cab'
    condition: selection
False Positives
Unknown

False positive likelihood has not been assessed. Additional context may be needed during triage.

Rule Metadata
Rule ID
185d7418-f250-42d0-b72e-0c8b70661e93
Status
test
Level
medium
Type
Detection
Created
Fri Nov 26
Modified
Sat Aug 13
Path
rules/windows/process_creation/proc_creation_win_lolbin_diantz_remote_cab.yml
Raw Tags
attack.command-and-controlattack.t1105
View on GitHub