216.73.217.22

Deep Dive Into a Linux Rootkit Malware

· Published 14/01/2025 07:16 · Modified 14/01/2025 08:46

Export JSON

Essential information

Published
14/01/2025 07:16
Modified
14/01/2025 08:46
Tags
2025-01-14 command execution kernel module linux netfilter persistence procfs remote access rootkit sysinitd sysinitd.ko
Related entities
3 observables, 9 techniques (mitre), 2 malware

Description

This analysis examines a malware deployed by remote attackers on a compromised CentOS system. The malware consists of a () and a user-space binary (). The hijacks inbound network traffic using a hook, creates entries for communication, and starts the user-space process. The user-space component disguises itself as 'bash' and enables remote with root privileges. The attackers use a special 'attack-init' packet to initiate communication and can send encrypted commands to control the system. The analysis details the malware's initialization, network interception, data exchange mechanisms, and process.

External references