mirror of
https://github.com/Yara-Rules/rules
synced 2026-06-08 12:58:40 +00:00
Fix #420
This commit is contained in:
@@ -9,10 +9,11 @@ rule Maldoc_CVE_2017_11882 : Exploit {
|
||||
reference = "c63ccc5c08c3863d7eb330b69f96c1bcf1e031201721754132a4c4d0baff36f8"
|
||||
date = "2017-10-20"
|
||||
strings:
|
||||
$doc = "d0cf11e0a1b11ae1"
|
||||
$s0 = "Equation"
|
||||
$s1 = "1c000000020"
|
||||
$h0 = {1C 00 00 00 02 00}
|
||||
|
||||
condition:
|
||||
$s0 and ($h0 or $s1)
|
||||
(uint32be(0) == 0x7B5C7274 or $doc at 0 ) and $s0 and ($h0 or $s1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user