VULN_PrinterDriver_PrivEsc_CVE_2021_3438_Jul21
Description
Detects affected drivers with PE timestamps older than the date of the initial report
Query · yara
strings:
$s1 = "This String is from Device Driver@@@@@ !!!" ascii
$s2 = "\\DosDevices\\ssportc" wide fullword
condition:
uint16(0) == 0x5a4d
and filesize < 400KB
and all of ($s*)
/* date of the initial report by SentinelOne */
and 1613606400 >= pe.timestamp