Detection rules › Sigma

Pingback Backdoor Activity

Status
test
Severity
high
Log source
product windows, category process_creation
Author
Bhabesh Raj
Source
github.com/SigmaHQ/sigma

Detects the use of Pingback backdoor that creates ICMP tunnel for C2 as described in the trustwave report

MITRE ATT&CK coverage

Event coverage

Rule body yaml

title: Pingback Backdoor Activity
id: b2400ffb-7680-47c0-b08a-098a7de7e7a9
related:
    - id: 35a7dc42-bc6f-46e0-9f83-81f8e56c8d4b # DLL Load
      type: similar
    - id: 2bd63d53-84d4-4210-80ff-bf0658f1bf78 # File Indicators
      type: similar
status: test
description: Detects the use of Pingback backdoor that creates ICMP tunnel for C2 as described in the trustwave report
references:
    - https://www.trustwave.com/en-us/resources/blogs/spiderlabs-blog/backdoor-at-the-end-of-the-icmp-tunnel
    - https://app.any.run/tasks/4a54c651-b70b-4b72-84d7-f34d301d6406
author: Bhabesh Raj
date: 2021-05-05
modified: 2023-02-17
tags:
    - attack.privilege-escalation
    - attack.persistence
    - attack.execution
    - attack.stealth
    - attack.t1574.001
    - detection.emerging-threats
logsource:
    product: windows
    category: process_creation
detection:
    selection:
        ParentImage|endswith: '\updata.exe'
        CommandLine|contains|all:
            - 'config'
            - 'msdtc'
            - 'start'
            - 'auto'
    condition: selection
falsepositives:
    - Unlikely
level: high

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
    ParentImage|endswith: '\updata.exe'
    CommandLine|contains|all:
        - 'config'
        - 'msdtc'
        - 'start'
        - 'auto'

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
  • auto
  • config corpus 16 (sigma 15, splunk 1)
  • msdtc corpus 3 (sigma 3)
  • start corpus 13 (sigma 11, splunk 2)
ParentImageends_with
  • \updata.exe