SUSP_XORed_MSDOS_Stub_Message
Description
Detects suspicious XORed MSDOS stub message
Query · yara
strings:
$xo1 = "This program cannot be run in DOS mode" xor(0x01-0xff) ascii wide
$xo2 = "This program must be run under Win32" xor(0x01-0xff) ascii wide
$fp1 = "AVAST Software" fullword wide ascii
$fp2 = "AVG Netherlands" fullword wide ascii
$fp3 = "AVG Technologies" ascii wide
$fp4 = "Malicious Software Removal Tool" wide
$fp5 = "McAfee Labs" fullword ascii wide
$fp6 = "Kaspersky Lab" fullword ascii wide
$fp7 = "<propertiesmap>" ascii wide /* KasperSky Lab XML profiles */
$fp10 = "Avira Engine Module" wide /* Program Files (x86)/Avira/Antivirus/aeheur.dll */
$fp11 = "syntevo GmbH" wide fullword /* Program Files (x86)/DeepGit/bin/deepgit64.exe */
$fp13 = "SophosClean" ascii /* ProgramData/Sophos/Update Manager/Update Manager/Warehouse/4d7da8cfbfbb16664dac79e78273a1e8x000.dat */
$fp14 = "SophosHomeClean" wide
condition:
1 of ($x*)
and not 1 of ($fp*)
and not uint16(0) == 0xb0b0 // AV sigs file
and not uint16(0) == 0x5953 // AV sigs file