← Back to SOC feed Coverage →

Apex cbeta500mhz

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

Hunt Hypothesis

This rule detects the presence of the Apex Cobalt Strike beacon variant, indicating an adversary has established a persistent command-and-control channel for lateral movement or data exfiltration. Proactively hunting for this specific beacon allows the SOC team to identify compromised hosts early in the kill chain, minimizing the dwell time of attackers operating within the Azure environment.

YARA Rule

rule Apex_cbeta500mhz
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 68 [4] B9 FF FF FF 00 01 D0 F7 E2 72 01 48 E2 F7 B9 FF 00 00 00 8B 34 24 80 36 FD 46 E2 FA C3 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 }

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