Search found 1042 matches

by Sergio
25 Jan 2024, 20:41
Forum: General Discussion (csf)
Topic: Allow specific country for specific user
Replies: 3
Views: 530

Re: Allow specific country for specific user

Yes, try adding that specific IP on the ALLOWED IP list

Sergio
by Sergio
24 Jan 2024, 17:30
Forum: MailScanner Front-End
Topic: Please add a global domain button for block or allow in MSFE.
Replies: 0
Views: 726

Please add a global domain button for block or allow in MSFE.

Righ now MailsCanner Front-End just have 4 buttons when checking an email, they are: BLACKLIST EMAIL, BLACKLIST DOMAIN, WHITELIST EMAIL and WHITELIST DOMAIN. Would you please consider 2 more: BLACKLIST *.DOMAIN AND WHITELIST *.DOMAIN ? Right now there a thousand of attacks from domains like: root@bn...
by Sergio
23 Jan 2024, 12:39
Forum: General Discussion (csf)
Topic: Zone file error
Replies: 2
Views: 1165

Re: Zone file error

Another way to fix this could be to edit the entry at:

/var/lib/csf/zone/us.zone
from this 104.171.32.0/ to 104.171.32.0/20
by Sergio
31 Dec 2023, 14:42
Forum: General Discussion (csf)
Topic: One computer on the local network blocked, but not others
Replies: 3
Views: 3247

Re: One computer on the local network blocked, but not others

Yes, in her computer go to:
settings -> system -> about
if it has not been changed by her, it should appear something like per example: DESKTOP-03TITAJ
and that name is what you could search for in all /usr/local/cpanel/logs/ files, hope that will give you a hint on where is the issue.
by Sergio
30 Dec 2023, 20:02
Forum: General Discussion (csf)
Topic: Custom REGEX rules for CSF.
Replies: 93
Views: 2015664

Re: Custom REGEX rules for CSF.

see above post
by Sergio
30 Dec 2023, 19:59
Forum: General Discussion (csf)
Topic: Custom REGEX rules for CSF.
Replies: 93
Views: 2015664

Re: Custom REGEX rules for CSF.

HAPPY NEW YEAR EVERYBODY!!! I want to share an SPAM ASSASSIN Rule that I am sure you will like it, I know here is not the place to add SPAMASSASSIN rules as this forum was for CSF REGEX rules, but I am sure you will like it. Details: A lot of spam have entered into my servers coming from OUTLOOK IP ...
by Sergio
30 Dec 2023, 19:33
Forum: General Discussion (csf)
Topic: One computer on the local network blocked, but not others
Replies: 3
Views: 3247

Re: One computer on the local network blocked, but not others

Hi.
One way to find what is bloking that computer is to check log files searching for computer name not by the IP, give it a try.

Sergio
by Sergio
19 Dec 2023, 03:14
Forum: General Discussion (cmc)
Topic: Mod_security is not blocking
Replies: 5
Views: 3402

Re: Mod_security is not blocking

You can add rules for CSF on the file: /usr/local/csf/bin/regex.custom.pm and after you add your rules you have to restart LFD in order for them to start working. Be very carful adding rules in there as a bad written rule can make your server down. Please read CSF readme file to know about this. Ser...
by Sergio
18 Dec 2023, 04:26
Forum: General Discussion (cmc)
Topic: Mod_security is not blocking
Replies: 5
Views: 3402

Re: Mod_security is not blocking

Yes, you can create your own CSF rule to block modsecurity attacks. Please read my post at: https://forum.configserver.com/viewtopic.php?p=32708#p32708 In that post I wrote a rule that you can use to block ModSec attacks, you will need to write the rules that you want to block and CSF will block the...
by Sergio
17 Dec 2023, 20:55
Forum: General Discussion (cmc)
Topic: Mod_security is not blocking
Replies: 5
Views: 3402

Re: Mod_security is not blocking

Francisco, CMC does not block any IP, the one that should block the IP is CSF, check the following options: [*]Enable failure detection of repeated Apache mod_security rule triggers LF_MODSEC = Default: 5 [0-100] LF_MODSEC_PERM = Default: 1 [0-604800] Also, in WHM you should check that the ModSecuri...