← Back to SOC feed Coverage →

Free Pascal v1010 win32 console

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

Hunt Hypothesis

This hypothesis targets the presence of Free Pascal v10.10 Win32 console binaries, which adversaries may leverage to execute custom scripts or tools in a low-noise manner on Windows endpoints. Proactively hunting for this specific version helps identify potential staging or execution artifacts that standard generic compiler detections might miss, ensuring visibility into niche tooling used for post-compromise activities.

YARA Rule

rule Free_Pascal_v1010_win32_console: PEiD
{
    strings:
        $a = { C6 05 ?? ?? ?? 00 01 E8 ?? ?? 00 00 C6 05 ?? ?? ?? 00 00 E8 ?? ?? 00 00 50 E8 00 00 00 00 FF 25 ?? ?? ?? 00 55 89 E5 ?? EC }
    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