← Back to SOC feed Coverage →

ASPackv102aAlexeySolodovnikov

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

Hunt Hypothesis

This detection identifies the execution of ASPack v102a packer signatures, which adversaries frequently employ to obfuscate malicious payloads and evade static analysis by standard security tools. Proactively hunting for this behavior in Azure Sentinel is essential to uncover hidden threats that may bypass initial signature-based defenses, allowing analysts to investigate potentially packed executables before they establish persistence or exfiltrate data.

YARA Rule

rule ASPackv102aAlexeySolodovnikov
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 60 E8 [4] 5D 81 ED 3E D9 43 ?? B8 38 [3] 03 C5 2B 85 0B DE 43 ?? 89 85 17 DE 43 ?? 80 BD 01 DE 43 [2] 75 15 FE 85 01 DE 43 ?? E8 1D [3] E8 79 02 [2] E8 12 03 [2] 8B 85 03 DE 43 ?? 03 85 17 DE 43 ?? 89 44 24 1C 61 FF }

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

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