Krasue infects telecom firms in Thailand using techniques for staying under the radar.
Stealthy Linux rootkit found in the wild after going undetected for 2 years::Krasue infects telecom firms in Thailand using techniques for staying under the radar.
The researchers have so far been unable to determine precisely how Krasue gets installed.
So no one knows yet. But I feel that the existence of malware in the wild is newsworthy, even if we don't know how it got there. Regardless, you and I probably don't have to worry about it unless you're a Thai telecom.
Honestly, is there much code in the world which doesn't meet this description? How do you propose we decide what is trustworthy? Every time I update my packages I'm getting possibly millions of new lines of code that I can't possibly personally vet
Stealthy and multifunctional Linux malware that has been infecting telecommunications companies went largely unnoticed for two years until being documented for the first time by researchers on Thursday.
Researchers from security firm Group-IB have named the remote access trojan “Krasue,” after a nocturnal spirit depicted in Southeast Asian folklore “floating in mid-air, with no torso, just her intestines hanging from below her chin.” The researchers chose the name because evidence to date shows it almost exclusively targets victims in Thailand and “poses a severe risk to critical systems and sensitive data given that it is able to grant attackers remote access to the targeted network.
It then proceeds to hook the syscall, network-related functions, and file listing operations, thereby obscuring its activities and evading detection.
Rootkits are a type of malware that hides directories, files, processes, and other evidence of its presence to the operating system it’s installed on.
By hooking legitimate Linux processes, the malware is able to suspend them at select points and interject functions that conceal its presence.
Intercepting the kill() syscall also allows the trojan to survive Linux commands attempting to abort the program and shut it down.
The original article contains 288 words, the summary contains 192 words. Saved 33%. I'm a bot and I'm open source!
The most incredible part of this is it isn't even a Linux flaw. The key to this exploit is downloading shit software, an issue that exists universally on any operating system (especially Windows).
How to mitigate the risk? Don't let your idiot user download malware.
I'm assuming this meme wasn't meant all too serious by the poster (but judging by the downvotes quite a few people took it seriously).
However, it's not like Linux is magically immune to security vulnerabilities. It'd be foolish to think your system is invulnerable just because you're using a Linux distribution.