Have you tried the new cPanel Security Advisor? cPanel is planning on adding this as an WHM add-on at some point in the near future, quite possibly even in with 11.40. You can get your hands on it right now, and, have some input to it's ongoing development and usefulness to you, if you're interested.
The original thread announcing this add-on posted by cPanelNick, back in May, is located here:
[11.38] Open source cPanel Security Advisor Addon [ALPHA VERSION] - cPanel Forums
This is coming along quite well and I felt a new thread with a nice screenshot might be helpful.
Here's a screenshot from within WHM of the cPanel Security Advisor UI:

Here's where you can read more about it:
addon_securityadvisor - Security Advisor Addon for cPanel - GitHub
This URL takes you right to the suggestions area for this plug-in on github:
addon_securityadvisor - Security Advisor Addon for cPanel Issues - GitHub
(or feel free to comment on this right here on the forums.)
Installing this is straight forward and easy, using Git. Git is a powerful version control tool cPanel, Inc. uses in house. It's also included with cPanel & WHM and the tool used here to check out the cPanel Security Advisor. Git is also distributed with CentOS/RHEL, but, cPanel has it's own version based on the perl modules that cPanel installs.
To install:
Next, log into WHM and go to the Plugins section on left menu to locate the Security Advisor Tool.
Clicking thru that link will automatically run the cPanel Security Advisor, and the test will only take a moment. Once completed, as seen in the screenshot above, you'll be told whats in good shape and what needs some attention.
It's important to know that each security decision you are making here, is a risk versus reward situation. If you choose to take the risk, it's important to know consequences and to be best prepared. Security is a journey not a destination, so it requires continued vigor. Safety of previous decisions can be made unsafe by a single security advisory.
Please do let us know what you think about this new tool. We very much appreciate your feedback.
Thanks!
The original thread announcing this add-on posted by cPanelNick, back in May, is located here:
[11.38] Open source cPanel Security Advisor Addon [ALPHA VERSION] - cPanel Forums
This is coming along quite well and I felt a new thread with a nice screenshot might be helpful.
Here's a screenshot from within WHM of the cPanel Security Advisor UI:

Here's where you can read more about it:
addon_securityadvisor - Security Advisor Addon for cPanel - GitHub
This URL takes you right to the suggestions area for this plug-in on github:
addon_securityadvisor - Security Advisor Addon for cPanel Issues - GitHub
(or feel free to comment on this right here on the forums.)
Installing this is straight forward and easy, using Git. Git is a powerful version control tool cPanel, Inc. uses in house. It's also included with cPanel & WHM and the tool used here to check out the cPanel Security Advisor. Git is also distributed with CentOS/RHEL, but, cPanel has it's own version based on the perl modules that cPanel installs.
To install:
Code:
/usr/local/cpanel/3rdparty/bin/git clone https://github.com/bdraco/addon_securityadvisor.git
cd addon_securityadvisor/pkg
./install
Clicking thru that link will automatically run the cPanel Security Advisor, and the test will only take a moment. Once completed, as seen in the screenshot above, you'll be told whats in good shape and what needs some attention.
It's important to know that each security decision you are making here, is a risk versus reward situation. If you choose to take the risk, it's important to know consequences and to be best prepared. Security is a journey not a destination, so it requires continued vigor. Safety of previous decisions can be made unsafe by a single security advisory.
Please do let us know what you think about this new tool. We very much appreciate your feedback.
Thanks!