Search found 10 matches

by nemke
07 Aug 2013, 13:10
Forum: Suggestions (csf)
Topic: Block by string
Replies: 1
Views: 3490

Re: Block by string

Here is a link from WHT thread were using this kind of block helped with DDoS post/get attacks

http://www.webhostingtalk.com/showthrea ... 234&page=3

as he noticed that all attacks had user agent string of IE 6.
by nemke
05 Aug 2013, 13:59
Forum: Suggestions (csf)
Topic: Block by string
Replies: 1
Views: 3490

Block by string

It would be nice if you would add block/unblock by string in CSF, iptables example:

iptables -t raw -A PREROUTING -m string --algo bm --string string_that_you_are_filtering -j DROP
by nemke
11 Jun 2013, 10:02
Forum: General Discussion (csf)
Topic: iptables: Unknown error 4294967295
Replies: 3
Views: 4908

Re: iptables: Unknown error 4294967295

Did you check if all needed iptables modules are installed? I think test was something like /etc/csf/csftest. pl
by nemke
03 Jun 2013, 12:59
Forum: General Discussion (csf)
Topic: Send blocked ips to cloudflare
Replies: 3
Views: 4596

Re: Send blocked ips to cloudflare

Yes, you can create shell scripts that will block and unblock ip's and use CSF configuration options to call them BLOCK_REPORT i UNBLOCK_REPORT.
by nemke
13 May 2013, 13:50
Forum: General Discussion (csf)
Topic: Excessive resource usage
Replies: 3
Views: 5933

Re: Excessive resource usage

restart lfd also, not only CSF.
by nemke
28 Mar 2013, 08:37
Forum: General Discussion (csf)
Topic: Can't get to work BLOCK_REPORT script
Replies: 10
Views: 11789

Re: Can't get to work BLOCK_REPORT script

Yes that would be nice feature request, that block_report is called for every type of ban/unban.
by nemke
27 Mar 2013, 10:33
Forum: General Discussion (csf)
Topic: Can't get to work BLOCK_REPORT script
Replies: 10
Views: 11789

Re: Can't get to work BLOCK_REPORT script

You are right, thank you for the info. Now everything works as expected :)
by nemke
25 Mar 2013, 11:28
Forum: General Discussion (csf)
Topic: Can't get to work BLOCK_REPORT script
Replies: 10
Views: 11789

Re: Can't get to work BLOCK_REPORT script

1. Already set
2. I have it
3. I didn't have full paths. But I changed them, and it still script doesn't get called.

When i call my scripts from command line, they work fine.

Hm, i use csf -d and csf -dr to test this scripts, maybe they are called only when csf performs a ban?
by nemke
25 Mar 2013, 10:31
Forum: General Discussion (csf)
Topic: Can't get to work BLOCK_REPORT script
Replies: 10
Views: 11789

Re: Can't get to work BLOCK_REPORT script

I can only say that i have same issue without solution :(

I wanted to use BLOCK_REPORT and UNBLOCK_REPORT to also ban IP on my Cloudflare account, but scripts never get called.