← Back to SOC feed Coverage →

Microsoft C 19901992

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

Hunt Hypothesis

This YARA rule targets specific memory patterns associated with legacy Microsoft C runtime components, potentially indicating the presence of older or embedded code that adversaries might leverage for obfuscation or persistence. Proactively hunting for these signatures in Azure Sentinel helps identify systems running outdated or unusual binary structures that could serve as a foothold for lateral movement or privilege escalation.

YARA Rule

rule Microsoft_C_19901992: PEiD
{
    strings:
        $a = { B4 30 CD 21 3C 02 73 ?? 33 C0 06 50 CB BF ?? ?? 8B 36 ?? ?? 2B F7 81 FE ?? ?? 72 ?? BE ?? ?? FA 8E D7 }
    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