← Back to SOC feed Coverage →

ASProtectV2XDLLAlexeySolodovnikov

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-27T11:00:00Z · Confidence: medium

Hunt Hypothesis

This hunt detects the presence of ASProtect v2.x DLL files associated with Alexey Solodovnikov, which are frequently utilized by malware authors to obfuscate and protect malicious payloads within Windows environments. Proactively hunting for these artifacts in Azure Sentinel is essential because their low-severity classification often allows them to evade standard alerting thresholds while serving as a critical indicator of advanced persistent threats leveraging code integrity mechanisms.

YARA Rule

rule ASProtectV2XDLLAlexeySolodovnikov
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 60 E8 03 00 00 00 E9 [2] 5D 45 55 C3 E8 01 00 00 00 EB 5D BB [4] 03 DD }

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

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