← Back to SOC feed Coverage →

MaskPEV20yzkzero

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

Hunt Hypothesis

This rule detects the presence of a specific, low-severity YARA signature (MaskPEV20yzkzero) that may indicate a known malware variant or suspicious binary artifact within the environment. Proactively hunting for this signature allows the SOC team to identify potentially dormant or overlooked threats in Azure Sentinel, ensuring that even low-fidelity indicators are investigated to prevent lateral movement or data exfiltration.

YARA Rule

rule MaskPEV20yzkzero
{
      meta:
		author="malware-lu"
strings:
		$a0 = { B8 18 00 00 00 64 8B 18 83 C3 30 C3 40 3E 0F B6 00 C1 E0 ?? 83 C0 ?? 36 01 04 24 C3 }

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