← Back to SOC feed Coverage →

ASPackv105bAlexeySolodovnikov

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

Hunt Hypothesis

This detection identifies the execution of ASPack v105b packer binaries, which adversaries frequently employ to obfuscate malicious payloads and evade static analysis by compressing or encrypting executable code. A proactive hunt is essential in Azure Sentinel because these packed executables often conceal hidden behaviors that standard signature-based defenses might miss until after an initial compromise occurs.

YARA Rule

rule ASPackv105bAlexeySolodovnikov
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 60 E8 [4] 5D 81 ED CE 3A 44 ?? B8 C8 3A 44 ?? 03 C5 2B 85 B5 3E 44 ?? 89 85 C1 3E 44 ?? 80 BD AC 3E 44 }

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

Here are 4 specific false positive scenarios for the ASPackv105bAlexeySolodovnikov detection rule, focusing on legitimate enterprise activities that utilize ASPack compression:

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