28 lines
707 B
YAML
28 lines
707 B
YAML
id: warp-malware
|
|
|
|
info:
|
|
name: Warp Malware - Detect
|
|
author: daffainfo
|
|
severity: info
|
|
reference: https://github.com/Yara-Rules/rules/blob/master/malware/MALW_Warp.yar
|
|
tags: malware,file
|
|
file:
|
|
- extensions:
|
|
- all
|
|
|
|
matchers-condition: or
|
|
matchers:
|
|
- type: word
|
|
part: raw
|
|
words:
|
|
- "/2011/n325423.shtml?"
|
|
- "wyle"
|
|
- "\\~ISUN32.EXE"
|
|
condition: or
|
|
|
|
- type: binary
|
|
binary:
|
|
- "80382B7503C6002D80382F7503C6005F"
|
|
|
|
# digest: 4a0a00473045022100841926e56850756403c4d4035ecc9b7d08e8e0642b013dea6df56a912a82b6c402202ee68a5dcea7ca1703fe713ad85fe77313fc855e95a50ff72976487416ef564c:922c64590222798bb761d5b6d8e72950
|