Sneed-Reactivity/yara-mikesxrs/ballastsecurity/blackshades.yara
Sam Sneed 08e8d462fe OMG ISTG PLS WORK
RED PILL 🔴 💊
2024-07-25 12:43:35 -05:00

13 lines
No EOL
343 B
Text

rule BlackShadesServer{
meta:
author = "Brian Wallace @botnet_hunter"
author_email = "bwall@ballastsecurity.net"
date = "2014-08-16"
description = "Identify BlackShadesServer"
strings:
$str1 = "bss_server"
$str2 = "txtChat"
$str3 = "UDPFlood"
condition:
all of them
}