Search found 22 matches
- 02 Feb 2024, 20:11
- Forum: General Discussion (csf)
- Topic: Connection Limit and Port Flooding Settings?
- Replies: 0
- Views: 5088
Connection Limit and Port Flooding Settings?
Does anyone use the connection limit protection or port flooding settings that doesn't have network level DDOS protection? What would be typical reasonable settings for a server that is just running website applications that has maybe max 40 website users at any time plus bot scraping traffic and vi...
- 02 Feb 2024, 19:19
- Forum: General Discussion (csf)
- Topic: Barracuda RBL download anywhere or other comparable?
- Replies: 1
- Views: 1689
Barracuda RBL download anywhere or other comparable?
I had an application level attack on a Wordpress site that brought the server to its knees. First time I've had this happen ever running about a half dozen small business websites. Configserver is loading multiple RBLs like FIREHOL, etc. I did a blacklist search and out of like 60 lists the IP only ...
- 14 Feb 2023, 16:07
- Forum: General Discussion (csf)
- Topic: Memory Alerts Wordpress a Memory Hog LFD
- Replies: 0
- Views: 1591
Memory Alerts Wordpress a Memory Hog LFD
I've raised my max memory setting to 768MB and my max RSS Memory Setting to 512. These are much higher than the default settings. On a Linux server those are pretty large chunks of memory for an application to use. Nothing else triggers an LFD warning except Wordpress websites and I get a warning on...
- 29 Nov 2021, 18:50
- Forum: General Discussion (csf)
- Topic: Wordpress Failed Login Frequency Setting?
- Replies: 1
- Views: 1535
Wordpress Failed Login Frequency Setting?
The /usr/local/csf/bin/regex.custom.pm file allows you to set up blocking for failed Wordpress login attempts, for example: if (($globlogs{CUSTOM2_LOG}{$lgfile}) and ($line =~ /(\S+).*] "\w*(?:GET) \/wp-login\.php.*" /)) { return ("Failed WordPress GET",$1,"WPLOGINGET",...
- 30 Sep 2021, 18:51
- Forum: General Discussion (csf)
- Topic: Please Explain This Wordpress Block Logic
- Replies: 0
- Views: 3061
Please Explain This Wordpress Block Logic
I've got a user that keeps getting blocked for a custom LFD rule to block 3 consecutive Worpress failed logins within 3600 seconds. But they swear they are not getting failed logins. The rule is the widely published rule: if (($globlogs{CUSTOM1_LOG}{$lgfile}) and ($line =~ /(\S+).*] "POST \/wp-...
- 19 Mar 2021, 19:53
- Forum: General Discussion (csf)
- Topic: Why Blocklist loading with 0 entries
- Replies: 1
- Views: 2205
Why Blocklist loading with 0 entries
I've run into this before at I swear sometimes the set loads, sometimes it doesn't. I feels like it happens more often when I add a new blocklist. Here's my config: CLEANTALK|3600|0|https://raw.githubusercontent.com/firehol/blocklist-ipsets/master/cleantalk_updated_30d.ipset FIREHOL1|3600|0|https://...
- 22 Sep 2020, 17:55
- Forum: General Discussion (csf)
- Topic: Excluding Suspicious Process
- Replies: 0
- Views: 1979
Excluding Suspicious Process
I've searched and read many posts on this topics before but I still don't find it clear what specific syntax to use in the csf.pignore file. These is the type of warning I'm trying to ignore. lfd[5333]: *Suspicious Process* PID:3792 PPID:3788 User:username Uptime:121 secs EXE:/home/virtfs/elemcms/op...
- 14 Sep 2020, 18:59
- Forum: General Discussion (csf)
- Topic: Blocking China but with REGEX on http/https request
- Replies: 0
- Views: 2660
Blocking China but with REGEX on http/https request
I think I already know the answer to this but I'm running a half dozen Wordpress sites and I'm tired of seeing the gobs of traffic being blocked at the Wordpress security plugin level originating from China. I would consider putting a country block on China in CSF but frankly there is a small chance...
- 03 Sep 2020, 18:21
- Forum: General Discussion (csf)
- Topic: Report on Blocks from IPSET Blocklists?
- Replies: 0
- Views: 2309
Report on Blocks from IPSET Blocklists?
Is there any way (looks like not through CSF - so has to be Linux/IPSET/IPTABLES command I assume?) to display blocking activity history?
- 26 May 2020, 16:46
- Forum: General Discussion (csf)
- Topic: What to combine with CSF for Wordpress Site Protection?
- Replies: 0
- Views: 2304
What to combine with CSF for Wordpress Site Protection?
Anyone recommend which plugins/settings to use in combination with CSF for protecting Wordpress sites. It seems many of the security plugins are going to be overlapping with CSF functionality.