SUSP_WER_Critical_HeapCorruption
Description
Detects a crashed application that crashed due to a heap corruption error (could be a sign of exploitation)
Query · yara
strings:
$a1 = "ReportIdentifier=" wide
$a2 = ".Name=Fault Module Name" wide
$s1 = "c0000374" wide /* Heap Corruption */
condition:
( uint32be(0) == 0x56006500 or uint32be(0) == 0xfffe5600 )
and all of them