Find the answer to your Linux question:
Results 1 to 7 of 7
Is there an application that can add bad domains and ips to my hosts file automatically, similar in function to spybot S&D and spyware blaster ? example: Code: localhost 127.0.0.1 ...
  1. #1
    Linux Newbie felipe1982's Avatar
    Join Date
    Oct 2006
    Posts
    164

    "spyware blaster" look-alike for linux?

    Is there an application that can add bad domains and ips to my hosts file automatically, similar in function to spybot S&D and spyware blaster?

    example:
    Code:
    localhost        127.0.0.1
    nastydomain.com  127.0.0.1

  2. #2
    Linux Enthusiast apoorv_khurasia's Avatar
    Join Date
    Feb 2005
    Location
    Laurasia
    Posts
    624
    If that has appeared in your file and if you are not nastydomain.com then you might be the first know victim of a linux spyware to me. Currently I do not know of any linux anti-spyware but i am intrigued about "how someone got root permissions to your box?"
    "There is no sixth rule"
    --Rob Pike
    Registered Linux User: 400426 home page

  3. #3
    Linux User yourname3232's Avatar
    Join Date
    Aug 2005
    Location
    Pacific Northwest, USA
    Posts
    262
    Oh so you are looking for an app to add a list of bad domains to the hosts file? I suggust that you run one of those programs on a windows machine and copy the hosts file.
    Registered GNU/Linux User #399198
    'Experience is something you don't get until just after you need it.' -Steven Wright

  4. #4
    Linux Newbie stubbe's Avatar
    Join Date
    May 2006
    Posts
    143
    don't iptables can do thing like this? I never touch it tho, just read it from magazines.

    So far I'm working with Linux I never had adwares, spywares and viruses problem for sure, since all (most) of them are targeted for windows.

  5. #5
    Linux Engineer rcgreen's Avatar
    Join Date
    May 2006
    Location
    the hills
    Posts
    1,112
    There probably isn't an app that does it automatically, Linux
    being more of a "hands on" kind of OS. The superior solution
    is black hole DNS

    You run bind name server on your linux box, and put all the info on bad domains
    in the configuration. Not only do you point this particular box toward its own name server,
    but any other computers on your lan. It's better than a hosts file because you can black hole entire domains, where the hosts file has to have an entry for each host.

  6. #6
    Linux Newbie burntfuse's Avatar
    Join Date
    Nov 2006
    Location
    Laurel, MD
    Posts
    158
    If you've got a Red Hat or Fedora distro, you can use the network config - there's a tab there where you can add hosts manually.
    I have sold my soul to the penguin

  7. #7
    Linux Newbie felipe1982's Avatar
    Join Date
    Oct 2006
    Posts
    164

    hosts file free download

    Quote Originally Posted by yourname3232
    Oh so you are looking for an app to add a list of bad domains to the hosts file? I suggust that you run one of those programs on a windows machine and copy the hosts file.
    I went and downloaded this one. Also, I made a backup of my old hosts file.
    http://www.mvps.org/winhelp2002/hosts.htm
    Seems to be working ok, so far.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •