Hello.
I am having an issue. I have 2 IP addresses that keep whitelisting from the host access control. I am checking the root cron jobs and these are the ones.
I don't see anything wrong in there that could change the IP list. Also I changed the server security so ssh can only be accessed using keys.
These are the IPs entries. - Removed -
But for WHM the site owner has dynamic IP, so I don't know how can we fix this security hole.
Thanks in advance.
I am having an issue. I have 2 IP addresses that keep whitelisting from the host access control. I am checking the root cron jobs and these are the ones.
Code:
SHELL="/bin/bash"
36 4 * * * /usr/local/cpanel/scripts/exim_tidydb > /dev/null 2>&1
SHELL="/bin/bash"
0 0 * * 7 truncate -s 0 /home/quikdraw/public_html/vqmod/checked.cache > /dev/nul 2>&1
SHELL="/bin/bash"
40 3 * * * /usr/local/cpanel/scripts/optimize_eximstats > /dev/null 2>&1
SHELL="/bin/bash"
SHELL="/bin/bash"
SHELL="/bin/bash"
SHELL="/bin/bash"
58 22 * * * /usr/local/cpanel/scripts/cpbackup
SHELL="/bin/bash"
1 * * * * /usr/bin/test -x /usr/local/cpanel/bin/tail-check && /usr/local/cpanel/bin/tail-check
SHELL="/bin/bash"
36 */4 * * * /usr/bin/test -x /usr/local/cpanel/scripts/update_mailman_cache && /usr/local/cpanel/scripts/update_mailman_cache
SHELL="/bin/bash"
0 */4 * * * /usr/bin/test -x /usr/local/cpanel/scripts/update_db_cache && /usr/local/cpanel/scripts/update_db_cache
SHELL="/bin/bash"
SHELL="/bin/bash"
29 */2 * * * /usr/local/cpanel/bin/mysqluserstore >/dev/null 2>&1
SHELL="/bin/bash"
9 */2 * * * /usr/local/cpanel/bin/dbindex >/dev/null 2>&1
SHELL="/bin/bash"
57 */6 * * * /usr/local/cpanel/scripts/autorepair recoverymgmt >/dev/null 2>&1
SHELL="/bin/bash"
*/5 * * * * /usr/local/cpanel/scripts/dcpumon-wrapper >/dev/null 2>&1
SHELL="/bin/bash"
49 4 * * * /usr/local/cpanel/whostmgr/docroot/cgi/cpaddons_report.pl --notify
SHELL="/bin/bash"
23,38,53,8 * * * * /usr/local/cpanel/whostmgr/bin/dnsqueue > /dev/null 2>&1
0 2 * * * /usr/local/cpanel/bin/backup
@reboot /usr/local/cpanel/bin/onboot_handler
0 5 * * * /usr/local/cpanel/3rdparty/bin/freshclam --quiet --no-warnings
#26 23 * * 0 (/usr/local/cpanel/scripts/fix-cpanel-perl; /usr/local/cpanel/scripts/upcp --cron)
26 23 * * * /etc/upcp_control
5,20,35,50 * * * * /usr/local/cpanel/scripts/eximstats_spam_check 2>&1
20 21 * * * /usr/local/cpanel/3rdparty/quickinstall/scripts/getCache.pl
0 */2 * * * /usr/local/cpanel/scripts/shrink_modsec_ip_database -x 2>&1
09,39 * * * * /usr/local/cpanel/scripts/clean_user_php_sessions > /dev/null 2>&1
These are the IPs entries. - Removed -
But for WHM the site owner has dynamic IP, so I don't know how can we fix this security hole.
Thanks in advance.
Last edited by a moderator: