this post was submitted on 16 Jun 2024
82 points (98.8% liked)

Cybersecurity

9776 readers
64 users here now

c/cybersecurity is a community centered on the cybersecurity and information security profession. You can come here to discuss news, post something interesting, or just chat with others.

THE RULES

Instance Rules

Community Rules

If you ask someone to hack your "friends" socials you're just going to get banned so don't do that.

Learn about hacking

Hack the Box

Try Hack Me

Pico Capture the flag

Other security-related communities !databreaches@lemmy.zip !netsec@lemmy.world !securitynews@infosec.pub !cybersecurity@infosec.pub !pulse_of_truth@infosec.pub

Notable mention to !cybersecuritymemes@lemmy.world

founded 2 years ago
MODERATORS
 

A newly discovered Linux malware dubbed 'DISGOMOJI' uses the novel approach of utilizing emojis to execute commands on infected devices in attacks on government agencies in India.

you are viewing a single comment's thread
view the rest of the comments
[–] KISSmyOSFeddit@lemmy.world 44 points 2 years ago (2 children)

So to get infected, you need to download and unpack a ZIP archive sent to you from an unknown address, then execute the file it contains? In that case, I'm not too worried.

[–] kernelle@lemmy.world 21 points 2 years ago

It's more about C&C, novel ways to get around firewall restrictions. Deploying a payload is the hard part, but having control over a large botnet without raising red flags is an art as well.

[–] OfficerBribe@lemm.ee 12 points 2 years ago (1 children)
[–] sugar_in_your_tea@sh.itjust.works 1 points 2 years ago (2 children)

Especially Linux malware. It's not a huge target, so it's likely to be low effort stuff like this instead of zero-days attacking some linux-specific API. That level of attack is reserved for higher value targets, like servers and windows.

[–] KISSmyOSFeddit@lemmy.world 5 points 2 years ago (1 children)

It’s not a huge target

I never understood that claim. Most of the internet, most servers and most machine controllers, as well as most cloud services (including Microsoft Azure) run on Linux.
It's the biggest target in the world.

Linux servers are, and I specifically called that out. The types of attacks you use against a server are very different than attacks against a desktop. Most desktops don't run web servers, and most servers don't run discord or web browsers.

So linux desktops should see a lot fewer attacks than servers because the value of successfully attacking them is much lower. As that changes, so will the amount of malware targeting linux desktops.

[–] Aux@lemmy.world 1 points 2 years ago (1 children)

Linux servers are the biggest target though.

[–] sugar_in_your_tea@sh.itjust.works 1 points 2 years ago* (last edited 2 years ago)

Exactly, because they're high value targets, as I mentioned. But they're going to use more exotic exploits than an attack on linux desktops, because the expected return vs work to get the exploit makes more sense. Grandma isn't likely using linux to access her bank account, but she is likely accessing a linux server.