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

13 lines
No EOL
310 B
Text

rule pbot_strings
{
meta:
author = "Brian Wallace @botnet_hunter"
author_email = "bwall@ballastsecurity.net"
date = "2014-03-13"
description = "Identify pBot"
strings:
$config = "var $config = array"
$c = "class pBot"
condition:
all of them
}