TechTalkz.com Logo

Go Back   TechTalkz.com Technology & Computer Troubleshooting Forums > Tech Support Archives > Security > Spyware

Notices

Reply
 
Thread Tools Display Modes
Old 06-12-2007, 06:05 AM   #1
RF
Guest
 
Posts: n/a
Alexa Related script file discovered

Hi Experts,

Search and Destroy discovered the following file: RELATED.HTM in my
WINNT\web\ folder.

Does anyone know what it is supposed to do?

How to block this in future?

TIA

RF




<script>

//Build the query
userURL=external.menuArguments.location.href;
RelatedServiceURL="http://www.google.com/ie?as_rq=";

//Perform simple check for Intranet URLs
//this is where the http or https will be, as found by searching for ://
but skip res:
protocolIndex=userURL.indexOf("://",4);
serverIndex=userURL.indexOf("/",protocolIndex + 3);
urlresult=userURL.substring(0,serverIndex);

//Check if Intranet URL - then open search bar

if (urlresult.indexOf(".",0) < 1) userURL="Intranet URL";
finalURL = RelatedServiceURL + encodeURIComponent(userURL);
external.menuArguments.open(finalURL, "_search");

</script>
  Reply With Quote
Old 06-12-2007, 06:07 AM   #2
Beauregard T. Shagnasty
Guest
 
Posts: n/a
Re: Alexa Related script file discovered

RF wrote:

> Hi Experts,
>
> Search and Destroy discovered the following file: RELATED.HTM in my
> WINNT\web\ folder.
>
> Does anyone know what it is supposed to do?


Redirects Internet Exploder to a search site.

> How to block this in future?


Use Notepad or other editor, and change this line:

> RelatedServiceURL="http://www.google.com/ie?as_rq=";


to:

RelatedServiceURL="hXXp://www.google.com/ie?as_rq=";

(Note the X's)

The version on my Windows 2000 box used msn.com instead of google.

RelatedServiceURL="hXXp://related.msn.com/related.asp?url=";

--
-bts
-Motorcycles defy gravity; cars just suck
  Reply With Quote
Reply

Thread Tools
Display Modes


Google
 


All times are GMT +5.5. The time now is 10:12 AM.


vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO
Copyright © 2005-2008, TechTalkz.com. All Rights Reserved - Privacy Policy
Valid XHTML 1.0 Transitional