← Back to SOC feed Coverage →

FSG v110 Eng dulekxt Borland Cpp 1999 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-23T11:00:00Z · Confidence: medium

Hunt Hypothesis

This YARA rule identifies legacy Borland C++ 1999 binaries associated with the FSG v110 family, often used in low-severity fileless or memory-resident malware scenarios that evade standard signature-based detection. Proactively hunting for these specific compiler artifacts helps the SOC team uncover dormant or stealthy threats that may be leveraging outdated development tools to blend in with legitimate legacy applications within the Azure Sentinel environment.

YARA Rule

rule FSG_v110_Eng_dulekxt_Borland_Cpp_1999_additional: PEiD
{
    strings:
        $a = { EB 02 CD 20 2B C8 68 80 ?? ?? 00 EB 02 1E BB 5E EB 02 CD 20 68 B1 2B 6E 37 40 5B 0F B6 C9 }
    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