← Back to SOC feed Coverage →

VProtectorV11Avcasm

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

Hunt Hypothesis

This detection identifies the presence of the VProtector antivirus component (version 11) on endpoints, signaling potential security software installation or updates that could impact system performance and visibility. A proactive hunt is recommended to verify the legitimacy of this process across the Azure Sentinel environment, ensuring it aligns with known baseline configurations and does not interfere with other critical security operations.

YARA Rule

rule VProtectorV11Avcasm
{
      meta:
		author="malware-lu"
strings:
		$a0 = { EB 0B 5B 56 50 72 6F 74 65 63 74 5D 00 E8 24 00 00 00 8B 44 24 04 8B 00 3D 04 00 00 80 75 08 8B 64 24 08 EB 04 58 EB 0C E9 64 8F 05 00 00 00 00 }

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 VProtectorV11Avcasm detection rule, including suggested filters and exclusions:

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