There are some torrrents showing up with .lnkextension (ex: movie.mp3.lnk, tvshow.mkv.lnk…) and automated software (Sonarr, Radarr, Lidarr, qBittorrent RSS Downloader) could pick those torrents (but not import).

These (fake) torrents include a .lnk file that executes a script on your Windows


HOW TO exclude from download on qBittorrent.

  • Go to Options -> Downloads

  • Enable “Exclude file names”

  • Add patterns:

(one by line)

*.mp4.lnk  
*.mp3.lnk  
*.mkv.lnk
*.torrent.lnk 

Or exclude all together: *.lnk


Example on VirusTotal https://www.virustotal.com/gui/file/e74f64df6ebaf3a1b6e3f42591eb6e87d2ac2828eb5a99fd8d3d82c140137fc9/detection

  • bad_news@lemmy.billiam.net
    link
    fedilink
    English
    arrow-up
    12
    ·
    3 hours ago

    You gotta love how aggressively they prevent users from seamlessly running executables from the internet, a VERY legitimate common use case, but a desktop shortcut from the internet? Run away!

      • Trent@lemmy.ml
        link
        fedilink
        English
        arrow-up
        2
        ·
        52 minutes ago

        That would be the very worst malware. I mean both the malware that installed it and win11…

      • LiveLM@lemmy.zip
        link
        fedilink
        English
        arrow-up
        4
        arrow-down
        1
        ·
        edit-2
        2 hours ago

        Weak.
        Harbor disaster. Seed the malware. Spread the fruits of chaos amongst the unworthy. Be complicit in their downfall. Feed on their agony ^^/s

          • catloaf@lemm.ee
            link
            fedilink
            English
            arrow-up
            2
            ·
            56 minutes ago

            Anyone paying attention to size would probably also notice they’re just .lnk files.

            • Aatube@kbin.melroy.org
              link
              fedilink
              arrow-up
              1
              ·
              52 minutes ago

              Not necessarily. Even with “hide extensions” unchecked, Windows hides the .lnk extension by default; it just shows an arrow in the bottom-right corner of the icon, which is plausibly missed when in the list view. I’m surprised antivirus doesn’t know about it already tbh.

        • American_Jesus@lemm.eeOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          27 minutes ago

          Not these ones, some could have more than 1GB, look at the virustotal link, the file had 422MB.

          Also Sonarr/Radarr filter torrents by size

          Here some examples
          https://bt4gprx.com/search?q=The.Lord.of.The.Rings.The.Rings.of.Power.S02E08

          Those where posted on 1337x (and removed) and probably other sites, Sonarr can pick those based on release name and torrent size

          PS: had to rename the fine from .lnk to .com so virustotal could accept

  • Daemon Silverstein@thelemmy.club
    link
    fedilink
    English
    arrow-up
    24
    ·
    4 hours ago

    When I read the title, I was thinking of something sophisticated such as hidden executable streams inside the MKV container (IIRC, it’s possible to append binary data other than audio, video or subtitles specifically inside a MKV). The “.lnk” trick only works in Windows and, even there, it’s easy to prevent: Windows Explorer > Options > Advanced > find and check “Always show extensions for files” (i can’t really remember the exact label for this option as I’m not a Windows user, but something like this will be there).

    • American_Jesus@lemm.eeOP
      link
      fedilink
      English
      arrow-up
      5
      ·
      2 hours ago

      On many distros will open with WINE by default, not a big deal, you can just delete ~/.wine. If it does anything

  • Lojcs@lemm.ee
    link
    fedilink
    English
    arrow-up
    4
    ·
    3 hours ago

    How is the link file executing malware? Can you put any shell script as the target?