← Back to SOC feed Coverage →

MALW TinyShell backdoor Gen

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

Hunt Hypothesis

This hunt targets adversaries deploying the TinyShell backdoor to establish persistent command-and-control channels via lightweight shell execution on Azure endpoints. Proactively hunting for this behavior in Azure Sentinel is critical because its low-severity classification may cause it to be overlooked by automated alerts, allowing attackers to maintain stealthy footholds before escalating their activities.

YARA Rule

rule MALW_TinyShell_backdoor_Gen {
 meta:
    date = "2018-02-11"
    author = "@unixfreaxjp"
 condition:
    ((is__elf) or  (is__osx))
    and priv01
    and filesize > 20KB
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

False Positive Guidance

Here are 4 specific false positive scenarios for the MALW TinyShell backdoor Gen detection rule in an enterprise environment, including suggested filters and exclusions:

Original source: https://github.com/Yara-Rules/rules/blob/main/malware/MALW_TinyShell_Backdoor_gen.yar