Potential APT Mustang Panda Activity Against Australian Gov


Description

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

Query · sigma

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_*

Known false positives

  • Unlikely
Raw source Potential APT Mustang Panda Activity Against Australian Gov · Sigma
Esc
Published by SigmaHQ/sigma ↗, licensed under Detection Rule License 1.1 ↗. Reproduced here unmodified.
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

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.