← Back to SOC feed Coverage →

BeRoEXEPackerv100LZBRSBeRoFarbrausch

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 the presence of a specific executable packed with the Farbrausch tool, which adversaries often employ to obscure malicious code and evade static analysis. Proactively hunting for this signature in Azure Sentinel is essential to uncover stealthy threats that may bypass traditional antivirus solutions by leveraging custom packing techniques.

YARA Rule

rule BeRoEXEPackerv100LZBRSBeRoFarbrausch
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 60 BE [4] BF [4] FC AD 8D 1C 07 B0 80 3B FB 73 3B E8 [4] 72 03 A4 EB F2 E8 [4] 8D 51 FF E8 [4] 56 8B F7 2B F2 F3 A4 5E EB DB 02 C0 75 03 AC 12 C0 C3 33 }

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 BeRoEXEPackerv100LZBRSBeRoFarbrausch detection rule, including targeted filters and exclusions:

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