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

13 lines
394 B
Text

rule genome {
meta:
author = "Brian Wallace @botnet_hunter"
author_email = "bwall@ballastsecurity.net"
date = "2014-09-07"
description = "Identify Genome"
strings:
$s1 = "Attempting to create more than one keyboard::Monitor instance"
$s2 = "{Right windows}"
$s3 = "Access violation - no RTTI data!"
condition:
all of them
}