← Back to SOC feed Coverage →

VxEddie1028

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

Hunt Hypothesis

This YARA rule targets specific memory patterns associated with the VxEddie1028 malware family, indicating potential in-memory execution or obfuscated code injection. Proactively hunting for this signature allows the SOC to identify low-severity, stealthy threats that may evade traditional network-based detections by scanning for known malicious code structures within host telemetry.

YARA Rule

rule VxEddie1028
{
      meta:
		author="malware-lu"
strings:
		$a0 = { E8 [2] 5E FC 83 [2] 81 [3] 4D 5A [2] FA 8B E6 81 C4 [2] FB 3B [5] 50 06 56 1E B8 FE 4B CD 21 81 FF BB 55 [2] 07 [3] 07 B4 49 CD 21 BB FF FF B4 48 CD 21 }

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