← Back to SOC feed Coverage →

Shrinkerv34

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-05T23:00:00Z · Confidence: medium

Hunt Hypothesis

This rule targets the execution of Shrinkerv34, a known malware variant, indicating potential post-exploitation activity or persistence mechanisms within the environment. Proactively hunting for this signature allows the SOC team to identify compromised hosts early, even in the absence of correlated alerts, thereby reducing the dwell time of low-severity threats that may serve as precursors to more impactful attacks.

YARA Rule

rule Shrinkerv34
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 83 3D B4 [4] 55 8B EC 56 57 75 6B 68 00 01 00 00 E8 ?? 0B 00 00 83 C4 04 8B 75 08 A3 B4 [3] 85 F6 74 23 83 7D 0C 03 77 1D 68 FF }
	$a1 = { BB [2] BA [2] 81 C3 07 00 B8 40 B4 B1 04 D3 E8 03 C3 8C D9 49 8E C1 26 03 0E 03 00 2B }

condition:
		$a0 at pe.entry_point or $a1 at pe.entry_point
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 2 string patterns in its detection logic.

False Positive Guidance

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