← Back to SOC feed Coverage →

FreePascal 104 Win32 DLL Berczi Gabor Pierre Muller Peter Vreman

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

Hunt Hypothesis

This hypothesis targets the presence of FreePascal-compiled Win32 DLLs, which adversaries may leverage for lightweight, obfuscated payload delivery or process injection due to the language’s ability to generate compact native code. Proactively hunting for these specific binary signatures in Azure Sentinel helps identify low-fidelity implants that might evade standard AV detection, ensuring early discovery of potential staging or lateral movement components within the environment.

YARA Rule

rule FreePascal_104_Win32_DLL_Berczi_Gabor_Pierre_Muller_Peter_Vreman: PEiD
{
    strings:
        $a = { C6 05 ?? ?? ?? ?? 00 55 89 E5 53 56 57 8B 7D 08 89 3D ?? ?? ?? ?? 8B 7D 0C 89 3D ?? ?? ?? ?? 8B 7D 10 89 3D ?? ?? ?? ?? E8 ?? ?? ?? ?? 5F 5E 5B 5D C2 0C 00 }
    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