← Back to SOC feed Coverage →

Ciphator v46 Hint DOS EP

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

Hunt Hypothesis

This rule identifies potential Ciphator v46 malware variants by detecting specific DOS executable entry point characteristics, indicating the presence of a legacy or obfuscated threat often used for initial access or persistence. Proactively hunting for this signature in Azure Sentinel allows the SOC to uncover dormant or overlooked executables on endpoints, reducing the risk of undetected lateral movement or data exfiltration associated with this known malware family.

YARA Rule

rule Ciphator_v46_Hint_DOS_EP: PEiD
{
    strings:
        $a = { 93 93 E8 ?? ?? 58 6A 00 0E 68 ?? ?? CF EB }
    condition:
        $a 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/peid.yar