← Back to SOC feed Coverage →

kkrunchyRyd

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

Hunt Hypothesis

This YARA rule targets specific memory patterns associated with the kkrunchyRyd signature, potentially indicating the presence of a low-severity malware implant or custom script used for initial access or persistence. Proactively hunting for this signature in Azure Sentinel allows the SOC team to identify stealthy, low-noise threats that may evade standard behavioral detections and establish a foothold before escalating privileges.

YARA Rule

rule kkrunchyRyd
{
      meta:
		author="malware-lu"
strings:
		$a0 = { BD 08 [2] 00 C7 45 00 [3] 00 FF 4D 08 C6 45 0C 05 8D 7D 14 31 C0 B4 04 89 C1 F3 AB BF [3] 00 57 BE [3] 00 31 C9 41 FF 4D 0C 8D 9C 8D A0 00 00 00 FF D6 10 C9 73 F3 FF 45 0C 91 AA 83 C9 FF 8D 5C 8D 18 FF D6 74 DD E3 17 8D 5D 1C FF D6 74 10 }

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