← Back to SOC feed Coverage →

is 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 detection identifies macOS-specific file artifacts and execution patterns that may indicate an adversary establishing a foothold or exfiltrating data within Apple environments. Proactively hunting for these signals in Azure Sentinel is critical to validate endpoint visibility across hybrid infrastructures and ensure low-severity macOS activities are not overlooked during broader incident response efforts.

YARA Rule

rule is__osx
{
 meta:
    date = "2018-02-12"
    author = "@unixfreaxjp"
 condition:
    uint32(0) == 0xfeedface     or uint32(0) == 0xcafebabe
    or uint32(0) == 0xbebafeca  or uint32(0) == 0xcefaedfe
    or uint32(0) == 0xfeedfacf  or uint32(0) == 0xcffaedfe
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

False Positive Guidance

Here are specific false positive scenarios for the is_osx detection rule in an enterprise environment, along with recommended filters and exclusions:

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