mikussikus
Verified User
- Joined
- Dec 21, 2022
- Messages
- 24
Hi,
I'm looking for solution which to prevent access to my server, ip addresses which are abuse.
On my server I have ~ 300 websites and every day in logs I see many request from IPs which come from Microsft Data center abd they have sometimes 400 connections. Many of them are IPs bots. After that I check these Ips on page abuseipdb.com. If exist IP then I block it but it is manual process so it isn't comfortable.
I don't know whic solution will be excellent for my server and my customers. What do you think about below propositions. Please reply how you resolve an issue with many connections from IPs.
1. Add abuseipdb API to CSF.
2. In CSF limit connections per IP.
2. In file robots.txt every pages add Crawl-delay and set some time.
3. In httpd.conf block specific bots
4. Add custom configurations in WAF of modsecurity.
I'm looking for solution which to prevent access to my server, ip addresses which are abuse.
On my server I have ~ 300 websites and every day in logs I see many request from IPs which come from Microsft Data center abd they have sometimes 400 connections. Many of them are IPs bots. After that I check these Ips on page abuseipdb.com. If exist IP then I block it but it is manual process so it isn't comfortable.
I don't know whic solution will be excellent for my server and my customers. What do you think about below propositions. Please reply how you resolve an issue with many connections from IPs.
1. Add abuseipdb API to CSF.
2. In CSF limit connections per IP.
2. In file robots.txt every pages add Crawl-delay and set some time.
3. In httpd.conf block specific bots
4. Add custom configurations in WAF of modsecurity.