Skip to main content

How to find out which IP changed the root password

Comments

4 comments

  • Daniel Berthiaume
    Update, I've found that in the file /var/log/secure I can see password changed my from ssh command, but I can't see the root password changed made from inside cPanel. (Which is what I need to find out...)
    0
  • SysSachin
    Hello, Please try to find logs in the /var/log/secure file. You can use the command
    grep passwd /var/log/secure
    Also, check in the cpanel access logs using bellow command. grep chrootpass /usr/local/cpanel/logs/access_log |grep POST
    0
  • Daniel Berthiaume
    Thank you, I was missing the keyword "chrootpass" to make my life easier!
    0
  • cPanelMichael
    Hello, I'm happy to see the previous response was helpful. Thank you for updating us with the outcome.
    0

Please sign in to leave a comment.