home hardware prices news articles forums photos user reviews
Go Back   Tech Support Forums - TechIMO.com > PC Hardware and Tech > Technical Support
Ask a Tech Support Question (free)!

start page in IE changed without asking me

Reply
Get bargains at  »  Dealighted.com
 
Thread Tools Search this Thread
Currently Active Users: 2129
Discussions: 200,972, Posts: 2,379,760, Members: 246,336
Old December 26th, 2001, 05:03 PM   Digg it!   #1 (permalink)
Senior Member
 
PonzSpyder's Avatar
 
Join Date: Oct 2001
Location: New Jersey
Posts: 707
Send a message via AIM to PonzSpyder Send a message via Yahoo to PonzSpyder
start page in IE changed without asking me

Well actually it happened on sombody elses computer here at work. suddenly their start page was changed to yahoo but when I checked IE's settings it wasnt actually yahoo that it changed to, it was the IP address 66.40.16.232 and the page was hy.htm.

I thought it might be a virus but I am not sure if maybe he clicked on one of those " click here to make this your start page sort of thing" or if this is related of one of the windows security problems going around right now.

I did a tracert on the IP and came up with a few hops in the hostcentric.com domain and finally resolved to host232.ancientmedia.com and is registered to, get this, "Horny Demon" All the other reg info appeared to be made up also.

To make a long story short, I grabed a copy of the htm file that his home page was set to and it has this java code in it...

Code:
<html><head><script>
var type=navigator.appName
if (type=="Netscape")
var lang = navigator.language
else
var lang = navigator.userLanguage
var lang = lang.substr(0,2)
if (lang == "en") window.location.replace('http://www.yahoo.com/')
else if (lang == "ar") window.location.replace('http://www.yahoo.com/')
else if (lang == "cs") window.location.replace('http://www.yahoo.com/')
else if (lang == "de") window.location.replace('http://www.yahoo.com/')
else if (lang == "es") window.location.replace('http://www.yahoo.com/')
else if (lang == "hr") window.location.replace('http://www.yahoo.com/')
else if (lang == "et") window.location.replace('http://www.yahoo.com/')
else if (lang == "he") window.location.replace('http://www.yahoo.com/')
else if (lang == "ja") window.location.replace('http://www.yahoo.com/')
else if (lang == "ko") window.location.replace('http://www.yahoo.com/')
else if (lang == "ro") window.location.replace('http://www.yahoo.com/')
else if (lang == "ru") window.location.replace('http://www.yahoo.com/')
else if (lang == "sl") window.location.replace('http://www.yahoo.com/')
else if (lang == "zh") window.location.replace('http://www.yahoo.com/')
else if (lang == "vi") window.location.replace('http://www.yahoo.com/')
else if (lang == "th") window.location.replace('http://www.yahoo.com/')
else if (lang == "uk") window.location.replace('http://www.yahoo.com/')
else window.location.replace('http://www.yahoo.com/');
open('topsearch.htm', 'remote', 'width=300,height=160'); 
</script></head><body></body></html>
Is this anything to be worried about?
__________________
"It's only after we've lost everything that we're free to do anything"

www.rjponzio.com
PonzSpyder is offline   Reply With Quote
Old December 26th, 2001, 05:12 PM     #2 (permalink)
 
Posts: n/a
I've had that do the same thing, sometimes when you visit Errrmmm those kinda sites... and others times some search page sites just assume that you want the site as your home page and go ahead and change it for you..

Madfish

Edit: lol spelling. left out a R
  Reply With Quote
Old December 26th, 2001, 05:25 PM     #3 (permalink)
Senior Member
 
PonzSpyder's Avatar
 
Join Date: Oct 2001
Location: New Jersey
Posts: 707
Send a message via AIM to PonzSpyder Send a message via Yahoo to PonzSpyder
lol

yeah, I think that was the problem. I searched through his cookies an sure enough there was my answer
PonzSpyder is offline   Reply With Quote
Old December 26th, 2001, 05:26 PM     #4 (permalink)
Member
 
Fingers's Avatar
 
