08e8d462fe
RED PILL 🔴 💊
22 lines
No EOL
398 B
Text
22 lines
No EOL
398 B
Text
rule PythoRAT
|
|
{
|
|
meta:
|
|
author = " Kevin Breen <kevin@techanarchy.net>"
|
|
date = "2014/04"
|
|
ref = "http://malwareconfig.com/stats/PythoRAT"
|
|
maltype = "Remote Access Trojan"
|
|
filetype = "exe"
|
|
|
|
strings:
|
|
$a = "TKeylogger"
|
|
$b = "uFileTransfer"
|
|
$c = "TTDownload"
|
|
$d = "SETTINGS"
|
|
$e = "Unknown" wide
|
|
$f = "#@#@#"
|
|
$g = "PluginData"
|
|
$i = "OnPluginMessage"
|
|
|
|
condition:
|
|
all of them
|
|
} |