← Back to SOC feed Coverage →

FSGv110EngbartxtWinRARSFX

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

Hunt Hypothesis

This detection identifies potential malicious activity involving specific Windows RAR/SFX executable patterns that may indicate the presence of embedded archives or self-extracting installers often used in supply chain attacks. Proactive hunting for this behavior is essential to uncover early-stage threats where adversaries leverage legitimate compression tools to obfuscate payloads and evade standard signature-based defenses within the Azure Sentinel environment.

YARA Rule

rule FSGv110EngbartxtWinRARSFX
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 80 E9 A1 C1 C1 13 68 E4 16 75 46 C1 C1 05 5E EB 01 9D 68 64 86 37 46 EB 02 8C E0 5F F7 D0 }
	$a1 = { EB 01 02 EB 02 CD 20 B8 80 ?? 42 00 EB 01 55 BE F4 00 00 00 13 DF 13 D8 0F B6 38 D1 F3 F7 }

condition:
		$a0 at pe.entry_point or $a1 at pe.entry_point
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 2 string patterns in its detection logic.

False Positive Guidance

Here are 5 specific false positive scenarios for the FSGv110EngbartxtWinRARSFX YARA rule, along with targeted filters and exclusions:

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