Windows_Trojan_Supper_664c9ab3
Description
Windows.Trojan.Supper
Query · yara
strings:
$a1 = "schtasks.exe /Create /SC MINUTE /TN GoogleUpdateTask /TR \"cmd.exe /C del \\\"%s\\\" && schtasks.exe /Delete /TN GoogleUpdateTask /F\" /F" fullword
$a2 = "cmd.exe /C ping 1.1.1.1 -n 1 -w 3000 > Nul & Del /f /q \"%s\"" fullword
$a3 = "%d.%d.%d.%d" fullword
$a4 = "(%d)\trecv type-%d len %d (0x%x)\n" fullword
$a5 = "fail run cmd\n" fullword
$b1 = { F3 0F 7E 0D 38 D4 00 00 81 71 08 4D 4D 4D 4D F3 0F 7E 01 66 0F EF C1 66 0F D6 01 C3 }
condition:
3 of ($a*) or $b1