Detection rules › Sigma

Potential APT Mustang Panda Activity Against Australian Gov

Status
test
Severity
high
Log source
product windows, category process_creation
Author
Nasreddine Bencherchali (Nextron Systems)
Source
github.com/SigmaHQ/sigma

Detects specific command line execution used by Mustang Panda in a targeted attack against the Australian government as reported by Lab52

MITRE ATT&CK coverage

TacticTechniques
ExecutionNo specific technique

Event coverage

Rule body yaml

title: Potential APT Mustang Panda Activity Against Australian Gov
id: 7806bb49-f653-48d3-a915-5115c1a85234
status: test
description: Detects specific command line execution used by Mustang Panda in a targeted attack against the Australian government as reported by Lab52
references:
    - https://lab52.io/blog/new-mustang-pandas-campaing-against-australia/
author: Nasreddine Bencherchali (Nextron Systems)
date: 2023-05-15
tags:
    - attack.execution
    - attack.g0129
    - detection.emerging-threats
logsource:
    category: process_creation
    product: windows
detection:
    selection_1:
        CommandLine|contains|all:
            - 'copy SolidPDFCreator.dll'
            - 'C:\Users\Public\Libraries\PhotoTvRHD\SolidPDFCreator.dll'
    selection_2:
        CommandLine|contains|all:
            - 'reg '
            - '\Windows\CurrentVersion\Run'
            - 'SolidPDF'
            - 'C:\Users\Public\Libraries\PhotoTvRHD\'
    condition: 1 of selection_*
falsepositives:
    - Unlikely
level: high

Stages and Predicates

Stage 0: condition

1 of selection_*

Stage 1: selection_1

selection_1:
    CommandLine|contains|all:
        - 'copy SolidPDFCreator.dll'
        - 'C:\Users\Public\Libraries\PhotoTvRHD\SolidPDFCreator.dll'

Stage 2: selection_2

selection_2:
    CommandLine|contains|all:
        - 'reg '
        - '\Windows\CurrentVersion\Run'
        - 'SolidPDF'
        - 'C:\Users\Public\Libraries\PhotoTvRHD\'

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
CommandLinematch
  • C:\Users\Public\Libraries\PhotoTvRHD\
  • C:\Users\Public\Libraries\PhotoTvRHD\SolidPDFCreator.dll
  • SolidPDF
  • \Windows\CurrentVersion\Run
  • copy SolidPDFCreator.dll
  • reg corpus 5 (sigma 5)