Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Darth Cow

macrumors newbie
Original poster
Jul 27, 2008
21
0
I came back from lunch today to discover that my the DNS server on my Mac (v10.6.7) spontaneously changed to 188.229.89.121, so that every website loads the text "This page does not support your version of browser" with a link to download "updbrowser20110819.exe".

Obviously this is a rather poorly constructed virus/hack, but any ideas how this happened? I reset my DNS and changed my login password but I wonder if there are any other preventative measures I could take to prevent this from happening again.
 
The end user shouldn't know about the DNSs being chosen.
How did you find out that information?
 
I found that address listed under Network > Airport > DNS > DNS Servers.
 
Obviously this is a rather poorly constructed virus/hack, but any ideas how this happened? I reset my DNS and changed my login password but I wonder if there are any other preventative measures I could take to prevent this from happening again.
No viruses exist in the wild that can run on Mac OS X, and there never have been any, since it was released 10 years ago. The handful of trojans that exist can be easily avoided with some basic education, common sense and care in what software you install:

Read the section "Why am I being redirected to other sites?" in the link above.

The end user shouldn't know about the DNSs being chosen.
That's not true at all. Any user can know what DNS they're using, and can change it.
 
That's not true at all. Any user can know what DNS they're using, and can change it.

I have never said the user can't know or can't change the DNSs he/she is using.
I said the user shouldn't know about it, because most of the time the default and automatically set DNSs work just fine.
 
same DNS issue today

Same thing happened to me today; same DNS change, same browser 'error' message with link to exe file. I changed the DNS setting back and all seems fine but I'd be interested in hearing any info about this issue.
 
I just signed up to say that this just happened to me today as well, except it was on my Ubuntu box... The only thing I downloaded today was the WoW client from the official site and was running it in Wine. I did run Wireshark from the Ubuntu repos with root privileges though. It seems this could be serious.

EDIT: I tried to edit etc/resolv.conf and replace the dns with my router, but every time I restart Ubuntu, it is changed back... Can anyone help?
 
Last edited:
All those that have had malicious DNS issues: post your router model, your ISP, affected operating system, and the browser you used the most. There may be a common thing between them.
 
All those that have had malicious DNS issues: post your router model, your ISP, affected operating system, and the browser you used the most. There may be a common thing between them.

My router is: Ambit Broadband, Hardware Version : 4.25, Software Version : 5.105.1003. There is very little information about it, it came with the Charter service.

My ISP is: Charter (http://charter.com/)
My affected operating is Ubuntu 11.04 (Codename: natty)
The browser I used the most was Firefox 6.0
 
I had exactly the same problem. cat /etc/resolv.conf showed this line:
Code:
nameserver 188.229.89.121

We figured out that there was an infected machine on the network by doing this:

1. Turn on verbose logging for dhcp:
Code:
sudo ipconfig setverbose 1

2. Follow the log by opening it in Console.app or running this in the terminal:
Code:
tail -F /var/log/com.apple.IPConfiguration.bootp

3. Unplug and replug ethernet (and/or WLAN)

4. Keep your eyes up for a block that ends with:
Code:
domain_name_server (ip_mult): {188.229.89.121}

On our network, the real IP of that machine was in the server_identifier (ip) field of the log. After this, we used tcpdump to find the MAC address, logged in to the switch, found the port, followed the cable in that port to the patch panel, located the office and unplugged the windows machine.

Our network is now clean, at least temporarily.

Happy hunting =)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.