23 lines
604 B
YAML
23 lines
604 B
YAML
id: ezcob-malware
|
|
|
|
info:
|
|
name: Ezcob Malware - Detect
|
|
author: daffainfo
|
|
severity: info
|
|
reference: https://github.com/Yara-Rules/rules/blob/master/malware/MALW_Ezcob.yar
|
|
tags: malware,file
|
|
|
|
file:
|
|
- extensions:
|
|
- all
|
|
|
|
matchers:
|
|
- type: word
|
|
part: raw
|
|
words:
|
|
- '\x12F\x12F\x129\x12E\x12A\x12E\x12B\x12A\x12-\x127\x127\x128\x123\x12'
|
|
- '\x121\x12D\x128\x123\x12B\x122\x12E\x128\x12-\x12B\x122\x123\x12D\x12'
|
|
- 'Ezcob'
|
|
- 'l\x12i\x12u\x122\x120\x121\x123\x120\x124\x121\x126'
|
|
- '20110113144935'
|
|
condition: or |