Imunify360 has firewall functionality,Yes.
However, then you would have no firewall. Maybe you could think about using another one. I forgot the name.
As for fireawlling CSF does to but gives admins the choice to get more information if wanted. It's easy to disable those lots of messages you're getting from CSF. I disabled most too, it's very quiet in my mailbox from CSF.It’s like it really takes care of everything on its own. So I prefer that over csf.
How did you end up resolving the mod security issues? I find its killing many of my users and staff (blocked for various mod rules)I had some issues with valid users to. But that was because of modsecurity settings, and CSF reported it as it should.
since we moved to DA with modsecurity, for some reason, there are many rules that gives false positives.How did you end up resolving the mod security issues? I find its killing many of my users and staff (blocked for various mod rules)
I see, so other than certain rules being disabled, did you decide to remove CSF or anything else? We have DirectAdmin pretty standard, with CSF, then 4 mod sec rules disabled on Immunify360. Trying to figure out other than disabling rules for modsec what the best course of action is. Maybe there are certain other software or anything that needs to be disabled.Adding my opinion to the thread.
We find IM360 and CSF work incredible, and Brute Force Monitor from DA work terrible![]()
maybe someone else can tell you a better path for this.I see, so other than certain rules being disabled, did you decide to remove CSF or anything else? We have DirectAdmin pretty standard, with CSF, then 4 mod sec rules disabled on Immunify360. Trying to figure out other than disabling rules for modsec what the best course of action is. Maybe there are certain other software or anything that needs to be disabled.
## whitelist ip's
## prive ip
SecRule REMOTE_ADDR "@ipMatch xxx.xxx.xxx.xxx" "id:1000,phase:1,pass,nolog,ctl:ruleEngine=Off"
SecRule REMOTE_ADDR "@ipMatch yyy.yyy.yyy.yyy" "id:1001,phase:1,pass,nolog,ctl:ruleEngine=Off"
# ModSecurity Rule Exclusion: Disable all SQLi and XSS rules !! Custom
SecRule REQUEST_FILENAME "@endsWith /xxx.php" "id:1004,phase:2,pass,nolog,ctl:ruleRemoveById=941000-942999"