fuzzylogic
- Total activity 235
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 81
Comments
Recent activity by fuzzylogic-
Good spotting. This ruleset would not update for servers with Modsecurity 2.9.3, or if you deleted the ruleset it would not reinstall if you tried. Would only need copy and paste of entry for 2.9.2...
-
A query for the ip of the host msnbot-40-77-193-242.search.msn.com on the website... hostip.info/index.html confirms the ip address is 40.77.193.242 A whois lookup for that ip says it is owned by ...
-
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 ...