26 lines
558 B
YAML
26 lines
558 B
YAML
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
|