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

13 lines
No EOL
309 B
Text

rule alina {
meta:
author = "Brian Wallace @botnet_hunter"
author_email = "bwall@ballastsecurity.net"
date = "2014-08-09"
description = "Identify Alina"
strings:
$s1 = "Alina v1.0"
$s2 = "POST"
$s3 = "1[0-2])[0-9]"
condition:
all of them
}