Blocking China IP Address Blocks
mergy.org
Blocking China IP Address Blocks
1–10 of 44 posts
Re: Blocking China IP Address Blocks
#2Re: Blocking China IP Address Blocks
#3I just haven't found anything yet with a good combination of price, capabilities and hardware VPN support - doubling the price we're currently paying would be feasible, quadrupling it when replacing functioning equipment is harder to justify to non-technical users.
A worthwhile resource for folks with Windows (and with some useful links for others): http://www.sans.org/windows-security/2011/10/25/windows-fire...
Re: Blocking China IP Address Blocks
#4Use rate limiting and block bad IPs that are brute-forcing services (don't lock accounts) then you'll be able to serve your users while keeping the bad guys out.
Re: Blocking China IP Address Blocks
#5Re: Blocking China IP Address Blocks
#6Re: Blocking China IP Address Blocks
#7Re: Blocking China IP Address Blocks
#8I created this iptables script and update it when I notice any new patterns of abuse
Re: Blocking China IP Address Blocks
#9I'm using fail2ban on one of our linux servers. I have a bunch of fail2ban reports that I can run that lists all ips being blocked, how they were blocked, etc. A lot of times if we get multiple ips being blocked from china (and elsewhere) on the same subnet, I'll just block the entire subnet.
Of course if you KNOW you have no users in e.g. China, no harm in blocking them, but any skilled attacker in China is not going to appear to be in China, from your vantage point.
Re: Blocking China IP Address Blocks
#10Weak password was bruteforced? Start enforcing strong passwords.
Email server vulnerability exploited? Patch your server.
Etc.