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

19 lines
553 B
Text

rule pbot
{
meta:
description = "PHP IRC Bot"
family = "Backdoor.PHP.Pbot"
filetype = "PHP"
hash = "cd62b4c32f0327d06dd99648e44c85560416a40f6734429d3e89a4c5250fd28e"
hash = "80fb661aac9fcfbb5ae356c5adc7d403bf15da9432b5e33fbbed938c42fdde3c"
hash = "6873bcc7f3971c42564a5fb72d5963b1660c6ff53409e496695523c1115e9734"
strings:
$class = "class pBot" ascii
$start = "function start(" ascii
$ping = "PING" ascii
$pong = "PONG" ascii
condition:
all of them
}