Page 1 of 1

DNSBL

Posted: Thu Nov 20, 2008 9:29 pm
by Trevon17
Does anyone know any good DNSBL list because my server has been getting botneted alot lately by some nubs. Shocking thing is that its not even that big yet but guess the server just hates me anyone have a good list?

Re: DNSBL

Posted: Thu Nov 20, 2008 10:52 pm
by [dx]
Catch it

Code: Select all

OPM {
         blacklist {
            name = "dnsbl.njabl.org";
            type = "A record reply";
            reply {
               9 = "Open proxy";
            };
            ban_unknown = no;
            kline = "GLINE *@%h 1d :Proxy detektovan na hostu %h";
        };

        blacklist {
           name = "rbl.efnet.org";
           type = "A record reply";
           reply {
              1 = "Open proxy";
              2 = "Trojan spreader";
              3 = "Trojan infected client";
              4 = "TOR exit server";
              5 = "Drones / Flooding";
           };
           ban_unknown = yes;
           kline = "GLINE *@%h 1d :Proxy detektovan na hostu %h";
        };

#        /* ircbl.ahbl.org - see http://ahbl.org/docs/ircbl
#         * http://oldwww.temp.ahbl.org/docs/ircbl.php */
        blacklist {
           name = "ircbl.ahbl.org";
           type = "A record reply";
           ban_unknown = no;
           reply {
              2 = "Open proxy";
           };
           kline = "GLINE *@%h 1d :Proxy detektovan na hostu %h";
        };

         /* tor.dnsbl.sectoor.de - http://www.sectoor.de/tor.php */
        blacklist {
           name = "tor.dnsbl.sectoor.de";
           type = "A record reply";
           reply {
              1 = "Tor exit server";
           };
           ban_unknown = no;
           kline = "GLINE *@%h 1d :Proxy detektovan na hostu %h";
        };

        blacklist {
        name = "dnsbl.dronebl.org";
        type = "A record reply";
        reply {
                2 = "Sample";
                5 = "Bottler";
                6 = "Unknown spambot or drone";
                7 = "DDOS Drone";
                8 = "SOCKS Proxy";
                #9 = "HTTP Proxy";
                10 = "ProxyChain";
        12 = "Trolls (perm)";
        13 = "Brute force attackers";
                255 = "Unknown";
        };
        ban_unknown = no;
        kline = "GLINE *@%i 1d :Proxy detektovan na hostu %i";
};
        blacklist {
           name = "tor.dnsbl.sectoor.de";
           type = "A record reply";
           reply {
              1 = "Tor exit server";
           };
           ban_unknown = no;
           kline = "GLINE *@%i 1d :Proxy detektovan na hostu %i";
        };
        blacklist {
                name = "tor.dan.me.uk";
                type = "A record reply";
                reply {
                        100 = "Tor exit server";
                };
                ban_unknown = no;
                kline = "GLINE *@%i 1d :Proxy detektovan na hostu %i";
        };
        blacklist {
                name = "tor.ahbl.org";
                type = "A record reply";
                reply {
                        2 = "Tor exit server";
                };
                ban_unknown = no;
                kline = "GLINE *@%i 1d :Proxy detektovan na hostu %i";
        };
I'm using those ^^

Re: DNSBL

Posted: Fri Feb 20, 2009 11:15 pm
by MaRkODrAcUlA
[dx] bro
please can you give me your bopm conf.
becouse i have some problems with mine
and i cant repair those problems
please can you give me your bopm and i will modify username;nickname etc
please if u can help me :(
i need bopm becouse my server is atacked every day more and more by proxy/clones/flood :(
Thank's :)

Re: DNSBL

Posted: Fri Feb 20, 2009 11:16 pm
by MaRkODrAcUlA
P.s if you dont want to publish your bopm conf. you can e-mail me:
[email removed]
:)
i'm waiting :) :)

[Moderator: It's never a good idea to post your email address on an open forum.]

Re: DNSBL

Posted: Sat Feb 21, 2009 10:05 am
by Casper
Even if he's so kind to give one to you, it won't work without modifying it yourself with your 'personal' server information.

Also I think as a Network Administrator or whatever you do around on IRC, you should be able to do a config file yourself.

Re: DNSBL

Posted: Sat Feb 21, 2009 6:24 pm
by MaRkODrAcUlA
Yes I'm NetAdmin
I Know That i must modify
conf. for my server but i make some mistakes
in my conf. and i cant repair :/