A reported Free Download Manager supply chain attack redirected Linux users to a malicious Debian package repository that installed information-stealing malware.

The malware used in this campaign establishes a reverse shell to a C2 server and installs a Bash stealer that collects user data and account credentials.

Kaspersky discovered the potential supply chain compromise case while investigating suspicious domains, finding that the campaign has been underway for over three years.

214 points

Now I need to know who the hell has installed Free Download Manager on Linux.

permalink
report
reply
44 points

And via a website too. That’s like pushing a car. One of the main strengths of Linux are open repositories, maintained by reputable sources and checked by thousands of reputable people. Packages are checksummed and therefore unable to be switched by malicious parties. Even the AUR is arguably a safer and more regulated source. And it’s actually in there.

permalink
report
parent
reply
51 points

And via a website too

Everyone knows real admins do curl https://raw.githubusercontent.com/something/or/other/install.sh | sudo bash

permalink
report
parent
reply
4 points

Instructions unclear, “command not found: 404”.

permalink
report
parent
reply
21 points

The same people that would have given that poor nigerian prince their bank account details

permalink
report
parent
reply
36 points

permalink
report
parent
reply
11 points

It’s still my favorite download manager on Windows. It often downloads file significantly faster than the download manager built into browsers. Luckily I never installed it on Linux, since I have a habit of only installing from package managers.

Do you know of a good download manager for Linux?

permalink
report
parent
reply
14 points
*
Deleted by creator
permalink
report
parent
reply
7 points

Right? I’ve not thought about download speeds since the 2000’s.

permalink
report
parent
reply
7 points

just grabbed a gig file - it would take about 8 minutes with a standard download in Firefox. Use a manager or axel and it will be 30 seconds. Then again speed isnt everything, its also nice to be able to have auto retry and completion.

permalink
report
parent
reply
7 points

FDM does some clever things to boost download speeds. It splits up a download into different chuncks, and somehow downloads them concurrently. It makes a big difference for large files (for example, Linux ISOs).

permalink
report
parent
reply
8 points

JDownloader, XDM, FileCentipede (this one is the closest to IDM, although it uses closed source libraries), kGet, etc.

permalink
report
parent
reply
1 point

And JDownloader is the more useful one for easier download from file hosters.

permalink
report
parent
reply
4 points

axel. use axel -n8 to make 8 connections/segments which it will assemble when it is done

permalink
report
parent
reply
2 points

Even with wget, wget -c can resume some downloads.

permalink
report
parent
reply
1 point
*
Deleted by creator
permalink
report
parent
reply
0 points
*
Removed by mod
permalink
report
parent
reply

Gotta admit, it was me. I’ve only used a computer for short time.
I’ve got my first laptop 3 years ago, and that broke after just 2 months. And anyway, with AMD Athlon 64 it greatly struggled with a browser. So really I only started seriously using computer at the start of 2021, when I got another, usable laptop. And that’s when I downloaded freedownloadmanager.deb. Thankfully, I didn’t get that redirect, so it was a legitimate file.

permalink
report
parent
reply
8 points

Oh, I know someone who adds the word “free” to various search words like “free pdf reader” or “free flash player” (happened a very long time ago). He’s also the kind of person who I can imagine having a bunch of viruses and malware on his computer.

permalink
report
parent
reply
5 points

People not well versed in Linux.

You know, the non-techies, which the Linux community claims should know such things but obviously does not.

permalink
report
parent
reply
4 points

Or what is Free Download Manager

permalink
report
parent
reply
4 points

I once did.

permalink
report
parent
reply
2 points

I’ve installed and used it, and still do.

My internet connection is not that reliable, and when I download big files that are not torrents (say >1000 MB) and the download is interrupted because of internet disconnect, Firefox often has trouble getting back to it while FDM doesn’t.

FDM also lets me set download speed limits, which means I can still browse the internet while downloading.

It’s not my main tool for downloading stuff, but it has its uses.

permalink
report
parent
reply
56 points

