Detection rules › Sigma

Potential Peach Sandstorm APT C2 Communication Activity

Status
test
Severity
medium
Log source
category proxy
Author
X__Junior (Nextron Systems)
Source
github.com/SigmaHQ/sigma

Detects potential C2 communication activity related to Peach Sandstorm APT

MITRE ATT&CK coverage

TacticTechniques
Command & ControlNo specific technique

Rule body yaml

title: Potential Peach Sandstorm APT C2 Communication Activity
id: b8225208-81d0-4715-a822-12bcdd583e0f
status: test
description: Detects potential C2 communication activity related to Peach Sandstorm APT
references:
    - https://twitter.com/MsftSecIntel/status/1737895710169628824
    - https://www.virustotal.com/gui/file/364275326bbfc4a3b89233dabdaf3230a3d149ab774678342a40644ad9f8d614/details
author: X__Junior (Nextron Systems)
date: 2024-01-15
tags:
    - attack.command-and-control
    - detection.emerging-threats
logsource:
    category: proxy
detection:
    selection:
        cs-method: 'GET'
        c-uri|endswith:
            - '/api/Core/Command/Init'
            - '/api/Core/Command/Restart'
    condition: selection
falsepositives:
    - Unknown
level: medium

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
    cs-method: 'GET'
    c-uri|endswith:
        - '/api/Core/Command/Init'
        - '/api/Core/Command/Restart'

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
c-uriends_with
  • /api/Core/Command/Init
  • /api/Core/Command/Restart
cs-methodeq
  • GET