← Back to SOC feed Coverage →

ASPackv103bAlexeySolodovnikov

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

Hunt Hypothesis

This rule detects the presence of ASPack v103b, a specific version of a popular executable packer frequently used by threat actors to compress and protect malicious payloads while evading static analysis. Proactively hunting for this signature allows the SOC to identify potentially obfuscated binaries within the environment, reducing the risk of undetected malware execution or persistence mechanisms that leverage packing techniques to hide their true nature.

YARA Rule

rule ASPackv103bAlexeySolodovnikov
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 60 E8 [4] 5D 81 ED AE 98 43 ?? B8 A8 98 43 ?? 03 C5 2B 85 18 9D 43 ?? 89 85 24 9D 43 ?? 80 BD 0E 9D 43 }

condition:
		$a0 at pe.entry_point
}

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