28 lines
755 B
YAML
28 lines
755 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
|
|
|
|
# digest: 4b0a004830460221009c75627de0e45f09b5bf2a0358d73f141011199867953d3dc66b1f43e4e6c6cf022100f3fc56b70ff4a4b743b167d94cbf8037f3eb3a5b9f76cd60dbc57a1f66bef5fb:922c64590222798bb761d5b6d8e72950
|