Malware_QA_not_copy
Description
VT Research QA uploaded malware - file not copy.exe
Query · yara
strings: $x1 = "U2VydmVyLmV4ZQ==" fullword wide /* base64 encoded string 'Server.exe' */ $x2 = "\\not copy\\obj\\Debug\\not copy.pdb" ascii $x3 = "fuckyou888.ddns.net" fullword wide $s1 = "cmd.exe /c ping 0 -n 2 & del \"" fullword wide $s2 = "Server.exe" fullword wide $s3 = "Execute ERROR" fullword wide $s4 = "not copy.exe" fullword wide $s5 = "Non HosT" fullword wide $s6 = "netsh firewall delete allowedprogram" fullword wide condition: ( uint16(0) == 0x5a4d and filesize < 1000KB and ( 1 of ($x*) or 4 of ($s*) ) ) or ( 5 of them )