← Back to SOC feed Coverage →

FSGv120EngdulekxtMicrosoftVisualC6070

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

Hunt Hypothesis

This detection identifies potential adversary activity involving Microsoft Visual C++ components that may indicate code injection or the execution of legitimate tools for malicious purposes within the environment. A proactive hunt is essential to validate these low-severity signals and distinguish between routine application behavior and early-stage indicators of compromise that could evolve into more significant threats if left unmonitored.

YARA Rule

rule FSGv120EngdulekxtMicrosoftVisualC6070
{
      meta:
		author="malware-lu"
strings:
		$a0 = { EB 02 CD 20 EB 01 91 8D 35 80 [2] 00 33 C2 68 83 93 7E 7D 0C A4 5B 23 C3 68 77 93 7E 7D EB 01 FA 5F E8 02 00 00 00 F7 FB 58 33 DF EB 01 3F E8 02 00 00 00 11 88 58 0F B6 16 EB 02 CD 20 EB 02 86 2F 2A D3 EB 02 CD 20 80 EA 2F EB 01 52 32 D3 80 E9 CD 80 EA }

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 FSGv120EngdulekxtMicrosoftVisualC6070 detection rule, which targets Microsoft Visual C++ runtime behaviors often associated with legitimate enterprise operations:

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