WinAgent_BadPatch_1
Description
Detects samples mentioned in BadPatch report
Query · yara
strings:
$x1 = "J:\\newPatch\\downloader\\" wide
$x2 = "L:\\rashed\\New code\\" wide
$x3 = ":\\newPatch\\last version\\" wide
$x4 = "\\Microsoft\\Microsoft\\Microsoft1.log" wide
$x5 = "\\Microsoft\\Microsoft\\Microsoft.log" wide
$x6 = "\\Microsoft\\newPP.exe" wide
$x7 = " (this is probably a proxy server error)." fullword wide
$x8 = " :Old - update patch and check anti-virus.. " fullword wide
$x9 = "PatchNotExit-- download now.. " fullword wide
$x10 = "PatchNotExit-- Check Version" fullword wide
$x11 = "PatchNotExit-- Version Patch" fullword wide
$s1 = "downloader " fullword wide
$s2 = "DelDownloadFile" fullword ascii
$s3 = "downloadFile" fullword ascii
$s4 = "downloadUpdate" fullword wide
condition:
( uint16(0) == 0x5a4d and filesize < 600KB and ( 1 of ($x*) or 4 of them ) )