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

13 lines
No EOL
344 B
Text

rule backoff {
meta:
author = "Brian Wallace @botnet_hunter"
author_email = "bwall@ballastsecurity.net"
date = "2014-08-21"
description = "Identify Backoff"
strings:
$s1 = "&op=%d&id=%s&ui=%s&wv=%d&gr=%s&bv=%s"
$s2 = "%s @ %s"
$s3 = "Upload KeyLogs"
condition:
all of them
}