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

20 lines
No EOL
468 B
Text

rule AthenaHTTP
{
meta:
author = "Brian Wallace @botnet_hunter"
author_email = "bwall@ballastsecurity.net"
date = "2014-08-09"
description = "Identify Athena HTTP"
strings:
$s1 = "%s(%s)"
$s2 = "type:on_exec"
$s3 = "uid:%s"
$s4 = "priv:%s"
$s5 = "arch:x%s"
$s6 = "gend:%s"
$s7 = "cores:%i"
$s8 = "ver:%s"
$s9 = "net:%s"
condition:
all of them
}