← Back to SOC feed Coverage →

ASPackv211bAlexeySolodovnikov

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

Hunt Hypothesis

This detection identifies the execution of a specific ASPack v2.11b packer variant associated with Alexey Solodovnikov, which is frequently utilized by adversaries to obfuscate malicious payloads and evade static analysis. Proactively hunting for this signature in Azure Sentinel allows the SOC team to uncover stealthy threats that may bypass traditional antivirus solutions due to their packed nature, ensuring early visibility into potential supply chain or file-based attacks.

YARA Rule

rule ASPackv211bAlexeySolodovnikov
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 60 E8 02 00 00 00 EB 09 5D 55 81 ED 39 39 44 00 C3 E9 3D 04 00 00 }

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 ASPackv211bAlexeySolodovnikov detection rule, which targets ASPack-packed executables often used by malware to obscure code:

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