Jump to content
Angus Robertson

Blocking hackers

Recommended Posts

ICS has a component TIcsBlackList that can be used by servers to count access attempts by IP address, and block after a specified number of attempts until after several hours of inactivity.  It's use is illustrated in the OverbyteIcsSslMultiWebServ sample.

 

Just noticed these lines in the log for one of my web servers, someone using Alibaba Cloud in Hong Kong has made almost three million access attempts to my web site over several weeks, trying to read access data that is limited to 50 accesses per day.  And still trying despite those requests being rejected. 

 

47.76.209.138 attempts 1,481,269, first at 12:18:52, last at 20:00:17 BLOCKED

47.76.99.127 attempts 1,478,638, first at 12:04:36, last at 19:58:57 BLOCKED

 

Should really be reporting the date of first access, but don't normally see hackers continuing this long.

 

The sample shows various ways to detect hackers, such as web site access by IP address instead of host name, that stops hundreds daily on my sites (no HTTP allowed).  

 

Angus

 

  • Like 2

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×