Mmmm... this is STILL an issue in CentOS 7.0 with csf csf v12.12
I am trying to selectively stop BOTH...
rpcbind
AND
perl
warnings using "exe:" lines in csf.pignore, which seems to be the correct way to make this happen. As the docs say, I am trying to avoid using "cmd:" lines.
PLEASE could someone who has dealt with this issue successfully post their solution!!!
My INBOX fills up EVERY day with these warnings...
And I need both rpcbind (for NFS) and perl (for spamd) to be running all the time.
Thanks!
Here are the warning email texts:
Code: Select all
Time: Fri Jun 21 06:09:35 2019 -0500
Account: rpc
Resource: Process Time
Exceeded: 12628 > 1800 (seconds)
Executable: /usr/sbin/rpcbind
Command Line: /sbin/rpcbind -w
PID: 2322 (Parent PID:2322)
Killed: No
AND
Code: Select all
Time: Fri Jun 21 06:26:36 2019 -0500
PID: 3557 (Parent PID:3020)
Account: (account name removed for security)
Uptime: 13587 seconds
Executable:
/usr/local/cpanel/3rdparty/perl/528/bin/perl
Command Line (often faked in exploits):
spamd child
Network connections by the process (if any):
udp: (IP address removed):40118 -> (removed for security):24441
tcp: 127.0.0.1:783 -> 127.0.0.1:53468
Here are the lines I put in csf.pignore:
Code: Select all
exe:/usr/local/cpanel/3rdparty/perl/528/bin/perl