← Back to SOC feed Coverage →

FSGv120EngdulekxtBorlandC

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

Hunt Hypothesis

This YARA rule targets executable files compiled with the Borland C compiler, a legacy toolchain frequently utilized by threat actors to create custom malware or obfuscated payloads that may evade modern signature-based detections. Proactively hunting for these artifacts in Azure Sentinel allows the SOC team to identify dormant or low-severity threats that leverage older development environments to blend in with legitimate software, reducing the risk of undetected lateral movement or persistence.

YARA Rule

rule FSGv120EngdulekxtBorlandC
{
      meta:
		author="malware-lu"
strings:
		$a0 = { C1 F0 07 EB 02 CD 20 BE 80 [2] 00 1B C6 8D 1D F4 00 00 00 0F B6 06 EB 02 CD 20 8A 16 0F B6 C3 E8 01 00 00 00 DC 59 80 EA 37 EB 02 CD 20 2A D3 EB 02 CD 20 80 EA 73 1B CF 32 D3 C1 C8 0E 80 EA 23 0F B6 C9 02 D3 EB 01 B5 02 D3 EB 02 DB 5B 81 C2 F6 56 7B F6 }

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