GhostDragon_Gh0stRAT_Sample2
Description
Detects Gh0st RAT mentioned in Cylance' Ghost Dragon Report
Query · yara
strings: $x1 = "AdobeWpk" fullword ascii $x2 = "seekin.dll" fullword ascii $c1 = "Windows NT 6.1; Trident/6.0)" fullword ascii $c2 = "Mozilla/5.0 (compatible; MSIE 10.0; " fullword ascii condition: ( uint16(0) == 0x5a4d and filesize < 80KB and ( all of ($x*) or all of ($c*) ) ) or ( all of them )