← Back to SOC feed Coverage →

FSGv110EngdulekxtBorlandDelphiMicrosoftVisualCx

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

Hunt Hypothesis

This detection identifies potential legacy or custom applications utilizing Borland Delphi and Microsoft Visual C++ frameworks that may harbor obfuscated malicious code within their compiled binaries. Proactive hunting for these specific signatures in Azure Sentinel is essential to uncover dormant threats from older development environments that traditional signature-based defenses might overlook due to their low severity classification.

YARA Rule

rule FSGv110EngdulekxtBorlandDelphiMicrosoftVisualCx
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 1B DB E8 02 00 00 00 1A 0D 5B 68 80 [2] 00 E8 01 00 00 00 EA 5A 58 EB 02 CD 20 68 F4 00 }

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

Here are 5 specific false positive scenarios for the detection rule FSGv110EngdulekxtBorlandDelphiMicrosoftVisualCx, which targets legacy Borland Delphi and Microsoft Visual C++ artifacts often found in enterprise environments:

Original source: https://github.com/Yara-Rules/rules/blob/main/packers/packer.yar