For the past few months I have been bombarded with a lot of hits from China and other places on certain ports. I blocked all I could on my firewall, but still the hits came in. HijackThis didn't find anything off nor Adaware. Then in the course of checking out things on the port number hits and firewall wanting to allow components I found a couple of files I renamed and that seemed to slow things down for the first 15 minutes I was connected.
Due to my posting on AutoComplete (url), I finally checked the information to see if Alexia had made it on my computer which it hadn't, but I followed it's suggestion to change the Related.htm. For some reason this has just about stopped those firewall hits. Same thing happened several years ago and every program I tried didn't find anything. I finally gave up and did a recovery that time which fixed it, thus all I can guess is MS files had been used.
Does anyone know if there is something in the related.htm that could cause such hits to occurr? W98SE:
line changed use to say-RelatedServiceURL="http://related.msn.com/related.asp?url=";
another suggested change was: RelatedServiceURL="http://127.0.0.1";
If you have an ideal of what any of the lines below that may be using as files please let me know since they might be the infected MS files.
<script>
//Build the query
userURL=external.menuArguments.location.href;
RelatedServiceURL="http://no_way_no_how.org/="; (line I changed to prevent files use)
//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>