DNSBL Home

I have created my own DNSBL for anyone to use. It contains ips gathered from attack on this server and also from Technoid-IRC. To use with Blitzed Open Proxy Monitor (BOPM).

Tools:


- To check any ip against the DNSBL without configuring a OPM, please use the lookup widget.
- To request removal of an IP on the DNSBL, please read http://www.martynip.co.uk/dnsbl/request-removal/.
- DNSBL IP totals for all replies at http://www.martynip.co.uk/dnsbl/info/

BOPM Example Blacklist Block


blacklist {
        name = "dnsbl.martynip.co.uk";
        type = "A record reply";
        ban_unknown = yes;
        reply {
                 2 = "Brute Force Attacker";
                 3 = "IRC Drone";
                 4 = "Open proxy";
                 5 = "Spam Drone";
                 10 = "Other/Unspecified";
        };
        kline = "gline *@%h 3d :Listed in dnsbl.martynip.co.uk";
};

Possible Responces:



127.0.0.2 - Brute Force Attacker
127.0.0.3 - IRC Drone
127.0.0.4 - Open proxy
127.0.0.5 - Spam Drone
127.0.0.10 - Other/Unspecified

More responces may be added at a later date.