COLDSTEEL RAT Service Persistence Execution
Detects the creation of an "svchost" process with specific command line flags, that were seen present and used by ColdSteel RAT
Detection logic
selection
Image|endswith: \svchost.exe
CommandLine|endswith:
- " -k msupdate"
- " -k msupdate2"
- " -k alg"Condition
selectionRaw YAML
title: COLDSTEEL RAT Service Persistence Execution
id: 9f9cd389-cea0-4142-bf1a-a3fd424abedd
status: test
description: Detects the creation of an "svchost" process with specific command line flags, that were seen present and used by ColdSteel RAT
references:
- https://www.ncsc.gov.uk/static-assets/documents/malware-analysis-reports/cold-steel/NCSC-MAR-Cold-Steel.pdf
author: X__Junior (Nextron Systems)
date: 2023-04-30
tags:
- attack.persistence
- detection.emerging-threats
- attack.stealth
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith: '\svchost.exe'
CommandLine|endswith:
- ' -k msupdate'
- ' -k msupdate2'
- ' -k alg'
condition: selection
falsepositives:
- Unlikely
level: criticalFalse positives
- Unlikely
References
Similar rules
APT27 - Emissary Panda Activity
criticalwindows · Same logsource category (process_creation)
COLDSTEEL RAT Anonymous User Process Execution
highwindows · Same logsource category (process_creation)
COLDSTEEL RAT Cleanup Command Execution
criticalwindows · Same logsource category (process_creation)
Commvault QLogin with PublicSharingUser and GUID Password (CVE-2025-57788)
mediumwindows · Same logsource category (process_creation)