Skip to main content

Some sort of virus or bug on server

Comments

1 comment

  • cPanelJasonT
    Hello, Often the cause of this kind of thing is a vulnerability in software that is installed on the web site. One thing that can help you to find this kind of activity is to search through the logs for access to these files. The logs for a user's web access can be found in /usr/local/apache/domlogs/$user There, you can search for the file that was uploaded, which will then provide you with the ip address accessing this file. From there, it is possible to establish what was access from that ip address, which may elucidate how the files were uploaded. In general, it is recommended to keep any site software up to date. It is also possible that the file was uploaded via ftp. This can be seen by searching for the file's name in /var/log/messages.
    0

Please sign in to leave a comment.