Ignore a spesific user in csf.pignore
Posted: 07 Sep 2022, 14:46
Hello, we want exclude a spesific user or spesific process for mail notification with csf.pignore.
Mail Notifications:
1
Excessive resource usage: "username"
lfd on linux.server.net: Suspicious process running under user "username"
Command Line: jailshell (username) [init] ell -c /usr/local/bin/php /home/username/public_html/dir/file.php
----------------------------------------
The desired thing might be to turn off all notifications for a particular user. Or turn off notifications for certain actions of a particular user.
We try add to csf.pignore this line;
but it isnt work.
Or we try add to csf pignore;
(Wildcards are required for all files in this directory. But I'm not sure if the wildcard usage style is correct.)
or try;
But they are not work.
Thanks in advance for any help.
Mail Notifications:
1
Excessive resource usage: "username"
2Time: Tue Jun 29 15:59:06 2021 +0300
Account: username
Resource: Process Time
Exceeded: 1818 > 1800 (seconds)
Executable: /usr/local/cpanel/3rdparty/php/73/sbin/php-fpm
Command Line: php-fpm: pool user_username
PID: 6898 (Parent PID:24551)
Killed: No
lfd on linux.server.net: Suspicious process running under user "username"
(Sometimes the last line changes to:)Time: Wed Sep 7 16:02:17 2022 +0300
PID: 19516 (Parent PID:19514)
Account: username
Uptime: 270134 seconds
Executable:
/home/virtfs/username/opt/cpanel/ea-php73/root/usr/bin/php
Command Line (often faked in exploits):
/opt/cpanel/ea-php73/root/usr/bin/php /home/username/public_html/dir/file.php
Command Line: jailshell (username) [init] ell -c /usr/local/bin/php /home/username/public_html/dir/file.php
----------------------------------------
The desired thing might be to turn off all notifications for a particular user. Or turn off notifications for certain actions of a particular user.
We try add to csf.pignore this line;
Code: Select all
user:username
Or we try add to csf pignore;
Code: Select all
exe:/home/virtfs/username/opt/cpanel/ea-php73/root/usr/bin/php
pcmd:/opt/cpanel/ea-php73/root/usr/bin/php /home/username/public_html/dir/*
or try;
Code: Select all
user:username
exe:/usr/local/cpanel/3rdparty/php/73/sbin/php-fpm
pcmd:/usr/local/bin/php /home/username/public_html/dir/file.php
Thanks in advance for any help.