← Back to SOC feed Coverage →

yzpackV11UsAr

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

Hunt Hypothesis

This rule detects the execution of the specific binary or script artifact ‘yzpackV11UsAr’, which may indicate an adversary deploying a custom tool or payload for initial access or lateral movement. Proactively hunting for this indicator in Azure Sentinel allows the SOC team to identify low-severity anomalies that could serve as early precursors to more complex attack chains before they escalate in severity.

YARA Rule

rule yzpackV11UsAr
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 60 33 C0 8D 48 07 50 E2 FD 8B EC 64 8B 40 30 78 0C 8B 40 0C 8B 70 1C AD 8B 40 08 EB 09 8B 40 34 8D 40 7C 8B 40 3C 89 45 04 E8 F3 07 00 00 60 8B 5D 04 8B 73 3C 8B 74 33 78 03 F3 56 8B 76 20 03 F3 33 C9 49 92 41 AD 03 C3 52 33 FF 0F B6 10 38 F2 }

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