27 lines
532 B
YAML
27 lines
532 B
YAML
id: pythorat-malware
|
|
|
|
info:
|
|
name: PythoRAT Malware - Detect
|
|
author: daffainfo
|
|
severity: info
|
|
reference: https://github.com/Yara-Rules/rules/blob/master/malware/RAT_Ratdecoders.yar
|
|
tags: malware,file
|
|
|
|
file:
|
|
- extensions:
|
|
- all
|
|
|
|
matchers:
|
|
- type: word
|
|
part: raw
|
|
words:
|
|
- "TKeylogger"
|
|
- "uFileTransfer"
|
|
- "TTDownload"
|
|
- "SETTINGS"
|
|
- "Unknown"
|
|
- "#@#@#"
|
|
- "PluginData"
|
|
- "OnPluginMessage"
|
|
condition: and
|