28 lines
562 B
YAML
28 lines
562 B
YAML
|
id: naspyupdate-malware
|
||
|
|
||
|
info:
|
||
|
name: nAspyUpdate Malware - Detect
|
||
|
author: daffainfo
|
||
|
severity: info
|
||
|
reference: https://github.com/Yara-Rules/rules/blob/master/malware/MALW_Naspyupdate.yar
|
||
|
tags: malware,file
|
||
|
|
||
|
file:
|
||
|
- extensions:
|
||
|
- all
|
||
|
|
||
|
matchers-condition: or
|
||
|
matchers:
|
||
|
- type: binary
|
||
|
binary:
|
||
|
- "8A5424148A0132C202C28801414E75F4"
|
||
|
|
||
|
- type: word
|
||
|
part: raw
|
||
|
words:
|
||
|
- "\\httpclient.txt"
|
||
|
- "password <=14"
|
||
|
- "/%ldn.txt"
|
||
|
- "Kill You\x00"
|
||
|
condition: or
|