← Back to SOC feed Coverage →

BamBamv001Bedrock

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

Hunt Hypothesis

This rule detects the presence of the BamBam ransomware strain, a known threat actor that typically leverages PowerShell or batch scripts to encrypt files and establish persistence. Proactively hunting for this signature allows the SOC team to identify early-stage infections or dormant payloads in Azure environments before the ransomware executes its encryption routine and disrupts operations.

YARA Rule

rule BamBamv001Bedrock
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 6A 14 E8 9A 05 00 00 8B D8 53 68 FB [2] 00 E8 6C FD FF FF B9 05 00 00 00 8B F3 BF FB [2] 00 53 F3 A5 E8 8D 05 00 00 8B 3D 03 [2] 00 A1 2B [2] 00 66 8B 15 2F [2] 00 B9 80 [2] 00 2B CF 89 45 E8 89 0D 6B [2] 00 66 89 55 EC 8B 41 3C 33 D2 03 C1 }

condition:
		$a0
}

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