What is the best blacklist blocks?

If your UnrealIRCd is up and running but you have a question about it, then use this forum.
(NOT for installation or connecting issues! Use the other forum instead.)

Moderator: Supporters

Locked
Deliv
Posts: 2
Joined: Tue Jul 26, 2016 9:10 am

What is the best blacklist blocks?

Post by Deliv »

Hello, I have a lot of proxys attack in my network and I don't know what is the 'best' blacklist for stop it.

I have now in bopm: DroneBL, sectoor.de, efnet, swiftbl, dan.me.uk...

Anyone knows more blacklists for http proxys?

Thanks in advance,
alhoceima
Posts: 32
Joined: Mon Jul 18, 2016 10:35 pm

Re: What is the best blacklist blocks?

Post by alhoceima »

you should use dnsbl module in unreal (blacklist) it works a bit more effiecient than a stand alone bot like bopm / hopm

https://www.unrealircd.org/docs/Blacklist_block
Deliv
Posts: 2
Joined: Tue Jul 26, 2016 9:10 am

Re: What is the best blacklist blocks?

Post by Deliv »

Uhm, the Unreal module, but only with Efnet like the wiki?
alhoceima
Posts: 32
Joined: Mon Jul 18, 2016 10:35 pm

Re: What is the best blacklist blocks?

Post by alhoceima »

yes you could add the ones in it you have running in bopm
the one on the website is just 1 working example you could add more
floffy
Posts: 44
Joined: Tue May 05, 2015 9:55 pm

Re: What is the best blacklist blocks?

Post by floffy »

i thinks it's this :



blacklist efnetrbl {
dns {
name rbl.efnetrbl.org;
type record;
reply { 1; 4; 5; };
};
action kline;
ban-time 1h;
reason "Proxy/drone detected. Check http://rbl.efnetrbl.org/?i=$ip for details.";
};
Locked