WoolenGoldfish_Generic_1
Description
Detects a operation Woolen-Goldfish sample - http://goo.gl/NpJpVZ
Query · yara
strings: $x0 = "Users\\Wool3n.H4t\\" $x1 = "C-CPP\\CWoolger" $x2 = "NTSuser.exe" fullword wide $s1 = "107.6.181.116" fullword wide $s2 = "oShellLink.Hotkey = \"CTRL+SHIFT+F\"" fullword $s3 = "set WshShell = WScript.CreateObject(\"WScript.Shell\")" fullword $s4 = "oShellLink.IconLocation = \"notepad.exe, 0\"" fullword $s5 = "set oShellLink = WshShell.CreateShortcut(strSTUP & \"\\WinDefender.lnk\")" fullword $s6 = "wlg.dat" fullword $s7 = "woolger" fullword wide $s8 = "[Enter]" fullword $s9 = "[Control]" fullword condition: ( 1 of ($x*) and 2 of ($s*) ) or ( 6 of ($s*) )