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

14 lines
No EOL
319 B
Text

rule Havex_Trojan_PHP_Server
{
meta:
description = "Detects the PHP server component of the Havex RAT"
date = "2014-06-24"
author = "Florian Roth"
reference = "http://goo.gl/GO5mB1"
strings:
$s1 = "havex--></body></head>"
$s2 = "ANSWERTAG_START"
$s3 = "PATH_BLOCKFILE"
condition:
all of them
}