SUSP_RTF_Header_Anomaly
Description
Detects malformed RTF header often used to trick mechanisms that check for a full RTF header
Query · yara
condition:
uint32(0) == 0x74725c7b and /* {\rt */
not uint8(4) == 0x66 /* not f */
Detects malformed RTF header often used to trick mechanisms that check for a full RTF header
condition:
uint32(0) == 0x74725c7b and /* {\rt */
not uint8(4) == 0x66 /* not f */
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.