21 lines
430 B
YAML
21 lines
430 B
YAML
id: backoff-malware
|
|
|
|
info:
|
|
name: Backoff Malware - Detect
|
|
author: daffainfo
|
|
severity: info
|
|
reference: https://github.com/Yara-Rules/rules/blob/master/malware/MALW_Backoff.yar
|
|
tags: malware,file
|
|
|
|
file:
|
|
- extensions:
|
|
- all
|
|
|
|
matchers:
|
|
- type: word
|
|
part: raw
|
|
words:
|
|
- '&op=%d&id=%s&ui=%s&wv=%d&gr=%s&bv=%s'
|
|
- '%s @ %s'
|
|
- 'Upload KeyLogs'
|
|
condition: and |