← Back to SOC feed Coverage →

BeRoEXEPackerV100BeRo

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

Hunt Hypothesis

This hypothesis targets the presence of the BeRoEXE packer, a tool frequently used by adversaries to compress and obfuscate executable files to evade static analysis and signature-based detection. Proactively hunting for this specific packer in Azure Sentinel allows the SOC team to identify potentially malicious or stealthy payloads that may be executing within the environment, providing early visibility into threats that leverage packing techniques to hide their true nature.

YARA Rule

rule BeRoEXEPackerV100BeRo
{
      meta:
		author="malware-lu"
strings:
		$a0 = { BA [4] 8D B2 [4] 8B 46 ?? 85 C0 74 51 03 C2 8B 7E ?? 8B 1E 85 DB 75 02 8B DF 03 DA 03 FA 52 57 50 FF 15 [4] 5F 5A 85 C0 74 2F 8B C8 8B 03 85 C0 74 22 0F BA F0 1F 72 04 8D 44 [2] 51 52 57 50 51 FF 15 [4] 5F 5A 59 85 C0 74 0B AB 83 C3 04 EB D8 83 C6 14 EB AA 61 C3 }

condition:
		$a0
}

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

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