← Back to SOC feed Coverage →

SimplePack121build0909Method2bagie

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-09-18T11:00:00Z · Confidence: medium

Hunt Hypothesis

This rule targets specific packed executables associated with the SimplePack121 build, indicating potential use of obfuscation techniques to hide malicious code from static analysis. Proactively hunting for these signatures in Azure Sentinel allows the SOC team to identify low-severity, stealthy payloads that may be used for initial access or lateral movement before they escalate in severity.

YARA Rule

rule SimplePack121build0909Method2bagie
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 4D 5A 90 EB 01 00 52 E9 8A 01 00 00 50 45 00 00 4C 01 02 00 00 00 00 00 00 00 00 00 00 00 00 00 E0 00 0F 03 0B 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0C 00 00 00 00 [3] 00 10 00 00 00 02 00 00 01 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 }

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

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