← Back to SOC feed Coverage →

CipherWallSelfExtratorDecryptorConsolev15

yara LOW Yara-Rules
backdoorcommunity
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-02T23:00:00Z · Confidence: medium

Hunt Hypothesis

This hypothesis targets the execution of the CipherWall self-extractor decryptor console, a component often associated with ransomware deployment or payload staging that adversaries use to prepare malicious binaries for execution. Proactively hunting for this specific artifact in Azure Sentinel allows the SOC team to identify early-stage ransomware activity or suspicious file operations before the encryption process begins, enabling faster containment and reducing the potential impact on the environment.

YARA Rule

rule CipherWallSelfExtratorDecryptorConsolev15
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 90 61 BE 00 10 42 00 8D BE 00 00 FE FF C7 87 C0 20 02 00 0B 6E 5B 9B 57 83 CD FF EB 0E 90 90 90 90 8A 06 46 88 07 47 01 DB 75 07 8B 1E 83 EE FC 11 DB 72 ED B8 01 00 00 00 01 DB 75 07 8B 1E 83 EE FC 11 DB 11 C0 01 DB 73 EF 75 09 8B 1E 83 EE FC 11 DB 73 E4 }

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