← Back to SOC feed Coverage →

ProtectionPlusvxx

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

Hunt Hypothesis

This rule detects the presence of ProtectionPlus, a potentially unwanted program (PUP) often associated with adware or system optimization tools that may introduce unwanted background processes or data collection. Proactively hunting for this signature helps the SOC identify low-severity endpoints that could serve as initial footholds for more complex attacks or contribute to performance degradation and increased attack surface within the Azure environment.

YARA Rule

rule ProtectionPlusvxx
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 50 60 29 C0 64 FF 30 E8 [4] 5D 83 ED 3C 89 E8 89 A5 14 [3] 2B 85 1C [3] 89 85 1C [3] 8D 85 27 03 [2] 50 8B ?? 85 C0 0F 85 C0 [3] 8D BD 5B 03 [2] 8D B5 43 03 [2] E8 DD [3] 89 85 1F 03 [2] 6A 40 68 ?? 10 [2] 8B 85 }

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

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