Exp_EPS_CVE20152545
Description
Detects EPS Word Exploit CVE-2015-2545
Query · yara
strings:
$s1 = "word/media/image1.eps" ascii
$s2 = "-la;7(la+" ascii
condition:
uint16(0) == 0x4b50 and ( $s1 and #s2 > 20 )
Detects EPS Word Exploit CVE-2015-2545
strings:
$s1 = "word/media/image1.eps" ascii
$s2 = "-la;7(la+" ascii
condition:
uint16(0) == 0x4b50 and ( $s1 and #s2 > 20 )
Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.