← Back to SOC feed Coverage →

ASProtectv12AlexeySolodovnikovh1

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 potential execution of protected or obfuscated binaries associated with the ASProtect v12 signature, which adversaries often employ to evade static analysis and hide malicious payloads within legitimate processes. Proactively hunting for these indicators in Azure Sentinel is essential to uncover stealthy threats that may bypass standard heuristic scans by leveraging advanced packing techniques to mask their true behavior during initial runtime.

YARA Rule

rule ASProtectv12AlexeySolodovnikovh1
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 90 60 E8 1B 00 00 00 E9 FC 8D B5 0F 06 00 00 8B FE B9 97 00 00 00 AD 35 78 56 34 12 AB 49 75 F6 EB 04 5D 45 55 C3 E9 [3] 00 }

condition:
		$a0
}

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 ASProtect v12 detection rule, tailored for an enterprise environment:

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