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

33 lines
No EOL
914 B
Text

rule BackdoorWin32FynloskiASample
{
meta:
Description = "Backdoor.Fynloski.sm"
ThreatLevel = "5"
strings:
$ = "#BOT#VisitUrl" ascii wide
$ = "#BOT#OpenUrl" ascii wide
$ = "#BOT#Ping" ascii wide
$ = "BTRESULTPing|Res" ascii wide
$ = "#BOT#RunPrompt" ascii wide
$ = "BTRESULTClose" ascii wide
$ = "#BOT#SvrUninstal" ascii wide
$ = "#BOT#URLUpdate" ascii wide
$ = "BTERRORUpdate" ascii wide
$ = "BTRESULTUpdate" ascii wide
$ = "#BOT#URLDownload" ascii wide
$ = "BTRESULTOpen" ascii wide
$ = "BTERRORDownload" ascii wide
$ = "BTRESULTDownload" ascii wide
$ = "BTRESULTMass" ascii wide
$ = "BTRESULTHTTP" ascii wide
$ = "BTERRORVisit" ascii wide
$ = "BTRESULTSyn" ascii wide
$ = "BTRESULTUDP" ascii wide
$ = "Flood|UDP Flood task finished" ascii wide
$ = "Flood|Syn task finished" ascii wide
$ = "Flood|Http Flood task finished" ascii wide
condition:
3 of them
}