fuzzylogic
- Total activity 235
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 81
Comments
Recent activity by fuzzylogic-
Also if emails are what you think is the problem then you should read this old thread.
-
Hi fuzzylogic How can I activate the lists: CXS_LF_CPANEL and CXS_LF_POP3 I should have been more clear. Configserver Exploit Scanner (CXS) is a paid plugin from Configserver. It is not the same p...
-
I have only 30+ out of 1000 in my csf.deny that have the comment fragment.... # lfd: (PERMBLOCK) This is probably due to my having cxs installed with all configserver blocklists active except CXS...
-
Have you tried... LF_CPANEL = 5 Default: 5 [0-100] LF_CPANEL_PERM = 1 Default: 1 [0-604800] You are only blocking them for 15 minutes. If you have these settings for a few days...
-
noticed that it accesses cached webpage and thereby by-passes apache. This is a non-issue. Apache serves this request exactly the same as it might serve a request for index.html or theme.css or any...
-
Couple of points. "@rx ^(?:Datanyze)$" @rx calls the regex operator. Same happens if you omit an operator. The regex you are applying to the User-Agent value is... ^(?:Datanyze)$" This will only ...
-
Reading the warnings you got when you tried to add the vendor meta_comodo_litespeed.yaml It appears you have two vendor rulesets partially deleted. It seems the first issue happened with cxs rule ...
-
The host column with the domain name in your example is client supplied in the Request Header... Host: domainname.com A good client sets it to the domain the client was accessing when the request ...
-
In WHM go to... Home " Security Center " ModSecurity" Tools " Hits List Use the search box there. Search for "security scanner" In the list of results find the one that your thread is about. Copy t...
-
I made a post on how to do this manually. It can be found here... It contains a link to the cPanel Documentation on how to create a Modsecurity Vendor. I find it worthwhile to do this. After it i...