Earlier quoted context omitted.
err, no it's not a virus, it seems it has no ability to reproduce on its own.
I'm loving the differences between the word "virus" in the computer and biology sense.
RotaJakiro: A long live secret backdoor with 0 VT detection
61–70 of 183 posts
Re: RotaJakiro: A long live secret backdoor with 0 VT detection
#62What's "VT" and "C2" ?
Re: RotaJakiro: A long live secret backdoor with 0 VT detection
#63This is pretty cool, but I keep waiting until someone finds a horribly malicious version of bash that hides processes, directories and so on unless you have a specific env var set.. It could even detect when you do a update and just copy itself back over the new version, since almost all updates are being applied under a shell somewhere (may need a malicious python also then..)
Back in my younger days... I’ve had boxes hacked through bugs in bind or sendmail. The hacker would cover their tracks with replacements of “ps”, “ls” and such that attempted to cover their tracks. Good times.
Re: RotaJakiro: A long live secret backdoor with 0 VT detection
#64This is pretty noisy as backdoors go. I wouldn't call this stealthy. It places a whole bunch of files in various locations, is running as a separate process, and doesn't do https properly. It's surprising really - when LD_PRELOAD'ing your malware into an existing process is way stealthier. Preferably one that nobody will bat an eyelash at for making TCP connections. The best ones will probably hide in (places such as…
Re: RotaJakiro: A long live secret backdoor with 0 VT detection
#65Re: RotaJakiro: A long live secret backdoor with 0 VT detection
#66This is pretty cool, but I keep waiting until someone finds a horribly malicious version of bash that hides processes, directories and so on unless you have a specific env var set.. It could even detect when you do a update and just copy itself back over the new version, since almost all updates are being applied under a shell somewhere (may need a malicious python also then..)
Back in my younger days... I’ve had boxes hacked through bugs in bind or sendmail. The hacker would cover their tracks with replacements of “ps”, “ls” and such that attempted to cover their tracks. Good times.
Actually, last time I saw it the cracker (really a script) had replaced a couple of libraries with 32 bit versions on a 64 bit machine, which lead to most of the coreutils no longer working. Very subtle. 64-bit machines were becoming common by that point but maybe not so much on Linux servers, but still it was a clear sign of low effort!
Re: RotaJakiro: A long live secret backdoor with 0 VT detection
#67Earlier quoted context omitted.
Other malware has hidden itself as init, mysqld, php-fpm, etc. This is really nothing new.
This technique is really effective when the attacker does a little bit of homework on the system: if it’s a web server, a lot of people (even security analysts) will miss that the 147 httpd process are 146 /usr/sbin/httpd and one /usr/local/sbin/httpd — or they’ll assume that was where someone installed a custom build.
Re: RotaJakiro: A long live secret backdoor with 0 VT detection
#68Why can’t Linux keep track of parent-child relationships and visualize them when you look at running processes? You could instantly identify this virus. And why can’t Linux apps have a universal and straightforward install directory?
Re: RotaJakiro: A long live secret backdoor with 0 VT detection
#69Where does this stuff C2 back to / come from?
Re: RotaJakiro: A long live secret backdoor with 0 VT detection
#70Why can’t Linux keep track of parent-child relationships and visualize them when you look at running processes? You could instantly identify this virus. And why can’t Linux apps have a universal and straightforward install directory?