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

13 lines
No EOL
398 B
Text

rule ProjectHook
{
meta:
author = "Brian Wallace @botnet_hunter"
author_email = "bwall@ballastsecurity.net"
date = "2014-08-09"
description = "Identify ProjectHook"
strings:
$projecthook = "ProjectHook"
$delphi = "FastMM Borland Edition (c) 2004 - 2008 Pierre le Riche / Professional Software Development"
condition:
all of them
}