Helping people with computers... one answer at a time.

127.0.0.1 is used in the hosts file by malware, anti-malware and ad blockers to block access to certain sites. The domains blocked will tell you which.

I've looked in my "\windows\system32\drivers\etc\hosts" file and found a number of entries that all begin with 127.0.0.1.

1. What are all those identical seemingly IP addresses, 127.0.0.1?

2. The sites listed, are they on my system and bad or are they being blocked from my computer to reach them (just like what you had stated Sasser, sometimes does to reach Anti-virus sites for definition updates?

3. What should I do with this list? Shall I delete these sites and only keep the localhost line?

127.0.0.1 is "special", and refers to your own computer. It's used for both good and evil. The trick here is to understand which, and perhaps how these entries appeared on your computer in the first place.

As I said, 127.0.0.1 is a special IP address that is always defined to refer to the local computer. So whenever a computer attempts to connect to 127.0.0.1 it's really attempting to connect to itself.

Now, unless you're running a web server on your own machine (highly unlikely unless you explicitly set it up), and if a web browser tries to connect to 127.0.0.1 that connection will fail - there's no web server to answer the call.

The other piece of this puzzle is to realize that entries in your hosts file take priority over "real" lookups. For example, if you put this in your hosts file:

127.0.0.1 google.com
127.0.0.1 www.google.com
"... 127.0.0.1 is a special IP address that is always defined to refer to the local computer."

you'll no longer be able to access Google. Your browser would request the IP address for google.com, the system would find it in your hosts file first and assume that was the correct address. Your browser would attempt to access 127.0.0.1, your own computer, and that would fail.

From this comes one ad blocking technique that places these kinds of entries into your hosts file for known advertising sites. That way, when your browser attempts to access them to fetch an ad, that fails and no ad is displayed. It can also be used to prevent access to sites that are known to be malicious in nature.

In looking at the list provided by the person asking the question, that appears to be what's happening here. These appear to be advertising or malware sites that have been blocked.

Now, the question is: how did this list get there?

I'm going to assume that since you're asking, you didn't put it there. Manually installing such a list is the most common approach.

The other alternative is that some anti-malware or firewall package you're using added the list for you. I'd check the various packages you're running to see if perhaps that's part of the feature list.

One way that the hosts file gets abused is by malware.

As we've seen, we can block access to certain sites by creating a "127.0.0.1" entry in the hosts file. What some malware does is exactly that - to block anti-malware companies.

For example, malware might install hosts entries to block your anti-virus software from updating itself or its malware definition. If your infection occurs prior to the definitions being updated to detect it, the malware has effectively hidden such that it will never be discovered as your anti-malware will never be able to update itself.

So if you see a list of domains like symantec.com, ca.com, and the domains of other well known anti-malware companies, you can pretty much bet that something's up. You can delete them if you like, but I'm guessing that a) it's too late because you're infected, and b) the malware will just add them back.

The good news in all this is that most anti-malware software is very aware of the potential for hosts file abuse. Some anti-spyware software will go so far as to lock the file so that it can't be modified, and most others will notify you if it changes unexpectedly.

Article C3492 - September 5, 2008

Leo Leo A. Notenboom has been playing with computers since he was required to take a programming class in 1976. An 18 year career as a programmer at Microsoft soon followed. After "retiring" in 2001, Leo started Ask Leo! in 2003 as a place for answers to common computer and technical questions. More about Leo.

Not what you needed?

Recent Comments
13 Comments

I've gone throuh this article and also the comments and found it very enlightening. Thanks - EFernandez

Posted by: Erasto Fernandez at September 12, 2008 10:36 PM

what if my hosts file does not contain a 127.0.0.1 number or a 0.000...etc number? i am trying to block a website on google chrome and i have no idea how to do it.....please help....

As the article outlines, just add the lines you want.
- Leo
21-Jul-2009

Posted by: miaka at July 20, 2009 10:17 AM

Hi, Leo. Excellent article.
I have a Q.
My hosts file has 2 lines after comment:

127.0.0.1 localhost
::1 localhost

What's the effect of second line (::1 localhost)?
What happens if I get rid of both of those lines and replace it with a host name that I want to block? Should I save those lines and just another host that I want to block?
Your answer will be very appreciated.

Leave them both in, and add whatever you want to block underneat. 127.0.0.0 means "this computer", i.e. the computer itself more commonly known as localhost. ::1 is the same thing in IPv6 - a newer addressing scheme that may (or may not) eventually replace the current IPv4.
Leo
12-Aug-2009

Posted by: Jimmy Han at August 11, 2009 8:14 PM

The hosts file, containing the 127.0.0.1 entries, may have been down loaded from the MVPS.ORG website, either by a person or some software.

Posted by: Jerry Bodoff at December 1, 2009 3:06 AM

So what happens if you delete the lines with 127.0.0.1, does you computer still work properly and all services still work as long as they don't access 127.0.0.1, also when we assign a IP to the m/c, that IP and this 127.0.0.1 address both now refer to this computer? can a linux box function normally if i delete that line or it is die die reqd for something? thanks so much the article is gr8...

Posted by: raj at May 21, 2010 4:19 AM
Post a comment on "What are these 127.0.0.1 entries in my system hosts file?":





Remember Me?

(You may use HTML tags for style)

Before commenting, please...

  • READ THE ARTICLE. A comment that shows you didn't will be deleted and ignored.

  • Comment only on the article. Use the search box at the top of the page if you have a question about something else.

  • NO PERSONAL INFORMATION in the comment. No email addresses. No phone numbers. No physical addresses.

  • Anything that looks the least bit like spam will be deleted. Links to unrelated sites or links that appear to be primarily promotional will be deleted, or the comment will be deleted.

  • Don't ask me to recover lost passwords or hacked accounts. I can't. Those comments will be deleted.

  • I can't respond to every comment. And I can't vouch for the accuracy of others who do.

Please wait. Your comment is being processed ...