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

13 lines
381 B
Text

rule vskimmer {
meta:
author = "Brian Wallace @botnet_hunter"
author_email = "bwall@ballastsecurity.net"
date = "2014-09-02"
description = "Identify vSkimmer"
strings:
$s1 = "User-Agent: PCICompliant/3.33"
$s2 = "[3-9]{1}[0-9]{12,19}[D=\\u0061][0-9]{10,30}"
$s3 = "PCI Compliant SCard"
condition:
all of them
}