RotaJakiro: A long live secret backdoor with 0 VT detection
41–50 of 183 posts
Re: RotaJakiro: A long live secret backdoor with 0 VT detection
#42It's systemd-daemon . The authors knew that systemd was so huge and opaque that it'd go unnoticed. It even has its own systemd unit file. It 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.
Also oddly redundant, most daemons end in a "d" to denote daemon, so that name is a bit like the toe-curling "RAID array".
Re: RotaJakiro: A long live secret backdoor with 0 VT detection
#43Earlier quoted context omitted.
it's a virus. lol. there are many ways to get them onto systems. file download site, typosquatted apt/pip package names, buying/hacking a download mirror website, 0-day browser exploits, etc.
err, no it's not a virus, it seems it has no ability to reproduce on its own.
Re: RotaJakiro: A long live secret backdoor with 0 VT detection
#44Pardon 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?
The first meaning is what you describe: something malicious stealthily implanted into an otherwise-legitimate or thought-to-be-legitimate application or appliance.
The other meaning covers any method of secret access persistence on a compromised system (generally a host, like a server). This could be something like a bash script that launches a reverse shell when you login, a malicious kernel module that extracts and executes arbitrary C code if a specific pattern is detected in network traffic, or just about anything imaginable. And you could also achieve it with the former definition.
I think among the infosec community, it's indeed more common for "backdoor" to refer to the former and a general term like "persistence" / "persistence mechanism" (though that can potentially refer to anything malicious that persists), or sub-categories like "foothold", to refer to the latter. "Backdoor" for the latter wouldn't be a misuse, though.
There's also a possible looser third definition, where lazy / fearmongering anti-virus companies sometimes like to label almost any kind of malware a "backdoor" or "backdoor trojan", perhaps because that carries more frightening implications for end users than a term like "virus" or "malware". It somewhat overlaps with the second definition, but I think it's rare a technical person would use it that way; it's less rare that a technical person might use the second definition.
Re: RotaJakiro: A long live secret backdoor with 0 VT detection
#45So, it doesn't makes use of any 0day or exploit to enter the system. Has to be deliberately run. Makes me think of https://www.gnu.org/fun/jokes/evilmalware.en.html
Re: RotaJakiro: A long live secret backdoor with 0 VT detection
#46Dumb question but how does an ELF file end up in the Kernel? I thought everything was source-only?
The kernel any OS including linux runs is not source only at all, it's compiled, maybe by the user from source or by a redistributor which then passes it in compiled form to your system.
Furthermore this malware seem to not mess with the kernel, but pretend to be a normal system service.
ELF means Executable and Linkable Format, it's the executable format which Linux binaries use (and not just them). E.g. a shared library (Linux version of DLL) is in elf format. A variation of ELF is also used by UEFI but that doesn't seem to matter in this article.
So basically someone or something hacked their system and installed this malware or they where tricked into installing it themself.
The fact that the involved files where named in ways which totally could be normal parts of the system didn't help (but is also common, so I wouldn't say it made it harder).
Re: RotaJakiro: A long live secret backdoor with 0 VT detection
#47So, it doesn't makes use of any 0day or exploit to enter the system. Has to be deliberately run. Makes me think of https://www.gnu.org/fun/jokes/evilmalware.en.html
While it would be prudent to examine the script rather than just blindly execute it... I imagine most don’t (myself included).
Re: RotaJakiro: A long live secret backdoor with 0 VT detection
#48Earlier quoted context omitted.
2001:ASO's villain is named HAL execute the cipher on it and see :)
The full name of the movie is “2001: A Space Odyssey”. It’s based on a novel by the great Arthur C. Clarke.
Re: RotaJakiro: A long live secret backdoor with 0 VT detection
#49Re: RotaJakiro: A long live secret backdoor with 0 VT detection
#50For those wondering why "RotaJakiro" the name, Jakiro is a reference to a Dota2 character, that is a dragon with 2 heads, thus why the double-behaviour got the name "Jakiro"