UNC2452 Process Creation Patterns


Description

Detects a specific process creation patterns as seen used by UNC2452 and provided by Microsoft as Microsoft Defender ATP queries

Query · sigma

selection_generic_1:
  CommandLine|contains:
  - 7z.exe a -v500m -mx9 -r0 -p
  - 7z.exe a -mx9 -r0 -p
  CommandLine|contains|all:
  - .zip
  - .txt
selection_generic_2:
  CommandLine|contains:
  - 7z.exe a -v500m -mx9 -r0 -p
  - 7z.exe a -mx9 -r0 -p
  CommandLine|contains|all:
  - .zip
  - .log
selection_generic_3:
  ParentCommandLine|contains|all:
  - wscript.exe
  - .vbs
  CommandLine|contains|all:
  - rundll32.exe
  - C:\Windows
  - .dll,Tk_
selection_generic_4:
  ParentImage|endswith: \rundll32.exe
  ParentCommandLine|contains|all:
  - C:\Windows
  - .dll
  CommandLine|contains: 'cmd.exe /C '
selection_generic_5:
  ParentImage|endswith: \rundll32.exe
  Image|endswith: \dllhost.exe
  CommandLine: ''
condition: 1 of selection_generic_*

Known false positives

  • Unknown
Raw source UNC2452 Process Creation Patterns · Sigma
Esc
Published by SigmaHQ/sigma ↗, licensed under Detection Rule License 1.1 ↗. Reproduced here unmodified.
title: UNC2452 Process Creation Patterns
id: 9be34ad0-b6a7-4fbd-91cf-fc7ec1047f5f
status: test
description: Detects a specific process creation patterns as seen used by UNC2452 and provided by Microsoft as Microsoft Defender ATP queries
references:
    - https://www.microsoft.com/security/blog/2021/01/20/deep-dive-into-the-solorigate-second-stage-activation-from-sunburst-to-teardrop-and-raindrop/
author: Florian Roth (Nextron Systems)
date: 2021-01-22
modified: 2024-09-12
tags:
    - attack.execution
    - attack.t1059.001
    - detection.emerging-threats
    # - sunburst
    # - unc2452
logsource:
    category: process_creation
    product: windows
detection:
    # To avoid writing complex condition. "selection_generic_1" and "selection_generic_2" are the same except for the extension used.
    selection_generic_1:
        CommandLine|contains:
            - '7z.exe a -v500m -mx9 -r0 -p'
            - '7z.exe a -mx9 -r0 -p'
        CommandLine|contains|all:
            - '.zip'
            - '.txt'
    selection_generic_2:
        CommandLine|contains:
            - '7z.exe a -v500m -mx9 -r0 -p'
            - '7z.exe a -mx9 -r0 -p'
        CommandLine|contains|all:
            - '.zip'
            - '.log'
    selection_generic_3:
        ParentCommandLine|contains|all:
            - 'wscript.exe'
            - '.vbs'
        CommandLine|contains|all:
            - 'rundll32.exe'
            - 'C:\Windows'
            - '.dll,Tk_'
    selection_generic_4:
        ParentImage|endswith: '\rundll32.exe'
        ParentCommandLine|contains|all:
            - 'C:\Windows'
            - '.dll'
        CommandLine|contains: 'cmd.exe /C '
    selection_generic_5:
        ParentImage|endswith: '\rundll32.exe'
        Image|endswith: '\dllhost.exe'
        CommandLine: ''
    condition: 1 of selection_generic_*
falsepositives:
    - Unknown
level: high

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.