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

17 lines
No EOL
348 B
Text

rule banbra : banker
{
meta:
author = "@abhinavbom"
maltype = "NA"
version = "0.1"
date = "8/06/2015"
strings:
$a = "senha" fullword nocase
$b = "cartao" fullword nocase
$c = "caixa"
$d = "login" fullword nocase
$e = ".com.br"
condition:
#a > 3 and #b > 3 and #c > 3 and #d > 3 and #e > 3
}