Search found 2 matches
- 28 Mar 2019, 07:13
- Forum: Suggestions (csf)
- Topic: Blacklist - AbuseIPdb
- Replies: 3
- Views: 11292
Re: Blacklist - AbuseIPdb
This seems to be the only post about abuseipdb. There are a couple of scrips out there that can be called when lfd is triggered, but unfortunately, they fail during an attack, for example: multiple 404's in rapid procession. In that case, the script with attempt to post to abuseipdb multiple times o...
- 29 Aug 2018, 11:12
- Forum: General Discussion (csf)
- Topic: Using CSF to block IPs sending GET/POST request multiple times
- Replies: 2
- Views: 4510
Re: Using CSF to block IPs sending GET/POST request multiple times
I know this post is a year old, but maybe someone can find this useful. Create a htaccess file, put the following in there and that will block the POST, etc RewriteEngine On RewriteCond %{REQUEST_METHOD} ^(CONNECT|HEAD|TRACE|DELETE|TRACK|DEBUG|MOVE|PUT) [NC] RewriteRule ^(.*)$ http://yandex.com/ [R=...