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.
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
}
This YARA rule can be deployed in the following contexts:
Here are 4 specific false positive scenarios for the Olyx Identifying Strings detection rule in an enterprise environment, including targeted filters and exclusions:
Endpoint Protection Health Checks
C:\Program Files\Olyx\, C:\Windows\System32\OlyxAgent\) and restrict alerts to processes running under the specific service account (e.g., NT SERVICE\OlyxService or Local System).Automated Patch Management Deployments
ccmexec.exe, IvantiAgent.exe, ansible-playbook) and limit the scope to file extensions associated with installers (.msi, .cab, .exe) within temporary directories (C:\Windows\Temp\).Log Aggregation and SIEM Forwarding