← Back to SOC feed Coverage →

ASPackv101bAlexeySolodovnikov

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

Hunt Hypothesis

This detection identifies the execution of files packed with the ASPack v10.1b compressor, a technique often employed by adversaries to obfuscate malicious payloads and evade static analysis. Proactively hunting for this behavior in Azure Sentinel is essential because low-severity packing events can serve as an early indicator of stealthy threats that may bypass signature-based defenses until they exhibit more aggressive runtime activity.

YARA Rule

rule ASPackv101bAlexeySolodovnikov
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 60 E8 [4] 5D 81 ED D2 2A 44 ?? B8 CC 2A 44 ?? 03 C5 2B 85 A5 2E 44 ?? 89 85 B1 2E 44 ?? 80 BD 9C 2E 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 5 specific false positive scenarios for the ASPackv101bAlexeySolodovnikov YARA rule, including targeted filters and exclusions:

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