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

15 lines
388 B
Text

rule NanoCore
{
meta:
author = "Brian Wallace @botnet_hunter"
author_email = "bwall@ballastsecurity.net"
date = "2015-03-27"
description = "Identify NanoCore"
strings:
$s1 = "nanocore" nocase
$s2 = "clientplugin" nocase
$s3 = "projectdata" nocase
$s4 = "logclientmessage" nocase
condition:
all of them
}