当前位置:网站首页>Alibaba cloud server mining virus solution (practiced)
Alibaba cloud server mining virus solution (practiced)
2022-07-06 08:49:00 【Xiao Li Xiao Liu】
1、cpu Too high , It's a virus
2、 Get into Linux Connect to Alibaba cloud server
3、 Use top Command dynamic view cpu Occupancy rate
Two cases
1、 No processes with high occupancy are found , Skip to step 7
2、 Found processes with high occupancy , Use kill -9 pid Killing the process will find that the virus continues to appear , useless , Skip to step four
4、 Check the address of the virus file
Input ls -l /proc/{
Viruses PID}/exe Check the virus path
5、 Enter the virus file , Delete them all
6、kill Kill process , complete , Look again cpu, Virus free process done
7、 If the Alibaba cloud server displays cpu Very high , however Linux The viewing process did not find cpu The process with a high proportion , Then it means that the process is hidden .
adopt cat /etc/ld.so.preload It's found that there are .so The file of , This is a virus hidden file
vim Enter this file and you will find many .so file , But it is a read-only file , Cannot modify file
So simply put the whole ld.so.preload File deletion .
8、 After deleting , Use top Check the process , appear cpu Processes with a high proportion
9、 Skip to step 4
10、 use crontab -l Check whether there are scheduled tasks
Delete scheduled tasks crontab -r
summary :
1. use top Check the process Get virus pid
2. hide Delete cat /etc/ld.so.preload .so file
3. Not hidden
4. ls -l /proc/{
Viruses PID}/exe Check the virus file path
5. Delete virus files
6. kill -9 pid Kill the virus process
边栏推荐
猜你喜欢
marathon-envs项目环境配置(强化学习模仿参考动作)
Screenshot in win10 system, win+prtsc save location
Current situation and trend of character animation
Navicat Premium 创建MySql 创建存储过程
Tcp/ip protocol
ESP8266-RTOS物联网开发
vb.net 随窗口改变,缩放控件大小以及保持相对位置
角色动画(Character Animation)的现状与趋势
Sublime text in CONDA environment plt Show cannot pop up the problem of displaying pictures
Charging interface docking tutorial of enterprise and micro service provider platform
随机推荐
Current situation and trend of character animation
egg. JS directory structure
The network model established by torch is displayed by torch viz
Roguelike game into crack the hardest hit areas, how to break the bureau?
China dihydrolaurenol market forecast and investment strategy report (2022 Edition)
704 binary search
China's high purity aluminum target market status and investment forecast report (2022 Edition)
Image,cv2读取图片的numpy数组的转换和尺寸resize变化
LeetCode:214. 最短回文串
LeetCode:剑指 Offer 03. 数组中重复的数字
LeetCode:41. 缺失的第一个正数
C language double pointer -- classic question type
The harm of game unpacking and the importance of resource encryption
What are the common processes of software stress testing? Professional software test reports issued by companies to share
Unified ordering background interface product description Chinese garbled
Bitwise logical operator
Research and investment forecast report of citronellol industry in China (2022 Edition)
优秀的软件测试人员,都具备这些能力
LeetCode:498. 对角线遍历
LeetCode:26. 删除有序数组中的重复项