← Back to SOC feed Coverage →

MALW TinyShell backconnect Gen

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

Hunt Hypothesis

This detection identifies potential TinyShell malware activity by monitoring for characteristic outbound network connections that may indicate an initial command-and-control beacon or data exfiltration attempt. Proactively hunting for these specific back-connect patterns in Azure Sentinel is critical to uncover low-severity indicators of compromise before they escalate into persistent threats within the cloud environment.

YARA Rule

rule MALW_TinyShell_backconnect_Gen {
 meta:
    date = "2018-02-11"
    author = "@unixfreaxjp"
 condition:
    ((is__elf) or  (is__osx))
    and priv01
    and priv02
    and filesize < 100KB
}

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 backconnect Gen detection rule in an enterprise environment:

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