← Back to SOC feed Coverage →

Vx VirusConstructorbased additional

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

Hunt Hypothesis

This rule identifies potential malicious payloads generated by the VirusConstructor tool, which adversaries use to create custom executables that may evade traditional signature-based detection. Proactively hunting for these artifacts in Azure Sentinel helps the SOC team uncover stealthy initial access or post-compromise activities that leverage obfuscated or packed binaries to establish a foothold within the environment.

YARA Rule

rule Vx_VirusConstructorbased_additional: PEiD
{
    strings:
        $a = { E8 ?? ?? 5D 81 ?? ?? ?? 06 1E E8 ?? ?? E8 ?? ?? ?? ?? 2E ?? ?? ?? ?? ?? ?? B4 4A BB FF FF CD 21 83 ?? ?? B4 4A 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