Fireball_winsap
Description
Detects Fireball malware - file winsap.dll
Query · yara
strings:
$s1 = "aHR0cDovL2" ascii /* base64 encoded string 'http://d3i1asoswufp5k.cloudfront.net/v4/gtg/%s?action=visit.winsap.work&update3=version,%s' */
$s2 = "%s\\svchost.exe -k %s" fullword wide
$s3 = "\\SETUP.dll" wide
$s4 = "WinSAP.dll" fullword ascii
$s5 = "Error %u in WinHttpQueryDataAvailable." fullword ascii
$s6 = "UPDATE OVERWRITE" fullword wide
condition:
( uint16(0) == 0x5a4d and filesize < 600KB and 4 of them )