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

14 lines
458 B
Text

rule rtf_CVE_2018_0802 {
meta:
author = "Rich Warren"
description = "Attempts to exploit CVE-2018-0802"
reference = "http://www.freebuf.com/vuls/159789.html"
id = "162492a3-d792-5f1c-a143-191c62b54728"
strings:
$equation = { 45 71 75 61 74 69 6F 6E 2E 33 }
$header_and_shellcode = /03010[0,1][0-9a-fA-F]{308,310}2500/ ascii nocase
condition:
uint32be(0) == 0x7B5C7274 // RTF header
and all of them
}