← Back to SOC feed Coverage →

BlackEnergyDDoSBotCrypter

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

Hunt Hypothesis

This rule identifies the presence of the BlackEnergy DDoS bot crypter, a component used by adversaries to encrypt and obfuscate botnet payloads for distributed denial-of-service attacks. Proactively hunting for this artifact allows the SOC to detect early-stage botnet infrastructure or dormant malware components before they are activated to launch volumetric attacks against Azure resources.

YARA Rule

rule BlackEnergyDDoSBotCrypter
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 55 [2] 81 EC 1C 01 00 00 53 56 57 6A 04 BE 00 30 00 00 56 FF 35 00 20 11 13 6A 00 E8 ?? 03 00 00 [2] 83 C4 10 ?? FF 89 7D F4 0F }

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