Quasar_RAT_Jan18_1
Description
Detects Quasar RAT
Query · yara
strings:
$a1 = "ping -n 20 localhost > nul" fullword wide
$s2 = "HandleDownloadAndExecuteCommand" fullword ascii
$s3 = "DownloadAndExecute" fullword ascii
$s4 = "UploadAndExecute" fullword ascii
$s5 = "ShellCommandResponse" fullword ascii
$s6 = "Select * From Win32_ComputerSystem" fullword wide
$s7 = "Process could not be started!" fullword wide
$s8 = ".Core.RemoteShell" ascii
condition:
uint16(0) == 0x5a4d and filesize < 600KB and $a1 and 3 of them