DNSBL

Talk about pretty much anything here, but DO NOT USE FOR SUPPORT.

Moderator: Supporters

Locked
Trevon17
Posts: 18
Joined: Thu Nov 13, 2008 2:23 am

DNSBL

Post 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?
[dx]
Posts: 107
Joined: Sat Jun 16, 2007 1:03 am

Re: DNSBL

Post 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 ^^
MaRkODrAcUlA
Posts: 16
Joined: Fri Feb 20, 2009 5:05 pm
Location: Albania
Contact:

Re: DNSBL

Post 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 :)
MaRkODrAcUlA
Posts: 16
Joined: Fri Feb 20, 2009 5:05 pm
Location: Albania
Contact:

Re: DNSBL

Post 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.]
Casper
Posts: 338
Joined: Sun Jul 08, 2007 7:44 am
Location: The Netherlands

Re: DNSBL

Post 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.
Ex Network-Administrator
MaRkODrAcUlA
Posts: 16
Joined: Fri Feb 20, 2009 5:05 pm
Location: Albania
Contact:

Re: DNSBL

Post 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 :/
Locked