The article mentions how to check for infection:

If you have installed the Linux version of the Free Download Manager between 2020 and 2022, you should check and see if the malicious version was installed.

To do this, look for the following files dropped by the malware, and if found, delete them:

/etc/cron.d/collect
/var/tmp/crond
/var/tmp/bs
permalink
report
reply

Also you can check the .deb file’s postinst script. If it looks like shown here, no bueno.

permalink
report
parent
reply
39 points

“Non-free download manager”

permalink
report
reply
-8 points

You allways pay with something

permalink
report
parent
reply
30 points
*
Deleted by creator
permalink
report
parent
reply
6 points

Free as in free speech, not as in free beer.

Free :: Freedom ≠ No money

permalink
report
parent
reply
1 point
Deleted by creator
permalink
report
parent
reply
1 point

no u

permalink
report
parent
reply
35 points

What is a free download manager and why would someone need one?

permalink
report
reply
23 points

Back in the day when most stuff was on FTP and HTTP and your connection was crap and could drop at any time, you’d use a download manager to smooth things along. It could resume downloads when connection dropped, it could keep a download going for days on end and resume as needed, and it could abusing the bandwitdh limitations of the source site by using multiple parallel connections that pulled on different file chunks. In some ways it was very similar to how we use BT today.

It was also useful to keep a history of stuff you’d downloaded in case you needed it again, manage the associated files etc.

permalink
report
parent
reply
16 points

and it could abusing the bandwitdh limitations of the source site by using multiple parallel connections that pulled on different file chunks

Also for files which had multiple different mirror sites you could download chunks from multiple mirrors concurrently which would allow you to max out your bandwidth even if individual mirrors were limiting download speeds.

permalink
report
parent
reply
14 points

It’s a download client that can pause/Resume downloads, as well as use multiple connections to download files

permalink
report
parent
reply
4 points

Like a BitTorrent?

I guess I just don’t download that much stuff.

permalink
report
parent
reply
10 points

Sucks having your connection drop and having to redlownload the entire thing again. Managers are a fix.

permalink
report
parent
reply
3 points

BitTorrent works in chunks basically, or can download it nonlinearly. Downloading from a site in a basic way gets the file from start to finish, the download manager can let you stop it and pick up where you left off, as long as the server you’re getting the file from is configured to allow it.

https://github.com/agalwood/Motrix

(Note: I don’t use that or any other download manager and haven’t since Windows 95, it’s linked as example only)

permalink
report
parent
reply
6 points
*

Back in the 2000s, browsers were really bad at downloading big things over slow connections since they couldn’t resume, a brief disconnect could destroy hours of progress. But I don’t think you need this anymore.

permalink
report
parent
reply
25 points

How is it possible that users noticed strange behaviors (new Cron jobs) and they didn’t check the script launched by those jobs 😱

permalink
report
reply
66 points

Linux popularity going up means the percentage of users who know what cron is goes down.

permalink
report
parent
reply

Is Disney finally making Tron sequel?

permalink
report
parent
reply
16 points

No it’s a disease that makes you poop a lot

permalink
report
parent
reply
5 points
*

They actually are, kind of. It’s called Tron: Ares and it’s been in production hell for some years, the most recent delay being due to the ongoing writer’s strike. Filming is expected to start after the strike is over, but personally my enthusiasm for the movie died after they announced Jared Leto as one of the cast.

permalink
report
parent
reply
7 points
*

If they were complaining about cronjobs being created (like the post says), then they must have known what cron is.

permalink
report
parent
reply
18 points

Idk if I’d check crontab regularly.

permalink
report
parent
reply
1 point

If I noticed strange cron jobs I would!

permalink
report
parent
reply

Linux

!linux@lemmy.ml

Create post

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

  • Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
  • No misinformation
  • No NSFW content
  • No hate speech, bigotry, etc

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

Community stats

  • 8.4K

    Monthly active users

  • 6.3K

    Posts

  • 174K

    Comments