PHP Classes
elePHPant
Icontem

DNSBL: Check spam IP address in DNS black lists

Recommend this page to a friend!
  Info   View files View files (5)   DownloadInstall with Composer Download .zip   Reputation   Support forum (4)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2011-06-26 (5 years ago) RSS 2.0 feedNot enough user ratingsTotal: 676 All time: 4,584 This week: 872Up
Version License PHP version Categories
dnsbl 0.9.1GNU General Publi...3.0Networking, PHP 5, Validation
Description Author

This class can check if an IP address is of a spammer by looking up in DNS blacklists.

It can take a given IP address to check and queries the DNS records of one or more black lists to determine if the IP address can be a known spammer.

Currently the class can check the black lists of SpamHaus, SpamCop, DSBL, ORDB, SORBS, NJABL or all at once.

Picture of Alexey Znaev
Name: Alexey Znaev <contact>
Classes: 3 packages by
Country: Russian Federation Russian Federation
Innovation award
Innovation award
Nominee: 1x

Details
DNSBL - Spam IP address checker
=================================================

DNSBL is a class that performs IP address check in spam blocking lists as described
on http://ru.wikipedia.org/wiki/RBL

URLs of these lists are named 'checkers' in this class.
Available checkers are:
            'spamhaus'  => '.zen.spamhaus.org',
            'spamcop'   => '.bl.spamcop.net',
            'dsbl'      => '.list.dsbl.org',
            'ordb'      => '.relays.ordb.org',
            'sorbs'     => '.dnsbl.sorbs.net',
            'njabl'     => '.dnsbl.njabl.org'
'spamhaus' is the default,
'spamhaus' & spamcop' are available for group checking by default.

You can change the default checker.
You can enable/disable checker for group checking.

DNSBL checks given IP address in default checker by default :-)
It can check in your selected checker or in available fror group checking ones as you wish.

You can take the list of available checkers, the name of default checker.
Also you can set default checker to any of available ones.

Testing method is CheckSpamIP().
It takes up to 2 arguments - ip address and checker (optional).
It returns true when IP exitsts in spam-lists of checker or at least one of all group available checkers,
or false when not or when ip address is local or not correct.

DNSBL correctly processes incorrect some DNS-server answers, as described at
http://www.spamhaus.org/faq/answers.lasso?section=DNSBL%20Usage#243

See example.php for usage.
See DNSBL.php for detailed comments.

Good luck in spam fighting!


-----------------------------------
Alexey Znayev, 2011, znaeff@mail.ru, http://xbsoft.org, http://xbsoft.ru
  Files folder image Files  
File Role Description
Accessible without login Plain text file DNSBL.php Class DNSBL class
Accessible without login Plain text file example.php Example DNSBL example
Accessible without login Plain text file changelog.txt Data changelog
Accessible without login Plain text file example.out Output Correct output of example.php
Accessible without login Plain text file readme.txt Doc. readme file

 Version Control Unique User Downloads Download Rankings  
 0%
Total:676
This week:0
All time:4,584
This week:872Up