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

16 lines
424 B
Text

rule wirenet_dropper
{
meta:
description = "Wirenet backdoor dropper Invoice_SKMBT_20170601.doc"
author = "Chris Rogers"
company = "Cyberdefenses, inc."
date = "2017/07/11"
hash = "954d7c15577f118171cc8adcc9f9ac94"
strings:
$a = "C:\Users\user\Desktop\JAVA\docinvoice.exe"
$b = "C:\Users\user\AppData\Local\Temp\docinvoice.exe"
$c = "ZTUWVSPRTj"
$d = "IE(AL("%s",4),"AL(\"%0:s\",3)""
condition:
all of them
}