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

13 lines
No EOL
230 B
Text

rule zend_framework
{
meta:
author = "@patrickrolsen"
maltype = "Zend Framework"
version = "0.3"
date = "12/29/2013"
strings:
$php = "<?php"
$s = "$zend_framework" nocase
condition:
not uint16(0) == 0x5A4D and $php and $s
}