← Back to SOC feed Coverage →

ASPackv211cAlexeySolodovnikov

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

Hunt Hypothesis

This hunt hypothesis targets the execution of files packed with the ASPack v2.11 compressor, a technique frequently employed by adversaries to obfuscate malicious payloads and evade static analysis. Proactively hunting for this signature in Azure Sentinel is essential because low-severity detections often serve as early indicators of advanced threats that may bypass traditional antivirus solutions due to their compressed structure.

YARA Rule

rule ASPackv211cAlexeySolodovnikov
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 60 E8 02 00 00 00 EB 09 5D 55 81 ED 39 39 44 00 C3 E9 59 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 3-5 specific false positive scenarios for the ASPackv211cAlexeySolodovnikov YARA rule, which typically detects ASPack-packed executables often associated with software obfuscation or compression. In an enterprise environment, legitimate applications frequently use this packing technique to reduce file size and protect intellectual property.

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