← Back to SOC feed Coverage →

EXECryptor 224 StrongbitSoftComplete Development h2 additional

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

Hunt Hypothesis

This hypothesis targets the presence of EXECryptor ransomware binaries on endpoints, which may indicate a pre-staging or initial infection phase by the Strongbit development team. Proactively hunting for these specific file signatures allows the SOC to identify dormant or early-stage ransomware deployments before they execute encryption, thereby reducing the potential impact on Azure Sentinel-monitored workloads.

YARA Rule

rule EXECryptor_224_StrongbitSoftComplete_Development_h2_additional: PEiD
{
    strings:
        $a = { E8 F7 FE FF FF 05 ?? ?? 00 00 FF E0 E8 EB FE FF FF 05 ?? ?? 00 00 FF E0 E8 ?? 00 00 00 }
    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