← Back to SOC feed Coverage →

codeCrypter 031 Tibbar 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-23T23:00:00Z · Confidence: medium

Hunt Hypothesis

This hypothesis targets the execution of Tibbar, a known code crypter and packer, which adversaries frequently use to obfuscate malicious payloads and evade static analysis. Proactively hunting for this specific variant in Azure Sentinel allows the SOC to identify potential initial access or lateral movement activities that may be hidden by complex packing techniques before they trigger higher-severity alerts.

YARA Rule

rule codeCrypter_031_Tibbar_additional: PEiD
{
    strings:
        $a = { 50 58 53 5B 90 BB ?? ?? ?? 00 FF E3 90 CC CC CC 55 8B EC 5D C3 CC CC CC CC CC CC CC CC CC CC CC }
    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