← Back to SOC feed Coverage →

FSGv110EngdulekxtMASM32TASM32MicrosoftVisualBasic

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

Hunt Hypothesis

This detection identifies potential Visual Basic script execution within 32-bit Microsoft environments that matches a specific YARA signature for known benign or suspicious patterns. Proactive hunting is essential to validate these executions against baseline behavior and rule out false positives before they evolve into more significant threats in the Azure Sentinel environment.

YARA Rule

rule FSGv110EngdulekxtMASM32TASM32MicrosoftVisualBasic
{
      meta:
		author="malware-lu"
strings:
		$a0 = { F7 D8 0F BE C2 BE 80 [2] 00 0F BE C9 BF 08 3B 65 07 EB 02 D8 29 BB EC C5 9A F8 EB 01 94 }

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 FSGv110EngdulekxtMASM32TASM32MicrosoftVisualBasic detection rule, focusing on legitimate enterprise activities that match the Microsoft Visual Basic signature:

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