Improving System Security On CPanel Systems
How To: Secure your new RedHat Server
I've also installed Blue|Fusion's Linux Security Script and haven't had much in the way of problems on our servers in a while. I am curious about two things though. I'm pretty sure that there's a script somewhere on the server that's allowing someone to upload their apps onto /tmp (thankfully, noexec) but I've been unable to find it by checking for the offending files in the httpd logs of the various sites on the server. Any hints as to what I should be looking for?
I've also noticed that for some reason, the attacker always creates directories for ".iroha_unix" and ".ICE-unix" in /tmp so I was wondering how is this possible if /tmp is already set to noexec?
Also found the following when I ran netstat -dl:
CODE
unix 2 [ ACC ] STREAM LISTENING 14252 /tmp/.iroha_unix/IROHA
unix 2 [ ACC ] STREAM LISTENING 18413 /tmp/.font-unix/fs7100
unix 2 [ ACC ] STREAM LISTENING 18413 /tmp/.font-unix/fs7100
Any suggestions on where I could read more about solving these issues?