← Back to SOC feed Coverage →

ASPackv108xAlexeySolodovnikov

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

Hunt Hypothesis

This rule identifies the presence of ASPack v1.08, a legacy executable packer frequently used by threat actors to compress and obfuscate malicious payloads to evade static analysis. Proactively hunting for this specific version in Azure Sentinel allows the SOC to uncover dormant or low-and-slow threats that may have been overlooked by standard AV signatures due to their packed nature.

YARA Rule

rule ASPackv108xAlexeySolodovnikov
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 60 EB 03 5D FF E5 E8 F8 FF FF FF 81 ED 1B 6A 44 00 BB 10 6A 44 00 03 DD 2B 9D 2A }

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