27 lines
551 B
YAML
27 lines
551 B
YAML
|
id: yayih-malware
|
||
|
|
||
|
info:
|
||
|
name: Yayih Malware - Detect
|
||
|
author: daffainfo
|
||
|
severity: info
|
||
|
reference: https://github.com/Yara-Rules/rules/blob/master/malware/MALW_Yayih.yar
|
||
|
tags: malware,file
|
||
|
|
||
|
file:
|
||
|
- extensions:
|
||
|
- all
|
||
|
|
||
|
matchers-condition: or
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: raw
|
||
|
words:
|
||
|
- "/bbs/info.asp"
|
||
|
- "\\msinfo.exe"
|
||
|
- "%s\\%srcs.pdf"
|
||
|
- "\\aumLib.ini"
|
||
|
condition: or
|
||
|
|
||
|
- type: binary
|
||
|
binary:
|
||
|
- "8004087A03C18B45FC8034081903C1413B0A7CE9"
|