08e8d462fe
RED PILL 🔴 💊
15 lines
No EOL
378 B
Text
15 lines
No EOL
378 B
Text
rule VertexNet
|
|
{
|
|
meta:
|
|
author = "Brian Wallace @botnet_hunter"
|
|
author_email = "bwall@ballastsecurity.net"
|
|
date = "2015-03-25"
|
|
description = "Identify VertexNet"
|
|
strings:
|
|
$s1 = "vertexnet" nocase
|
|
$s2 = "urldl::"
|
|
$s3 = "%LAPPDATA%"
|
|
$s4 = "[ERROR] while loading ressource"
|
|
condition:
|
|
all of them
|
|
} |