BergSilva_Malware
Description
Detects a malware from the same author as the Indetectables RAT
Query · yara
strings: $x1 = "C:\\Users\\Berg Silva\\Desktop\\" wide $x2 = "URLDownloadToFileA 0, \"https://dl.dropbox.com/u/105015858/nome.exe\", \"c:\\nome.exe\", 0, 0" fullword wide $s1 = " Process.Start (Path.GetTempPath() & \"name\" & \".exe\") 'start server baixado" fullword wide $s2 = "FileDelete(@TempDir & \"\\nome.exe\") ;Deleta o Arquivo para que possa ser executado normalmente" fullword wide $s3 = " Lib \"\\WINDOWS\\system32\\UsEr32.dLl\"" fullword wide $s4 = "$Directory = @TempDir & \"\\nome.exe\" ;Define a variavel" fullword wide $s5 = "https://dl.dropbox.com/u/105015858" wide condition: uint16(0) == 0x5a4d and ( 1 of ($x*) or 2 of ($s*) )