← Back to SOC feed Coverage →

FSGv110EngdulekxtMicrosoftVisualBasic5060

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

Hunt Hypothesis

This detection identifies potential adversary activity involving obfuscated or suspicious Microsoft Visual Basic scripts that match specific YARA signatures for known malicious patterns. Proactive hunting in Azure Sentinel is essential to uncover stealthy script-based attacks that may evade standard signature-based defenses and require deeper behavioral analysis.

YARA Rule

rule FSGv110EngdulekxtMicrosoftVisualBasic5060
{
      meta:
		author="malware-lu"
strings:
		$a0 = { C1 CB 10 EB 01 0F B9 03 74 F6 EE 0F B6 D3 8D 05 83 [2] EF 80 F3 F6 2B C1 EB 01 DE 68 77 }

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 3-5 specific false positive scenarios for the FSGv110EngdulekxtMicrosoftVisualBasic5060 detection rule, which targets Microsoft Visual Basic (VB) artifacts often associated with legacy scripting or macro execution:

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