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

18 lines
No EOL
347 B
Text

rule FastPOS
{
meta:
author = "@abhinavbom"
maltype = "NA"
version = "0.1"
date = "06/10/2016"
description = "rule to detect FastPOS Mutex"
ref1 = "5aabd7876faba0885fccc8b4d095537bd048b6943aaacaf3e01d204450e787c6"
strings:
$string1 = "uniqyeidclaxemain"
$string2 = "http://%s/cdosys.php"
condition:
all of ($string*)
}