Join Date: Jan 2000
Location: Central PA
Posts: 3,865
That can happen if your Java and/or ActiveX security setting are too low (too low can be defined as anytime they're enabled).

It's easy to stop that site from doing it again, just put 66.40.16.232 in your list of restricted sites and he won't be able to change your setting via JS again. JavaScript and ActiveX are great enhancements to web browsing, unfortunately, unscrupulous morons can also use them to change your computer settings and even download and install programs without your knowledge. I disable JavaScript for normal web browsing, and only enable it for websites I trust..... like this one
Fingers is offline   Reply With Quote
Old December 26th, 2001, 05:30 PM     #5 (permalink)
Senior Member
 
PonzSpyder's Avatar
 
Join Date: Oct 2001
Location: New Jersey
Posts: 707
Send a message via AIM to PonzSpyder Send a message via Yahoo to PonzSpyder
Thats a good idea Fingers, I think I might just have to do that on all the PC's here at work

Either that or maybe one day we will get some sort of web filtering in place here but its a small company and they arent that worried about it yet.
PonzSpyder is offline   Reply With Quote
Old December 26th, 2001, 05:30 PM     #6 (permalink)
Ultimate Member
 
Xeroid's Avatar
 
Join Date: Oct 2001
Location: Georgia
Posts: 2,925
There are some viruses that do this. There are also some web pages that do this. Look Here In my case it was just some new dirty trick from some code happy webmaster.

What version of IE are you running? I haven't had this happen since upgrading to IE 5.5 spec2 and downloading all the current security patches. Also make sure your Virus Definitions are up to date.

You can run a free online Security and/or Virus check at Symantec.

Mike
Xeroid is offline   Reply With Quote
Old December 27th, 2001, 06:30 PM     #7 (permalink)
Member
 
Join Date: Oct 2001
Location: incompetant tech support land
Posts: 75
hp paviliturds have some deal with yahoo that resets your homepage to yahoo for fun every now and then. it is the default. can't imagine he is using a paviliturd or the bloated & mangled os they come with, but just a possibility since I see it at work alot.
inquisitive goat is offline   Reply With Quote
Old December 27th, 2001, 06:43 PM     #8 (permalink)
Ultimate Member
 
strangerstill's Avatar
 
Join Date: Oct 2001
Posts: 1,542
Are you sure about the IP address / document name?

I went to check it out ang got a 404:

Code:
C:\>curl 66.40.16.232/hy.htm
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>404 Not Found</TITLE>
</HEAD><BODY>
<H1>Not Found</H1>
The requested URL /hy.htm was not found on this server.<P>
</BODY></HTML>
strangerstill is offline   Reply With Quote
Old December 27th, 2001, 06:44 PM     #9 (permalink)
The Mad Redhatter
 
storm2k's Avatar
 
Join Date: Oct 2001
Location: NJ
Posts: 3,552
Send a message via ICQ to storm2k Send a message via AIM to storm2k Send a message via MSN to storm2k Send a message via Yahoo to storm2k
prolly something that generates random names to do that.

a good virus scanner or maybe even adaware should help with that.
storm2k is offline   Reply With Quote
Old December 31st, 2001, 01:35 PM     #10 (permalink)
Senior Member
 
PonzSpyder's Avatar
 
Join Date: Oct 2001
Location: New Jersey
Posts: 707
Send a message via AIM to PonzSpyder Send a message via Yahoo to PonzSpyder
Sorry, I think I got confused somehow...

EDIT: Please be careful about clicking these links, I posted them for referance only.

The address that it's switched to was actually:
http://66.40.16.232/hy/

But if you RightClick/SaveTargetAs on that link, you will get the hy.htm file I was refering to

These also are related pages:
http://66.40.16.232/hy/L8r.htm
http://66.40.16.232/hy/topsearch.htm

Last edited by PonzSpyder : December 31st, 2001 at 01:37 PM.
PonzSpyder is offline   Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Most Active Discussions
Is It Just Me? (3050)
The disrespect of Obama by Russian .. (48)
Delete an OS (16)
Breaking: San Diego ACORN Document .. (10)
Nvidia GTX 260 problem (8)
Laptop with wireless problem. (12)
Wireless Televisions. (12)
CPU fan stops spinning randomly (11)
windows vista security holes (17)
Regular Build (11)
Internet Lost (5)
windows 7 problem (7)
Point and Shoot Camera Suggestions. (6)
Print spooler problem (16)
Recent Discussions
Delete an OS (16)
Multiple Restarts Required at Boot (4)
cell phone won't work (0)
Nvidia GTX 260 problem (8)
Is the PSU I received dead? (15)
Can't open Word (12)
[F@H SPAM 11/16/09] ! 1/2 months to r.. (37)
Steam ID's, Gamertags etc... (4)
Games, Cables, PCI cards, and more fo.. (6)
Dept. of HS: NSA 'Helped' Develop Vis.. (17)
Linksys WMP54GS wireless card problem.. (5)
windows vista security holes (17)
Help getting around port 80 for camer.. (5)
Skillsoft Network+ Study Software Que.. (10)
Browsers wont load websites (3)
help me pls laptop just stopped worki.. (0)
Open With ..... Win7 (3)
Laptop with wireless problem. (12)
Internet Lost (5)
virus blocking exe. files (1)
Point and Shoot Camera Suggestions. (6)
CPU fan stops spinning randomly (11)
Modern Warfare 2: Who Bought It? (65)
Print spooler problem (16)
Kingston Bluetooth Dongle Driver (1)


All times are GMT -4. The time now is 09:49 PM.
TechIMO Copyright 2009 All Enthusiast, Inc.



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28