← Back to SOC feed Coverage →

FSGv110EngdulekxtMicrosoftVisualC60ASM

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

Hunt Hypothesis

This detection identifies potential adversary activity involving the execution of Microsoft Visual C++ 6.0 assemblies that may indicate legacy software exploitation or supply chain compromise within the environment. A proactive hunt is essential to validate these low-severity signals and uncover hidden threats that could leverage outdated runtime components for initial access or lateral movement in Azure Sentinel.

YARA Rule

rule FSGv110EngdulekxtMicrosoftVisualC60ASM
{
      meta:
		author="malware-lu"
strings:
		$a0 = { F7 D0 EB 02 CD 20 BE BB 74 1C FB EB 02 CD 20 BF 3B [2] FB C1 C1 03 33 F7 EB 02 CD 20 68 }

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 4 specific false positive scenarios for the FSGv110EngdulekxtMicrosoftVisualC60ASM detection rule, which targets Microsoft Visual C++ 6.0 Assembly Module files often found in legacy application environments:

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