S0362 Linux Rabbit
Linux Rabbit is malware that targeted Linux servers and IoT devices in a campaign lasting from August to October 2018. It shares code with another strain of malware known as Rabbot. The goal of the campaign was to install cryptocurrency miners onto the targeted servers and devices.2
Item | Value |
---|---|
ID | S0362 |
Associated Names | |
Type | MALWARE |
Version | 1.2 |
Created | 04 March 2019 |
Last Modified | 22 December 2020 |
Navigation Layer | View In ATT&CK® Navigator |
Techniques Used
Domain | ID | Name | Use |
---|---|---|---|
enterprise | T1110 | Brute Force | - |
enterprise | T1110.003 | Password Spraying | Linux Rabbit brute forces SSH passwords in order to attempt to gain access and install its malware onto the server. 2 |
enterprise | T1132 | Data Encoding | Linux Rabbit sends the payload from the C2 server as an encoded URL parameter. 2 |
enterprise | T1546 | Event Triggered Execution | - |
enterprise | T1546.004 | Unix Shell Configuration Modification | Linux Rabbit maintains persistence on an infected machine through rc.local and .bashrc files. 2 |
enterprise | T1133 | External Remote Services | Linux Rabbit attempts to gain access to the server via SSH.2 |
enterprise | T1033 | System Owner/User Discovery | Linux Rabbit opens a socket on port 22 and if it receives a response it attempts to obtain the machine’s hostname and Top-Level Domain. 2 |
enterprise | T1078 | Valid Accounts | Linux Rabbit acquires valid SSH accounts through brute force. 2 |