1 Answer
If you need to stop the notification, just add that IP to csf.deny file and reload the CSF service.
# vim /etc/csf/csf.deny
# csf -r
This will permanently block that IP to access your server.
Your Answer