Skip to content

Olyx Malware - Detect

ID: olyx-malware

Severity: info

Author: daffainfo

Tags: malware,file

id: olyx-malware
info:
name: Olyx Malware - Detect
author: daffainfo
severity: info
reference: https://github.com/Yara-Rules/rules/blob/master/malware/MALW_Olyx.yar
tags: malware,file
file:
- extensions:
- all
matchers-condition: or
matchers:
- type: word
part: raw
words:
- "/Applications/Automator.app/Contents/MacOS/DockLight"
condition: or
- type: binary
binary:
- "C7400436363636C7400836363636"
- "C740045C5C5C5CC740085C5C5C5C"
condition: or
# digest: 490a0046304402207f53b4ca57b7e55b35b6edc367b6f27781603b0443e992db9f843527a44c01ab02201697f8ef21c0ffa112aef4ec43dc71623379228057d33ff4c683de66527b017a:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "file/malware/olyx-malware.yaml"

View on Github