Most Common Trackback Spammerbandwidth misery

  • If you used the latest version of WP-iStalker theme it will show you the client’s user-agent for sending trackback and pingback. The small signature is display on the comment list & Akismet.

    I actually made this little feature for separating WordPress client pingback and trackback comments. I’m positive that you can also used it for comparing real trackback from spammer.

    Most shell bots used perl http package

    Most shell bots used perl http package

    Here come the stats

    According to my made-in-france bot tracker, libwww-perl is the most abused clients for sending code injection and Jakarta Commons-HttpClient is largely used for sending trackback SPAM.

    90% are trackback spam

    90% are trackbacks spam

    Simple rules

    User agent string can be easily spoof so the target victim wont know the actual client. If the client is not coming from a blogging software or CMS its 90% spam oriented. And if the client is using generic user agent software HTTP package likes libwww-perl, Larbin, Nutch, et cetera it should be ignore.

    How to banned user agent with htaccess

    Banning these two user agents reduces my daily trackback spams to bearable amount. I’m gladly say these two user agent is the cause of many bandwidth misery. Both client is now honored in my htaccess rules ↓

    <IfModule mod_setenvif.c>
    SetEnvIfNoCase User-Agent "^libwww-perl*" shell_bots=1
    SetEnvIfNoCase User-Agent "^Jakarta*" shell_bots=1
    </IfModule>
    
    <FilesMatch "(.*)">
    Order Allow,Deny
    Allow from all
    Deny from env=shell_bots
    </FilesMatch>
    About the Author
     

No Responsesto “Most Common Trackback Spammer”

    • stalker's photo Kaizeku Ban
    • Most Common Trackback Spammer - 'Comment Guidlines' ↓
      2 months ago on Wednesday, November 5th, 2008 at 9:55 pm 5 url

      If you want to comment, please read the following guidelines. These are designed to protect you and other users of the site.

      1. Be relevant: Your comment should be a thoughtful contribution to the subject of the entry. Keep your comments constructive and polite.
      2. No advertising or spamming: Do not use the comment feature to promote commercial entities/products, affiliates services or websites. You are allowed to post a link as long as it's relevant to the entry.
      3. Keep within the law: Do not link to offensive or illegal content websites. Do not make any defamatory or disparaging comments which might damage the reputation of a person or organisation.
      4. Privacy: Do not post any personal information relating to yourself or anyone else (i.e., address, place of employment, telephone or mobile number or email address).

      In order to keep these experiences enjoyable and interesting for all of our users, we ask that you follow the above guidlines. Feel free to engage, ask questions, and tell us what you are thinking! insightful comments are most welcomed.

      be the first to comment.

"write as if you were talking to a good friend (in front of your mother)."

.haveyoursay

Disclaimer: For any content that you post, you hereby grant to Kaizeku Ban the royalty-free, irrevocable, perpetual, exclusive and fully sublicensable license to use, reproduce, modify, adapt, publish, translate, create derivative works from, distribute, perform and display such content in whole or in part, world-wide and to incorporate it in other works, in any form, media or technology now known or later developed. Some rights reserved.