← Back to SOC feed Coverage →

ASPackv100bAlexeySolodovnikov

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

Hunt Hypothesis

This detection identifies the execution of files packed with ASPack v100, a technique often employed by adversaries to obscure malicious payloads and evade signature-based analysis within Azure Sentinel environments. Proactively hunting for this behavior is essential because low-severity alerts may indicate early-stage reconnaissance or fileless attacks that require deeper behavioral investigation before they escalate into significant incidents.

YARA Rule

rule ASPackv100bAlexeySolodovnikov
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 60 E8 [4] 5D 81 ED 92 1A 44 ?? B8 8C 1A 44 ?? 03 C5 2B 85 CD 1D 44 ?? 89 85 D9 1D 44 ?? 80 BD C4 1D 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 ASPackv100bAlexeySolodovnikov YARA rule, which typically detects ASPack-packed executables often associated with malware:

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