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.

  • @[email protected]
    link
    fedilink
    English
    141 year ago

    How much faster are we talking?

    I’ve honestly never looked at my downloads and though huh you should be quicker, well maybe in 90’s.

    • no banana
      link
      fedilink
      71 year ago

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

    • @[email protected]
      link
      fedilink
      71 year ago

      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).

      • @[email protected]
        link
        fedilink
        English
        91 year ago

        Im curious as to how it would achieve that?

        It can’t split a file before it has the file. And all downloads are split up. They’re called packets.

        Not saying it doesn’t do it, just wondering how.

        • @[email protected]
          link
          fedilink
          131 year ago

          It could make multiple requests to the server, asking each request to resume starting at a certain byte.

          • @[email protected]
            link
            fedilink
            English
            51 year ago

            Interesting.

            I feel I’ll save this rabbit hole for weekend and go and have a look at what they do.

            • @[email protected]OP
              link
              fedilink
              181 year ago

              The key thing to know is that a client can do an HTTP HEAD request to get just the Content-Length of the file, and then perform GET requests with the Range request header to fetch a specific chunk of a file.

              This mechanism was introduced in HTTP 1.1 (byte-serving).

    • arglebargle
      link
      fedilink
      English
      61 year ago

      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.

      • PenguinCoder
        link
        fedilink
        English
        11 year ago

        I was just going to recommend this too; Use axel, aria2 or even ancient hget.