← Back to SOC feed Coverage →

VMProtect106107PolyTech

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

Hunt Hypothesis

This YARA rule targets specific VMProtect-packed binaries, indicating the presence of obfuscated executables that adversaries often use to hide malicious logic and evade static analysis. Proactively hunting for these signatures in Azure Sentinel allows the SOC to identify potentially compromised workstations or servers where attackers have deployed packed payloads to establish persistence or execute stealthy operations.

YARA Rule

rule VMProtect106107PolyTech
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 9C 60 68 00 00 00 00 8B 74 24 28 BF [4] FC 89 F3 03 34 24 AC 00 D8 }

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

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