← Back to SOC feed Coverage →

Olyx Identifying Strings

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-28T11:00:00Z · Confidence: medium

Hunt Hypothesis

This detection rule identifies specific identifying strings associated with Olyx activity to uncover potential reconnaissance or initial access behaviors within the Azure environment. Proactively hunting for these signatures allows the SOC team to validate legitimate operational patterns and distinguish them from anomalous adversary movements before they escalate into higher-severity incidents.

YARA Rule

rule OlyxStrings : Olyx Family
{
    meta:
        description = "Olyx Identifying Strings"
        author = "Seth Hardy"
        last_modified = "2014-06-19"
        
    strings:
        $ = "/Applications/Automator.app/Contents/MacOS/DockLight"
       
    condition:
        any of them
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

False Positive Guidance

Here are 4 specific false positive scenarios for the Olyx Identifying Strings detection rule in an enterprise environment, including targeted filters and exclusions:

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