Maxetto / AntiJoinBot

AntiJoinBot (Bukkit Firewall) is the perfect way to protect your server from spambots and users who uses a proxy or a vpn.
4 stars 7 forks source link

Adding to blacklist? #6

Closed GershonR closed 7 years ago

GershonR commented 7 years ago

I have a bunch still coming through I think the default 2 blacklists blocks around 50% of them, I found a bunch of blacklists online but i'm not sure how to add them to the config: http://i.imgur.com/0UMpYz9.png

http://pastebin.com/bXWsxizw

It seems like these work well: http://www.sorbs.net/lookup.shtml http://www.barracudacentral.org/lookups/lookup-reputation

but i'm not sure how to get a URL from those that returns something

Maxetto commented 7 years ago

Those blacklist are not APIs, meaning that you can't add them to the plugin. More specifically they are DNSBL with their own protocol to implement.

Also, they seem to blacklist my current IP from a violation in 2008.

P.S. You have some really old values in the Config. I suggest you to let it regen ;)

GershonR commented 7 years ago

Is there any other blacklists I can use? I just need to stop around 30% more of them and I can ip-ban the rest

Maxetto commented 7 years ago

Just let the database grow by time and it will block 90%+ of attacks.

There's one blacklist I'm going to add but it's not a simple boolean, so you can't just add it right now and it's too much limited (500 request per day).

There are no any other good free blacklist AFAIK

GershonR commented 7 years ago

The more times he tries to attack, the more it will automatically detect its spam and add it?

Maxetto commented 7 years ago

Yeah, but only day by day. Just let the blacklist update themselves.

GershonR commented 7 years ago

Alright awesome man thanks alot!