← Back to SOC feed Coverage →

MicroJoiner11coban2k

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 rule detects the execution of the MicroJoiner Cobalt Strike beacon, a lightweight implant often used by adversaries for initial access or lateral movement within Azure environments. Proactively hunting for this specific beacon allows the SOC to identify compromised workloads or containers that may be leveraging this low-noise tool to establish persistent command-and-control channels before traditional network-based detections trigger.

YARA Rule

rule MicroJoiner11coban2k
{
      meta:
		author="malware-lu"
strings:
		$a0 = { BE 0C 70 40 00 BB F8 11 40 00 33 ED 83 EE 04 39 2E 74 11 }

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