To add a program to the startup in Linux, it is usually done by modifying rc.local. However, there are typically two rc.local files in Linux: /etc/rc.local (a symbolic link) and /etc/init.d/rc.local (the actual file). By using MD5sum to calculate the MD5 checksum of the file and comparing the old and new checksums, we can detect if the file has been modified.
If /etc/rc.local on the host has been illegally modified, carefully inspect the host environment for signs of intrusion and change the host user password.