21 lines
410 B
YAML
21 lines
410 B
YAML
|
id: terminator-malware
|
||
|
|
||
|
info:
|
||
|
name: Terminator Malware - Detect
|
||
|
author: daffainfo
|
||
|
severity: info
|
||
|
reference: https://github.com/Yara-Rules/rules/blob/master/malware/RAT_Terminator.yar
|
||
|
tags: malware,file
|
||
|
|
||
|
file:
|
||
|
- extensions:
|
||
|
- all
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: raw
|
||
|
words:
|
||
|
- "Accelorator"
|
||
|
- "<html><title>12356</title><body>"
|
||
|
condition: and
|