Detection rules › Sigma

HackTool - F-Secure C3 Load by Rundll32

Status
test
Severity
critical
Log source
product windows, category process_creation
Author
Alfie Champion (ajpc500)
Source
github.com/SigmaHQ/sigma

F-Secure C3 produces DLLs with a default exported StartNodeRelay function.

MITRE ATT&CK coverage

Event coverage

Rule body yaml

title: HackTool - F-Secure C3 Load by Rundll32
id: b18c9d4c-fac9-4708-bd06-dd5bfacf200f
status: test
description: F-Secure C3 produces DLLs with a default exported StartNodeRelay function.
references:
    - https://github.com/FSecureLABS/C3/blob/11a081fd3be2aaf2a879f6b6e9a96ecdd24966ef/Src/NodeRelayDll/NodeRelayDll.cpp#L12
author: Alfie Champion (ajpc500)
date: 2021-06-02
modified: 2023-03-05
tags:
    - attack.stealth
    - attack.t1218.011
logsource:
    category: process_creation
    product: windows
detection:
    selection:
        CommandLine|contains|all:
            - 'rundll32.exe'
            - '.dll'
            - 'StartNodeRelay'
    condition: selection
falsepositives:
    - Unknown
level: critical

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
    CommandLine|contains|all:
        - 'rundll32.exe'
        - '.dll'
        - 'StartNodeRelay'

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
  • .dll corpus 16 (sigma 16)
  • StartNodeRelay
  • rundll32.exe corpus 8 (sigma 8)