← Back to SOC feed Coverage →

Vx Eddie2000

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

Hunt Hypothesis

This hypothesis targets the presence of the Vx_Eddie2000 malware variant, which may indicate an adversary has established a foothold or is executing specific malicious payloads within the environment. Proactively hunting for this signature in Azure Sentinel allows the SOC team to identify low-severity threats early, preventing potential lateral movement or data exfiltration before they escalate into a larger incident.

YARA Rule

rule Vx_Eddie2000: PEiD
{
    strings:
        $a = { E8 ?? ?? 5E 81 EE ?? ?? FC 2E ?? ?? ?? ?? 2E ?? ?? ?? ?? 4D 5A ?? ?? FA 8B E6 81 C4 ?? ?? FB 3B ?? ?? ?? ?? ?? 50 06 56 1E 8B FE 33 C0 50 8E D8 C5 ?? ?? ?? B4 30 CD 21 }
    condition:
        $a 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/peid.yar