← Back to SOC feed Coverage →

RECryptv07xCruddRETh2

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

Hunt Hypothesis

This YARA rule targets specific cryptographic or obfuscated code patterns, likely indicating the presence of a low-severity malware variant or a custom encryption routine used by an adversary to hide malicious payloads. Proactively hunting for these signatures in Azure Sentinel allows the SOC to identify early-stage infections or dormant backdoors that may not yet trigger high-fidelity alerts, reducing the window of opportunity for lateral movement or data exfiltration.

YARA Rule

rule RECryptv07xCruddRETh2
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 60 E8 00 00 00 00 5D 55 81 04 24 0A 00 00 00 C3 8B F5 81 C5 [2] 00 00 89 6D 34 89 75 38 8B 7D 38 81 E7 00 FF FF FF 81 C7 48 00 00 00 47 03 7D 60 8B 4D 5C 83 F9 00 7E 0F 8B 17 33 55 58 89 17 83 C7 04 83 C1 FC EB EC 8B }

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

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