← Back to SOC feed Coverage →

MetrowerksCodeWarriorv20Console

yara LOW Yara-Rules
community
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at Yara-Rules →
Retrieved: 2026-08-15T23:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies the execution of legacy Metrowerks CodeWarrior v20 console tools, which may indicate an adversary leveraging outdated development environments to establish a foothold or execute custom payloads within the infrastructure. SOC teams should proactively hunt for this activity in Azure Sentinel to assess whether these legacy processes are authorized and to detect potential anomalies where such tools are used as a cover for lateral movement or data exfiltration.

YARA Rule

rule MetrowerksCodeWarriorv20Console
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 55 89 E5 55 B8 FF FF FF FF 50 50 68 [4] 64 FF 35 00 00 00 00 64 89 25 00 00 00 00 68 [4] E8 [12] E8 [2] 00 00 E8 [2] 00 00 E8 }

condition:
		$a0
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 1 string patterns in its detection logic.

False Positive Guidance

Here are 3-5 specific false positive scenarios for the MetrowerksCodeWarriorv20Console detection rule, including suggested filters and exclusions:

Original source: https://github.com/Yara-Rules/rules/blob/main/packers/packer.yar