Windows Process Execution Matching SILENTTRINITY Stager Metadata (st2stager)

Flags Windows process creation events containing "st2stager" in PE metadata, indicating SILENTTRINITY stager activity.

FreeReviewedSigma · High · v2
Product
windows
Category
process_creation
Author
Aleksey Potapov, oscd.community (SigmaHQ), DRL 1.1
Published
2019-10-22
Updated
2026-07-31
title: Windows Process Execution Matching SILENTTRINITY Stager Metadata (st2stager)
id: c81a227b-7655-4018-9e0f-85d57ed3e24e
related:
  - id: 75c505b1-711d-4f68-a357-8c3fe37dbf2d
    type: derived
  - id: 03552375-cc2c-4883-bbe4-7958d5a980be
    type: derived
status: test
description: This rule flags Windows process creation events where the process description contains the string 'st2stager', indicating execution of a SILENTTRINITY stager. Attackers may use such stagers to establish command-and-control by launching follow-on payloads with minimal visibility. The detection relies on process creation telemetry and the availability of a process description field that includes embedded metadata.
references:
  - https://github.com/byt3bl33d3r/SILENTTRINITY
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_hktl_silenttrinity_stager.yml
author: Aleksey Potapov, oscd.community, Huntrule Team
date: 2019-10-22
modified: 2023-02-13
tags:
  - attack.command-and-control
  - attack.t1071
logsource:
  category: process_creation
  product: windows
detection:
  selection:
    Description|contains: st2stager
  condition: selection
falsepositives:
  - Unlikely
level: high
license: DRL-1.1