← Back to SOC feed Coverage →

CERBERUSv20

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

Hunt Hypothesis

This rule detects the presence of the CERBERUSv20 malware family, which is often associated with ransomware operations or cryptominer deployments that compromise host integrity. Proactively hunting for this signature allows the SOC to identify compromised endpoints early, potentially preventing lateral movement or data exfiltration before the malware fully executes its payload.

YARA Rule

rule CERBERUSv20
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 9C 2B ED 8C [2] 8C [2] FA E4 ?? 88 [2] 16 07 BF [2] 8E DD 9B F5 B9 [2] FC F3 A5 }

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