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

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
}