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

13 lines
338 B
Text

rule easterjackpos {
meta:
author = "Brian Wallace @botnet_hunter"
author_email = "bwall@ballastsecurity.net"
date = "2014-09-02"
description = "Identify JackPOS"
strings:
$s1 = "updateinterval="
$s2 = "cardinterval="
$s3 = "{[!17!]}{[!18!]}"
condition:
all of them
}