← Back to SOC feed Coverage →

FSGv110EngdulekxtBorlandDelphi20

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

Hunt Hypothesis

This rule identifies executable files compiled with Borland Delphi, a legacy development framework frequently leveraged by threat actors to create custom malware or obfuscated payloads that may evade standard signature-based detection. Proactively hunting for these binaries in Azure Sentinel allows the SOC team to surface low-severity artifacts that could indicate early-stage reconnaissance or the deployment of niche tooling before they escalate into more complex attack chains.

YARA Rule

rule FSGv110EngdulekxtBorlandDelphi20
{
      meta:
		author="malware-lu"
strings:
		$a0 = { EB 01 56 E8 02 00 00 00 B2 D9 59 68 80 ?? 41 00 E8 02 00 00 00 65 32 59 5E EB 02 CD 20 BB }

condition:
		$a0 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/packer.yar