Atricle Dump
#1 in Business Subscribe Email Print

You are here: Home > Internet and Businesses Online > Spam Blocker > Invasion of the Email Snatchers

Tags

  • drawback
  • cause
  • there
  • tells robots
  • changes yourself
  • unfortunately harvesting

  • Links

  • Tips For Finding A Good Deal On A Used Car
  • Non-fiction Article Choices
  • The Role Of Violence in My Novels
  • Atricle Dump - Invasion of the Email Snatchers

    The Goose That Lays Golden Eggs
    Ever wondered what it would be like to have a goose that lays golden eggs? Well, if you thought such stuff happens only in fairy tales, think again!Now before you get carried away in your own curious thoughts, let me tell you that the magical goose I'm talking about is your list of subscribers or your contact list...That's right, a list of targeted subscribers can be that precious and be equal to a goose that lays golden eggs. Your own contact list has the potential to earn you money on demand and building one makes sure that you never run out of money.Feed Your Goose WellYou can’t have a weak goose, which rarely lays any eggs. That’s the very reason you'll have to feed it well enough so that it can becomes big and strong and lays a lo
    ($a,$b,$c,$d)=split(/\./,$number);
    $ipadr=pack("C4",$a,$b,$c,$d);
    ($name,$aliases,$addrtype,$length,
    @addrs)=(gethostbyaddr("$ipadr", 2));

    if ($name =~ /foo.com/i) {
    $ENV{HTTP_USER_AGENT} =~ /emailsiphon/i;
    $access_denied++;
    sleep(10000);
    }

    The last option is, in my humble opinion, the best option. If you have the ability to modify your .htaccess file, you can specify certain host agents that are not allowed to visit your site using the mod_rewrite file. This effectively blocks the offending robots from ever touching your site. You should definitely check with your hosting provider to see whether or not you can make such a modification. Most hosts will be more than happy to make the modification for you.

    For those of you willing and able to make the changes yourself, just add the following to your.htaccess file:

    RewriteEngine on
    RewriteCond

    Consulting Salary - What Can Your Business Afford?
    Consulting salaries are an important factor in your ability to hire the type of talent you will need as your business expands. You will probably do much of the work yourself, but as your business scales up you will need to employ others to help you. The consulting salary and payment scheme you offer will be key to attracting and retaining top talent.You need to ask yourself very early on in your business operations, "Will I be able to afford the kind of technical person that has the skills that are needed for sweet spot clients?" If your business is only generating enough revenue to cover a consulting salary of $27,000 per year, you might be in for a shocking answer.Consulting Salaries and Scenario AnalysisWhen we think about consulting salaries we
    They're sneaky. And stealthy. They're quiet and mostly unobtrusive, but once you've been visited by them, you'll know it. Because you'll be inundated with a seemingly never-ending stream of spam-mails.

    They're email harvesting robots, and chances are you've been visited by one.

    What these insidious creatures do is crawl your site, much like the search engine spiders do, and collect any and all email addresses they find there. Many of them crawl your entire site, following every link, gathering email addresses from your guestbook, your message boards, databases, and everywhere else they can get to.

    What happens next is so sinister, so unthinkable; I can barely say it. They put your email addresses on CDRom and sell them- as opt-in lists. You've seen them, "20,000 targeted email addresses for only $29.95!", or my personal favorite, "Send 10 Bazillion emails- WITHOUT SPAMMING!!". What you didn't know was that it was YOUR email address they were selling.

    To find out if your site has been visited by an email harvester, you only need to look at your logs. If your web host provides you with your stats, you can look in the Browser report for any of the following:

    • EmailSiphon
    • Crescent Internet Tool Pack v1.0
    • Cherry Picker
    • Email Collector
    • Libwww-perl 1.0

    If you don't have a stats program, you can examine your logs for visits from these agents. The easiest way to do this is to download them and open them in a program with a search function (like Wordpad). Then you can search for the names listed above.

    So, what can you do to protect your site from these evil robots? Unfortunately, there's no single magic solution. There are, however steps you can take to discourage them.

    The first thing you can do is create a Robots Exclusion file. This is simply a text file named robots.txt that you place in your root directory. What this file does is tells robots where they can and cannot go (as well as which robots can and cannot visit your site). The drawback of using this file to combat email harvesting robots is that as a rule, the robots.txt file is based on a sort of robot honor system. That is to say that you are assuming that any robot that visits will ask for and comply with the directives that you put there. Unfortunately, harvesting robots are typically ill-mannered robots that ignore this file. For more information on Robot Exclusion, visit the Robots Exclusion Standard

    A really fun solution is to use a cgi-script that punishes bad robots. What these do is to direct the robot to a page full of fake email addresses- lots and lots of them. So, what the spammer gets is a whole lot of bounced email messages, which will discourage them from visiting you again. The downside of this method is that they do also collect the valid email addresses. Also, most scripts of this type have a little disclaimer attached to them stating that they won't be held responsible for any legal issues that arise from the use of their script- and that has to make you wonder.

    There are other scripts that hide your email address from the robots, but not your site visitors. This is a great solution for smaller sites that don't have more than one or two addresses listed. You can find both types of scripts at the CGI Resource Index

    Another handy script is one that will check to see if a robot is friendly, and if not it will put it to sleep for say, 10,000 minutes. This will cause the robot to terminate the request and move on to another victim.

    $number = $ENV{REMOTE_ADDR};
    ($a,$b,$c,$d)=split(/\./,$number);
    $ipadr=pack("C4",$a,$b,$c,$d);
    ($name,$aliases,$addrtype,$length,
    @addrs)=(gethostbyaddr("$ipadr", 2));

    if ($name =~ /foo.com/i) {
    $ENV{HTTP_USER_AGENT} =~ /emailsiphon/i;
    $access_denied++;
    sleep(10000);
    }

    The last option is, in my humble opinion, the best option. If you have the ability to modify your .htaccess file, you can specify certain host agents that are not allowed to visit your site using the mod_rewrite file. This effectively blocks the offending robots from ever touching your site. You should definitely check with your hosting provider to see whether or not you can make such a modification. Most hosts will be more than happy to make the modification for you.

    For those of you willing and able to make the changes yourself, just add the following to your.htaccess file:

    RewriteEngine on
    RewriteCond

    Three Reasons You'll Be Podcasting Sooner or Later
    In a recent networking situation a small business owner asked me an interesting question.“Have I missed the boat with Podcasting?”She went on to explain that some felt that the podcasting wave had crested and anyone who was going to be anybody in the world of podcasting were already doing it and anyone else that tried to join in now would just be lost in the crowd.I blinked through several moments of silence while I gave that some thought. There is so much in her words that can spark a great conversation. What is meant by “anyone who was going to be anybody” for starters?Okay, leaving all that behind – her question can be answered easily enough.No, you have not missed the boat with podcasting.Podcasting is still a young media.
    t it was YOUR email address they were selling.

    To find out if your site has been visited by an email harvester, you only need to look at your logs. If your web host provides you with your stats, you can look in the Browser report for any of the following:

    • EmailSiphon
    • Crescent Internet Tool Pack v1.0
    • Cherry Picker
    • Email Collector
    • Libwww-perl 1.0

    If you don't have a stats program, you can examine your logs for visits from these agents. The easiest way to do this is to download them and open them in a program with a search function (like Wordpad). Then you can search for the names listed above.

    So, what can you do to protect your site from these evil robots? Unfortunately, there's no single magic solution. There are, however steps you can take to discourage them.

    The first thing you can do is create a Robots Exclusion file. This is simply a text file named robots.txt that you place in your root directory. What this file does is tells robots where they can and cannot go (as well as which robots can and cannot visit your site). The drawback of using this file to combat email harvesting robots is that as a rule, the robots.txt file is based on a sort of robot honor system. That is to say that you are assuming that any robot that visits will ask for and comply with the directives that you put there. Unfortunately, harvesting robots are typically ill-mannered robots that ignore this file. For more information on Robot Exclusion, visit the Robots Exclusion Standard

    A really fun solution is to use a cgi-script that punishes bad robots. What these do is to direct the robot to a page full of fake email addresses- lots and lots of them. So, what the spammer gets is a whole lot of bounced email messages, which will discourage them from visiting you again. The downside of this method is that they do also collect the valid email addresses. Also, most scripts of this type have a little disclaimer attached to them stating that they won't be held responsible for any legal issues that arise from the use of their script- and that has to make you wonder.

    There are other scripts that hide your email address from the robots, but not your site visitors. This is a great solution for smaller sites that don't have more than one or two addresses listed. You can find both types of scripts at the CGI Resource Index

    Another handy script is one that will check to see if a robot is friendly, and if not it will put it to sleep for say, 10,000 minutes. This will cause the robot to terminate the request and move on to another victim.

    $number = $ENV{REMOTE_ADDR};
    ($a,$b,$c,$d)=split(/\./,$number);
    $ipadr=pack("C4",$a,$b,$c,$d);
    ($name,$aliases,$addrtype,$length,
    @addrs)=(gethostbyaddr("$ipadr", 2));

    if ($name =~ /foo.com/i) {
    $ENV{HTTP_USER_AGENT} =~ /emailsiphon/i;
    $access_denied++;
    sleep(10000);
    }

    The last option is, in my humble opinion, the best option. If you have the ability to modify your .htaccess file, you can specify certain host agents that are not allowed to visit your site using the mod_rewrite file. This effectively blocks the offending robots from ever touching your site. You should definitely check with your hosting provider to see whether or not you can make such a modification. Most hosts will be more than happy to make the modification for you.

    For those of you willing and able to make the changes yourself, just add the following to your.htaccess file:

    RewriteEngine on
    RewriteCond

    Kitchen Granite Countertops For You
    Kitchen granite countertops that are created by nature and fanatically shaped by man are a good-looking, durable and amazing cost effective choice for kitchens and baths. The term granite actually appears from the Latin root word called Granum, which further means grain.Over and above 10 years kitchen granite countertops have become well accepted with homeowners, after primarily being popular with designers for decades. Granite in fact is available in enormous colors, from different shades of white to different shades of browns, reds, greens, blues and as well as black. The most well liked tones are brown and beige.In addition of being solid kitchen granite countertops, it can take in hot items, like pots and pans, and it as well very stain resistant to hot
    that you place in your root directory. What this file does is tells robots where they can and cannot go (as well as which robots can and cannot visit your site). The drawback of using this file to combat email harvesting robots is that as a rule, the robots.txt file is based on a sort of robot honor system. That is to say that you are assuming that any robot that visits will ask for and comply with the directives that you put there. Unfortunately, harvesting robots are typically ill-mannered robots that ignore this file. For more information on Robot Exclusion, visit the Robots Exclusion Standard

    A really fun solution is to use a cgi-script that punishes bad robots. What these do is to direct the robot to a page full of fake email addresses- lots and lots of them. So, what the spammer gets is a whole lot of bounced email messages, which will discourage them from visiting you again. The downside of this method is that they do also collect the valid email addresses. Also, most scripts of this type have a little disclaimer attached to them stating that they won't be held responsible for any legal issues that arise from the use of their script- and that has to make you wonder.

    There are other scripts that hide your email address from the robots, but not your site visitors. This is a great solution for smaller sites that don't have more than one or two addresses listed. You can find both types of scripts at the CGI Resource Index

    Another handy script is one that will check to see if a robot is friendly, and if not it will put it to sleep for say, 10,000 minutes. This will cause the robot to terminate the request and move on to another victim.

    $number = $ENV{REMOTE_ADDR};
    ($a,$b,$c,$d)=split(/\./,$number);
    $ipadr=pack("C4",$a,$b,$c,$d);
    ($name,$aliases,$addrtype,$length,
    @addrs)=(gethostbyaddr("$ipadr", 2));

    if ($name =~ /foo.com/i) {
    $ENV{HTTP_USER_AGENT} =~ /emailsiphon/i;
    $access_denied++;
    sleep(10000);
    }

    The last option is, in my humble opinion, the best option. If you have the ability to modify your .htaccess file, you can specify certain host agents that are not allowed to visit your site using the mod_rewrite file. This effectively blocks the offending robots from ever touching your site. You should definitely check with your hosting provider to see whether or not you can make such a modification. Most hosts will be more than happy to make the modification for you.

    For those of you willing and able to make the changes yourself, just add the following to your.htaccess file:

    RewriteEngine on
    RewriteCond

    Web Site Money - How to Make Money With Your Web Site
    It is easy to make money through the internet provided you know how to. The first and one of the most crucial steps is to set up your own website. This is not an option but a necessity. Even if you are an affiliate broker and do not have your own company or own products to sell you need to set up a website.Anyone who wants to market any kind of product on the internet must do so through the mediation of a website where people can come and take a look at your product (whether acquired through another company or otherwise) and the listed prices. There should be the added option and convenience of shopping and ordering online. All this and more can be achieved through your site and only through this specific medium.If you think the placing advertisements on var
    hich will discourage them from visiting you again. The downside of this method is that they do also collect the valid email addresses. Also, most scripts of this type have a little disclaimer attached to them stating that they won't be held responsible for any legal issues that arise from the use of their script- and that has to make you wonder.

    There are other scripts that hide your email address from the robots, but not your site visitors. This is a great solution for smaller sites that don't have more than one or two addresses listed. You can find both types of scripts at the CGI Resource Index

    Another handy script is one that will check to see if a robot is friendly, and if not it will put it to sleep for say, 10,000 minutes. This will cause the robot to terminate the request and move on to another victim.

    $number = $ENV{REMOTE_ADDR};
    ($a,$b,$c,$d)=split(/\./,$number);
    $ipadr=pack("C4",$a,$b,$c,$d);
    ($name,$aliases,$addrtype,$length,
    @addrs)=(gethostbyaddr("$ipadr", 2));

    if ($name =~ /foo.com/i) {
    $ENV{HTTP_USER_AGENT} =~ /emailsiphon/i;
    $access_denied++;
    sleep(10000);
    }

    The last option is, in my humble opinion, the best option. If you have the ability to modify your .htaccess file, you can specify certain host agents that are not allowed to visit your site using the mod_rewrite file. This effectively blocks the offending robots from ever touching your site. You should definitely check with your hosting provider to see whether or not you can make such a modification. Most hosts will be more than happy to make the modification for you.

    For those of you willing and able to make the changes yourself, just add the following to your.htaccess file:

    RewriteEngine on
    RewriteCond

    How To Develop And Maintain Your Ebay Reputation
    In any local community your credibility, honesty and reputation are important for making friends. The same concept applies for doing business nationally or internationally.Many professional bodies and businesses add “better business bureau” type logos to their letterheads and website in an attempt to attract a measure of public confidence and to distinguish and identify their company as being both reputable and trustworthy.The same applies on eBay where Feedback from your peers is at the heart of your reputation. Feedback is a valuable weather vane or indicator of a buyer's or seller's reputation on eBay enabling other buyers and sellers to develop trusting relationships based on open, honest insight into the track record of their trading pa
    ($a,$b,$c,$d)=split(/\./,$number);
    $ipadr=pack("C4",$a,$b,$c,$d);
    ($name,$aliases,$addrtype,$length,
    @addrs)=(gethostbyaddr("$ipadr", 2));

    if ($name =~ /foo.com/i) {
    $ENV{HTTP_USER_AGENT} =~ /emailsiphon/i;
    $access_denied++;
    sleep(10000);
    }

    The last option is, in my humble opinion, the best option. If you have the ability to modify your .htaccess file, you can specify certain host agents that are not allowed to visit your site using the mod_rewrite file. This effectively blocks the offending robots from ever touching your site. You should definitely check with your hosting provider to see whether or not you can make such a modification. Most hosts will be more than happy to make the modification for you.

    For those of you willing and able to make the changes yourself, just add the following to your.htaccess file:

    RewriteEngine on
    RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [OR]
    RewriteCond %{HTTP_USER_AGENT} ^EmailWolf [OR]
    RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Mozilla.*NEWT [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Crescent [OR]
    RewriteCond %{HTTP_USER_AGENT} ^CherryPicker [OR]
    RewriteCond %{HTTP_USER_AGENT} ^[Ww]eb[Bb]andit [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebEMailExtrac.* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^NICErsPRO [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Telesoft [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Zeus.*Webster [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Microsoft.URL [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Mozilla/3.Mozilla/2.01 [OR]
    RewriteCond %{HTTP_USER_AGENT} ^EmailCollector
    RewriteRule ^.*$ /badspammer.html [L]

    While these are all effective measures to fight the Email Snatchers, there are new robots evolving every day. It's important to stay informed with the latest tools that the spammers are using. Some excellent sources of information can be found at:

    Search Engine World
    http://searchengineworld.com/engine/denied.htm

    Apache Today
    "Restricting Access by Host"

    SpiderHunter.com
    http://www.spiderhunter.com/

    HTTP = HTML link (for blogs, profiles,phorums):
    <a href="http://www.articledump.net/article/81384/articledump-Invasion-of-the-Email-Snatchers.html">Invasion of the Email Snatchers</a>

    BB link (for phorums):
    [url=http://www.articledump.net/article/81384/articledump-Invasion-of-the-Email-Snatchers.html]Invasion of the Email Snatchers[/url]

    Related Articles:

    How To Secure Your Dream Job By Playing Dumb

    CV Secrets You Need to Know

    Sales Training - Ten Don'ts

    Bookmark it: del.icio.us digg.com reddit.com netvouz.com google.com yahoo.com technorati.com furl.net bloglines.com socialdust.com ma.gnolia.com newsvine.com slashdot.org simpy.com shadows.com blinklist.com