08e8d462fe
RED PILL 🔴 💊
14 lines
No EOL
283 B
Text
14 lines
No EOL
283 B
Text
rule ws_f0xy_downloader {
|
|
meta:
|
|
description = "f0xy malware downloader"
|
|
author = "Nick Griffin (Websense)"
|
|
|
|
strings:
|
|
$mz="MZ"
|
|
$string1="bitsadmin /transfer"
|
|
$string2="del rm.bat"
|
|
$string3="av_list="
|
|
|
|
condition:
|
|
($mz at 0) and (all of ($string*))
|
|
} |