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

15 lines
No EOL
297 B
Text

rule Artifact_ORION_aPlib
{
meta:
Author = "HB"
Date = "30 Sep 2013"
Project = "Orion"
Reference = "https://blogs.rsa.com/wp-content/uploads/2015/05/RSA-IR-Case-Study.pdf"
strings:
$a1 = "aPLib v"
$a2 = "the smaller the better :)"
$a3 = "Joergen Ibsen"
condition:
all of them
}