← Back to SOC feed Coverage →

Olyx

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 anomalous activity associated with the Olyx threat actor, which may indicate early-stage reconnaissance or lateral movement attempts within the Azure environment. Proactively hunting for this behavior is critical to establish a baseline of normal operations and uncover low-severity indicators that could precede more significant security incidents before they escalate.

YARA Rule

rule Olyx : Family
{
    meta:
        description = "Olyx"
        author = "Seth Hardy"
        last_modified = "2014-06-19"
        
    condition:
        OlyxCode or OlyxStrings
}

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 detection rule in an enterprise environment, including suggested filters and exclusions:

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