• Retiring@lemmy.ml
    link
    fedilink
    arrow-up
    72
    arrow-down
    2
    ·
    1 year ago

    If you run random .pdf.something-files pm‘d to you on LinkedIn you probably shouldn’t use a computer anyway, no matter if it runs Linux or Windows…

    • OsrsNeedsF2P@lemmy.ml
      link
      fedilink
      arrow-up
      32
      ·
      1 year ago

      Lazarus’ Operation DreamJob, also known as Nukesped, is an ongoing operation targeting people who work in software or DeFi platforms with fake job offers on LinkedIn or other social media and communication platforms.

      Looks like they’re going after desperate job seeking crypto bros. Even if it’s not terribly effective, it’s a spray and pray, so they probably got some people.

      • brick@lemm.ee
        link
        fedilink
        arrow-up
        19
        ·
        1 year ago

        Seems to me like they are targeting people who likely have access to assets that can be easily stolen and hard to track.

  • krimson@feddit.nl
    link
    fedilink
    arrow-up
    32
    ·
    1 year ago

    Joke’s on them, I don’t use bash.

    Seriously though, Linux will probably get targeted more frequently now that it is becoming more popular as a desktop OS.

    • leopold@lemmy.kde.social
      link
      fedilink
      English
      arrow-up
      30
      arrow-down
      1
      ·
      1 year ago

      It never occurred to me before reading this comment that there actually is a use case for the execute permission. To me it was always just this annoying thing I have to do whenever I download an executable which I didn’t have to do on Windows.

      • LiveLM@lemmy.zip
        link
        fedilink
        English
        arrow-up
        34
        ·
        1 year ago

        Hm, maybe there should be an option to always disable the executable permission when extracting

        • Rustmilian@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          1 year ago

          That’s perhaps possible, but likely would have to be implemented in each achieving tools individually.

            • Rustmilian@lemmy.world
              link
              fedilink
              English
              arrow-up
              2
              ·
              edit-2
              1 year ago

              There’s a bunch of zip implementations(Info-Zip, Gzip, 7-Zip, PKZip, Pigz, etc.), so perhaps an older version of one of the implementations didn’t support preserving the Linux executable permission in the past.

  • iAvicenna@lemmy.world
    link
    fedilink
    arrow-up
    26
    arrow-down
    1
    ·
    1 year ago

    how someone working on software and tech opens a file called “HSBC job offer.pdf.zip” is beyond me…

  • BlanK0@lemmy.ml
    link
    fedilink
    arrow-up
    12
    arrow-down
    1
    ·
    edit-2
    1 year ago

    Still the exploit is easier to avoid compared to windows viruses and stuff. Even with the linux popularity increasing there is already out there good solutions to prevent this kinda stuff like have SELinux installed, use firejail to run suspicious files, use proxies to visit weird sites (you can use proxychains + tor, a bit overkill but works if you don’t have a local proxy), etc.

    Not to mention that one of the attack vectors of this exploit requires using a systemd feature which is the sysnetd which isnt going to work on other init systems. Reason why a lot of times minimalism can be superior to just having all the features + unnecessary ones out of the box.