← Back to SOC feed Coverage →

MALW TinyShell backconnect OSX

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 hunt targets macOS systems exhibiting the specific network callback behavior of the TinyShell malware, which establishes persistent back-connect channels to command and control servers. Proactively hunting for this signature in Azure Sentinel is critical because early detection of these low-severity connections can prevent lateral movement and data exfiltration before the malware escalates its activities within the endpoint environment.

YARA Rule

rule MALW_TinyShell_backconnect_OSX {
 meta:
    date = "2018-02-10"
    author = "@unixfreaxjp"
 condition:
    is__osx
    and priv01
    and priv02
    and priv03
    and priv04
    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 OSX detection rule in an enterprise environment, along with suggested filters or exclusions:

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