Skip to main content

email CSF: "...If the change is unexpected it should be investigated", how investigate?

Comments

6 comments

  • kodeslogic
    Most such emails are received after the cPanel updates (upcp process), to verify that such email received after cPanel update check path /var/cpanel/updatelogs/
    and you should see /var/cpanel/updatelogs/updated.{TIMESTAMP}.log
    file with timestamp which you can match with the received email. You may also receive such emails when you manually update some outdated/old packages on your server if it is not by the upcp process.
    0
  • cPRex Jurassic Moderator
    Yes, you'll get these notifications from CSF after a cPanel update, but it doesn't necessarily indicate an issue with the machine.
    0
  • 000
    ...you should see /var/cpanel/updatelogs/updated.{TIMESTAMP}.log
    file with timestamp which you can match with the received email.

    Thanks master @kodeslogic.
    Yes, you'll get these notifications from CSF after a cPanel update, but it doesn't necessarily indicate an issue with the machine.

    Many thanks by your time master @cPRex. in any case, if some day update is doit by MALWARE, how I can detect this terrible situation ?, only /var/cpanel/updatelogs/updated.{TIMESTAMP}.log
    ? cPanel don't release some BASH or something tool to check integrity of system?
    0
  • ffeingol
    While the above suggestions are good, I'd suggest checking /var/log/yum.log Virtaully all these changes are going to be done via yum (via the nightly upcp). Yesterday there was a EA update ( ) which is gong to cover a lot of what LFD saw change.
    0
  • cPRex Jurassic Moderator
    @000 - first you'd want to look over the logs that have been previously mentioned to see if there were updates that happened on the system. If so, that's why there was a change. If not, you could compare the md5sum from a backup or by downloading a copy of the file directly and comparing it from here: Index of /cpanelsync/11.94.0.4
    0
  • 000
    thanks masters :)
    0

Please sign in to leave a comment.