RotaJakiro: A long live secret backdoor with 0 VT detection
blog.netlab.360.com
RotaJakiro: A long live secret backdoor with 0 VT detection
1–10 of 183 posts
Re: RotaJakiro: A long live secret backdoor with 0 VT detection
#2Re: RotaJakiro: A long live secret backdoor with 0 VT detection
#3Surely this should be easily knowable?
Re: RotaJakiro: A long live secret backdoor with 0 VT detection
#4Dumb question but how does an ELF file end up in the Kernel? I thought everything was source-only?
Re: RotaJakiro: A long live secret backdoor with 0 VT detection
#5Re: RotaJakiro: A long live secret backdoor with 0 VT detection
#6Is this "just a backdoor"? Like, its sole purpose is to give remote access / exfiltrate information? If so, how does it end up on systems? What is the vector?
Re: RotaJakiro: A long live secret backdoor with 0 VT detection
#7It doesn't even do "normal" rootkit level of hiding that rootkit detectors might notice; it just hides in plain site as an innocent root process, right out in the open.
Re: RotaJakiro: A long live secret backdoor with 0 VT detection
#8Dumb question but how does an ELF file end up in the Kernel? I thought everything was source-only?
The file name is chosen by the attackers to look like a legit executable - systemd-daemon if installed as root, $HOME/.gvfsd/.profile/gvfsd-helper if installed without root privileges. That way victims who are looking at file names won't be alarmed because they look like an expected file e.g. hiding in the forest of legit "systemd-*" files.
Re: RotaJakiro: A long live secret backdoor with 0 VT detection
#9>On March 25, 2021, 360 NETLAB's BotMon system flagged a suspiciousELF file (MD5=64f6cfe44ba08b0babdd3904233c4857) with 0 VT detection, the sample communicates with 4 domains on TCP 443 (HTTPS), but the traffic is not of TLS/SSL. A close look at the sample revealed it to be a backdoor targeting Linux X64 systems, a family that has been around for at least 3 years.
They saw it communicating over the network? But ... where was it? On their linux system? Someone else's? Any idea how it got there?
Re: RotaJakiro: A long live secret backdoor with 0 VT detection
#10Pardon me if it's a stupid question, but a backdoor to what? I don't really understand what it's about. In my mind a backdoor is hidden feature built into another _useful_ piece of software. Is this "just a backdoor"? Like, its sole purpose is to give remote access / exfiltrate information? If so, how does it end up on systems? What is the vector?
It gets there via some kind of compromise, either an insecure application, some drive-by exploit for some missing patch, owning a sysadmin and pushing it out via ansible/salt/etc.