← Back to SOC feed Coverage →

ASPackv1061bAlexeySolodovnikov

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

Hunt Hypothesis

This detection identifies the presence of the ASPack v1061b packer signature, which adversaries often employ to obfuscate malicious payloads and evade static analysis by compressing executable structures. A SOC team should proactively hunt for this indicator in Azure Sentinel because its low severity suggests it may represent a stealthy initial foothold or a benign false positive that requires manual triage to distinguish from sophisticated evasion tactics.

YARA Rule

rule ASPackv1061bAlexeySolodovnikov
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 60 E8 [4] 5D 81 ED EA A8 43 ?? B8 E4 A8 43 ?? 03 C5 2B 85 78 AD 43 ?? 89 85 84 AD 43 ?? 80 BD 6E AD 43 }

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 ASPackv1061bAlexeySolodovnikov detection rule, along with targeted filters and exclusions:

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