147 comments

  • ttul 10 hours ago

    If you make your machine look like a malware execution sandbox, a lot of malware will terminate to avoid being analyzed. This is just part of the cat and mouse game.

    • Melatonic 7 hours ago

      Most windows servers are virtualised these days so I'm not sure this would work anymore. It might look at other indicators though

    • ronsor 10 hours ago

      Put VirtualBox strings in your firmware :)

      • tripplyons 9 hours ago

        Yes, and don't forget to install the VirtualBox guest extensions in your host machine to make it looks even more like a VM!

        • thrtythreeforty 8 hours ago

          Is there any downside to unironically doing this? Seems like it'd actually work.

          • DelaneyM 8 hours ago

            It’s not much harder to just harden your system to not be vulnerable in the first place, and that protects your from a lot more.

            • danielschreber 7 hours ago

              Wikipedia's page on "just intonation" is, oddly, about music.

              • cwmoore 6 hours ago

                And it is so too that “just deserts” are rarely desserts at all.

                • Bluestein 6 hours ago

                  ... as is "Just for Men"

              • andybak 6 hours ago

                OK. You've lost me.

            • anonymars 6 hours ago

              Defense in depth

            • Melatonic 7 hours ago

              Agreed - like using a non admin account.

              • anonymars 6 hours ago

                How does that protect against ransomware?

                • petersellers 5 hours ago

                  Limits the blast radius to only the files that the more limited user has write access to.

                  • azov 2 hours ago

                    The files I normally have write access to are my important files though.

                    Immutable snapshots/offline backups help with those.

                  • 5 hours ago
                    [deleted]
            • ronsor 7 hours ago

              Please tell me what tools you use to receive future zero-day vulnerability patches.

              • ofjcihen 7 hours ago

                To be fair the vast, vast majority of exploitation that we see (especially in the news) comes from sub-par security setups and poor training/architecture. That’s no even going into security monitoring which most companies don’t or barely have.

                Zero days account for very small amount of exploitation in comparison and by definition are unpatched so I think the commenter was right to point out the basics.

          • zaphirplane 3 hours ago

            There is an oracle license attached to it

          • akersten 7 hours ago

            Anticheat might throw a fit

            • kevindamm 6 hours ago

              Don't play games on your production hardware. Easy fix.

              • Zambyte 4 hours ago

                Or don't play games that behave indistinguishably from ransomware.

    • rzzzt 8 hours ago

      It was mentioned in the other front page article, I guess this is where we got this submission from: https://news.ycombinator.com/item?id=44413185

    • general1726 9 hours ago

      Time to install Ghidra on every station

    • thaumasiotes 7 hours ago

      > If you make your machine look like a malware execution sandbox, a lot of malware will terminate to avoid being analyzed. This is just part of the cat and mouse game.

      What? This is an entirely separate concern. If you have a Russian input method installed, malware will terminate to avoid legal repercussions.

  • exiguus 8 hours ago

    There is evidence that this will worked for ransomware like Patya and for groups like Fancy Bear or Cozy Bear and Conti. Mostly because the Russia gov. unofficial guaranties immunity if the target is not Russian. Also, if you identify as Russian or write Russian in the chats or mails to them, they will de-crypt your systems for free.

    • userbinator 8 hours ago

      Also, if you identify as Russian or write Russian in the chats or mails to them, they will de-crypt your systems for free.

      I wonder how that works in this era of AI translation.

      Not quite the same but I remember there was a Russian shareware author who gave free licenses to Russians.

      • ivan_gammel 8 hours ago

        > I wonder how that works in this era of AI translation

        Simple translation isn’t enough to show cultural proximity. Patterns of speech are different. You can try to use AI to do the entire conversation, but e.g. Claude will refuse to give you exact phrases, since he is correctly assuming it is a social engineering attack.

        • orbital-decay 3 hours ago

          Prompting a good LLM to convincingly act like a native isn't hard, neither is jailbreaking it if necessary. The hard thing in this case is verifying that it really does that.

        • lelele 7 hours ago

          Do you mean that one can't use AI to learn a foreign language in its everyday form?

          • bigfatkitten 5 hours ago

            To become achieve everyday competence in a foreign language, you need to actually use it in an everyday context. That means being immersed in the culture where the language is spoken.

      • hinkley 5 hours ago

        The life of a privateer is hard.

    • atemerev 7 hours ago

      It's not that simple, I think. There are many Russians everywhere, and probably they work at victim companies too, so just being Russian won't be enough, if ransom could be in the millions. You'll have to convince them that the company is Russian-owned, or that your father works in FSB, or whatever.

  • I_am_tiberius 8 hours ago

    I'd be surprised if there isn't malware that targets specifically systems with cyrillic keyboard enabled.

    • consumer451 an hour ago

      I am not. Russia is in a class of its own in this regard. I do not mean that as a compliment.

  • Melatonic 9 hours ago

    The best anti malware on any version of windows has always been to make your default account you use everyday a non admin account.

    You also need to create a separate account (can just be a local account) that is a full administrator. Make sure you use a different password.

    Anytime you need to install something or run powershell/CMD as admin it will popup and ask for the separate login of the admin account. This is basically the default of how Linux works (sudo). It's also how any competent professional IT department will run windows.

    If an admin elevation popup happens when you haven't triggered it then you probably know something is wrong. And most malware will not be able to install.

    Another benefit is that you can use a relatively normal (but obviously not too short) password for your regular account and then have something much more complicated for the admin login. This is especially great on something like "Grandmas PC" or anyone who is at higher risk of clicking on the wrong thing.

    • zahlman 8 hours ago

      > If an admin elevation popup happens when you haven't triggered it then you probably know something is wrong. And most malware will not be able to install.

      Malware can still do a lot without "installation". Running as an unprivileged user, it can still do anything to/with the filesystem that the user would be able to do, and will (on most normal setups) be able to make outbound Internet connections without limitation. In short, these kinds of privileges don't protect against data exfiltration, ransomware operating on the user's important data files, simple vandalism....

      • Melatonic 7 hours ago

        This is true but defense is a multi layered approach and even the built in Microsoft stuff (like Defender AV) have massively improved.

        I would argue most malware comes down to uneducated users doing the wrong thing - but that's a whole different can of worms :-)

        • cube00 7 hours ago

          > I would argue most malware comes down to uneducated users doing the wrong thing

          This feels unnecessarily harsh. Those users are the victims of criminal activity. The protective controls could be a lot better.

          Windows doesn't offer immutable local file versions to protect against ransomware running as a non-privileged user. It doesn't offer any protection if a single application suddenly starts to overwrite huge amounts of data.

          Instead they choose to try and shove OneDrive down our throats as the only answer to ransomware protection.

          • ropable 5 hours ago

            As someone working in infosec for a largish 2000 seat organisation - it's honestly not inaccurate. No matter how much accessible information security training we try to provide and the EDR controls we implement, >95% of our incidents involve an end-user following (sometimes extremely obvious) phishing links. And contrary to what you've said, Windows Defender (in conjunction with Airlock) has actually saved us from ransomware attacks.

            • BLKNSLVR 4 hours ago

              Where I work has recently implemented Airlock and my laptop feels a lot less responsive since. I'm aware of the whole security trade-off, just wondering how noticeable it has been in your organisation, if at all?

              Having said that, two things worth considering in my case:

              1. My laptop is relatively old and, I think, overdue for replacement (8GB RAM, really?)

              2. Windows Defender + Airlock + CrowdStrike + Netskope + Nessus seems an expectedly heavy load on a system

              • 3eb7988a1663 8 minutes ago

                Not sure the exact combination of internal security nonsense used, but my corporate laptop idles at a good 20% cpu utilization. It would not surprise me at all to know that the products are stepping over themselves and scanning each other. Double plus ungood is that any programming tool I use seemingly gets extra scrutiny and can take 10x as long as I know it would on a non-compromised Linux machine.

            • cube00 4 hours ago

              > And contrary to what you've said, Windows Defender (in conjunction with Airlock)

              "Contrary to what I've said" while you add in an extra third party product that I didn't mention.

      • BLKNSLVR 5 hours ago

        It's still "the length of the street" better than having malware installed as root/admin. Malware in userspace is much easier to both detect and remove for the simple fact it cannot embed itself that deeply into the system (barring nation states leveraging zero days, but that's a fee levels above 'regular consumer' advice).

        This method has saved me (my parents) more than a couple of times.

      • mlyle 7 hours ago

        It's still a big win because it prevents subverting the underlying system. Logs still tell the truth. Security software keeps running. The damage can be inspected with the operating system's tools.

    • EvanAnderson 9 hours ago

      > The best anti malware on any version of windows has always been to make your default account you use everyday a non admin account.

      In the early 2000s up thru about 2012 I'd agree with you. Post-Vista malware adapted to UAC and now all malware works well as a normal user. Any data your normal user can access (local or on a remote CIFS server) is fair game for ransomware. Limiting administrator rights doesn't do anything to prevent the malware from getting at your data.

      Persistence has moved to per-user, non-Administrator, too. Of course, all the various quasi-malicious customized versions of Chrome that end users inevitably install when they go searching for software to end-run their IT departments operates the same way.

      I do think your daily driver Windows users shouldn't have administrator rights. It just isn't going to help much with malware.

      I use physically separate boxes for my most sensitive activities (banking, mainly) but you could do nearly as well having separate non-admin Windows logons and compartmentalize your access to data you don't want ransomed. Isolation between different user accounts on Windows is actually fairly good. Just limit the common data the accounts can access.

      Personally I've always wanted to use Qubes (and stop using physically separate machines) but I haven't taken them time to learn their contrivances.

      Edit: I should have said "quasi-malicious customized versions of Chromium", not Chrome.

      • Melatonic 7 hours ago

        It will help stop the spread quite a bit however (even if it can access user local data). There's a reason escalation path attacks are still the gold standard (start small and move up).

        You can also run something like applocker and whitelist all the apps you use.

        Also instead of separate physical boxes why not just use a VM ?

        • EvanAnderson 7 hours ago

          > It will help stop the spread quite a bit however (even if it can access user local data).

          User's should be running limited user accounts for daily-driver Windows machines.

          Having said that, today's attacks are all about the data. It's all about exfil/ransomware/blackmail because there's money to be had there. On an individual home user PC there's no lateral movement or bigger targets to attack.

          I hate to invoke xkcd, but it's true: https://xkcd.com/1200/

          > You can also run something like applocker and whitelist all the apps you use.

          That's a bit overkill for a personal machine and it won't be licensed for AppLocker anyway.

          AppLocker is also a gigantic pain-in-the-ass on corporate machines. My experience with configuring AppLocker for anything other than very task-specific computers is that it's a huge and unending ordeal of whitelisting, trying again, whitelisting more, trying again. Wash, rinse, get complaints from end users, repeat.

          > Also instead of separate physical boxes why not just use a VM ?

          Pragmatism. I have a bunch of extra low-spec laptops laying around. My machines are, for the most part, cast-off Customer garbage. I haven't actually spent money on reasonable machine since about 2015. >smile<

          • v5v3 6 hours ago

            > Also instead of separate physical boxes why not just use a VM ?

            >Pragmatism. I have a bunch of extra low-spec laptops laying around. My machines are, for the most part, cast-off Customer garbage. I haven't actually spent money on reasonable machine since about 2015. >smile<

            But you either need to setup a secure tunnel on each one, or lose access anytime you are away from home.

            • EvanAnderson 2 hours ago

              > But you either need to setup a secure tunnel on each one, or lose access anytime you are away from home.

              Mostly isn't a problem for me. On the off chance I'd need the banking remotely I'd just take it with me. Mostly I don't do the sensitive stuff remotely and I rarely travel anymore.

              Like I said in the parent post, I should be using Qubes. I'm just lazy.

      • pogue 7 hours ago

        What are these "quasi-malicious customized versions of Chrome" you're referring to?

        • EvanAnderson 7 hours ago

          Edit: I should have said "Chromium", not Chrome. They are repackages of Chromium, usually with functionality to send browsing activity to a third party.

          "Wave Browser" is the common one that comes to mind immediately. I have several flagged in the "endpoint security" software I support, though.

          The workflow is: (1) User wants some software functionality they don't have, (2) they search-engine using keywords like "convert Word to PDF", (3) they find a program that promises to do the thing they want, (4) they download it and click thru any warnings because they "want the thing", and (5) they end up with persistent per-user malware installed in their "AppData" folder.

        • Melatonic 7 hours ago

          Confused by that as well - what version of chrome can be installed without admin?

          • EvanAnderson 7 hours ago

            It cannot. There are malicious third parties who have made distributions of Chromium that are fully functional browsers, installing in the user's AppData folder w/o Administrator rights, that have additional "functionality" like exfiltrating browsing history or displaying extra t

            This is really what any Electron-based app is. It's just Chromium running out of the AppData folder. There's a whole ecosystem of "shadow IT" software that installs out of the AppData folder, meant to end-run IT and central control, that functions great w/o Administrator rights.

        • dfedbeef 7 hours ago

          Edge? (joking)

    • noisem4ker 9 hours ago

      It sounds like you just described what User Account Control (UAC) has been doing since Windows Vista (2006).

      • EvanAnderson 9 hours ago

        There are UAC bypasses. Microsoft has repeatedly stated that UAC isn't actually a security boundary. It's better to run a daily driver account as a limited user and only elevate when you overtly need it. (It's even better to use a separate login, as opposed to "Run As...)

        • Melatonic 7 hours ago

          Exactly - UAC is like a poor man's Sudo and I never really got the point of it. There is a reason so many people tried to disable it.

          Daily driver as limited user should be the windows default even if it makes use ability more confusing.

        • Lwerewolf 8 hours ago

          Aren't most UAC bypasses relying on the fact that UAC by default isn't "full sudo"mode - i.e. it allows certain things without prompting?

      • 8 hours ago
        [deleted]
    • udev4096 an hour ago

      LPEs exist. In linux world, you get tons of new LPEs every week. On windows, significantly harder

    • exiguus 7 hours ago

      Usually, private individuals are not the target of ransomware attacks by organized criminals. Companies often have to pay a lot more money to get their data back. The Petya ransomware is a good example of this.

      Nevertheless, when you are on any machine as an intruder and have normal user rights, you can still actively search the machine and network for admin accounts and steal sessions. The ultimate goal is to gain Domain Admin rights.

      Besides that, it is not necessary to have admin rights to delete and encrypt data or to run and hide software.

      There are also many ways, besides stealing sessions, to gain admin rights, such as through unpatched software, inappropriate user rights, zero-day exploits, and social engineering.

      A common way to get users to install malware or ransomware is to bundle it with useful software that the user wants to install.

    • Aachen 8 hours ago

      https://xkcd.com/1200/

      It feels bad to post a link-only response but I really don't have anything to add to it. On a system used by multiple persons, sure, you help prevent that a compromise on sister's account immediately impacts mom's and dad's accounts, but that qualification isn't in the comment and probably most computers that HN readers use are single user. Or on a server, dropping privileges speaks for itself. But if you're on a desktop and you do online banking in your browser and also open email attachments on that computer... Not being admin would only help clean up the situation without needing to make a live boot (namely, you could theoretically trust the admin user and switch to that) but this isn't recommended practice anyway if you're not a malware specialist and can make sure it is fully gone. I cannot think of any situation where a single user desktop system benefits from admin privilege separation

      So basically, what the comic conveys

      > The best anti malware

      Not being admin doesn't prevent malware from running and gaining persistence within your user account...

      • Melatonic 7 hours ago

        Most malware I've commonly seen on individuals computers (like the grandma example) comes about when they want to install something and use and installer that has it bundled with legit software. Or they visit a site that's a shady copy of a legit one.

      • seb1204 8 hours ago

        So the mum or grandpa should also use an admin account to execute the file they just downloaded?

    • cookiengineer 2 hours ago

      This is good advice, but it will not protect you against any malware that has been written in the last 10 years.

      Stealer frameworks and dropper frameworks have implemented a lot of bypasses. From using other installed programs (lolbins / gtfobins etc) to using embedded scripting engines to do their bidding up until just reusing signed and installed default drivers to execute their payloads. A lot of drivers have sideloading and execution capabilities due to how the $igning process in Microsoft is constructed.

      Additionally, nobody needs "root" access to do anything these days, this is just plain wrong assumption. Most malware will go for your browser profiles which are readable by your user (duh), so a separate privilege escalation exploit avoiding user account won't help you there either.

      It's much better to sandbox your applications as good as possible. Even just using firejail profiles will go a long way, especially in regards to electron apps or apps that have remote update and plugin installation capabilities (e.g. discord, slack and the like).

      Please, drop some malware binaries through ghidra or other tools before you give advice like this. You might be part of survivor's bias without realizing it.

    • eestrada 7 hours ago

      The best anti malware on any version of windows has always been to not run windows.

    • kevingadd 7 hours ago

      Unfortunately a lot of modern software triggers UAC popups now. Games (for anticheat and/or network connectivity), development tools (for network connectivity or debugging), updaters for stuff that live-updates like Electron apps, etc.

    • 8 hours ago
      [deleted]
    • Phurist 9 hours ago

      Or you know... just use Linux

      • EvanAnderson 9 hours ago

        There's nothing magical about the Linux security architecture, when it comes to malware, aside from abysmal Linux market share. If it were popular it would be targeted.

        That's not to say there's no value. It's a case of security by obscurity, at best. The Unix security model is much more simplistic than Windows NT. Everybody disables SELinux so there's no meaningful capabilities functionality.

        Assuming you actually do run malware, all your user account's data on a Linux machine ends up being just as vulnerable to exfil or ransom as if you're running Windows as a limited user.

        • gerdesj 8 hours ago

          "Everybody disables SELinux"

          That implies you are probably using a RH jobbie. With no working whatsover, I assert that many more Linux desktops will be rocking apparmor or no kernel security module.

          Oh and no I don't disable SELinux, except as a quick check to see if that is what is causing issues. Obviously I'm not everyone, but I am someone.

          • EvanAnderson 7 hours ago

            I haven't used desktop Linux in a number of years, but back when I did I'd see disabling SELinux was a common recommendation. I hope things are getting better.

            On the Linux application hosting front the majority of vendor-supported garbage I have the displeasure of supporting that runs outside of Docker disables SELinux as a matter of course.

      • johanneskanybal 9 hours ago

        Right tool for the job. Linux for deploying stuff to, Linux or mac for working on the stuff you’ll deploy. Windows for games and everyday use. They’re all superior in their category and it’s too obvious to spend time arguing about.

        • ekianjo 8 hours ago

          You can game on Linux for many years now. Windows is mostly mandatory if you play multiplayer games with anticheat

          • johanneskanybal 5 hours ago

            yea pong working on linux doesen’t equal to gaming working on linux. Most games won’t start or play worse.

            • Sphax 21 minutes ago

              You’re either trolling or simply unaware but Steam and Proton allows you to run quite a bit of the Steam library on Linux with good performance.

            • udev4096 43 minutes ago

              You have been living under a rock. Wine and proton are significantly faster than native windows. With valve's partnership with Archlinux last year, it's going to get even better

            • 8note 3 hours ago

              ive been playing elden ring fantastically on the steam deck. its the game of the year from a couple years back

        • cynicalsecurity 8 hours ago

          You don't need Windows for games since ages. Steam games run on Linux.

          • johanneskanybal 5 hours ago

            Not really if you ever tried. Barely playing music, games obviously don’t work if you ever tried playing games. (hint, game x not beeing terrible doesen’t mean ”it works”). like I said at the start this is fairly obvious.

            • udev4096 40 minutes ago

              I play AAA games on steam deck running stock steam OS. It's rock solid. Look at the sales of steam deck alone, it's quite successful

      • cortesoft 8 hours ago

        There are many reasons someone might have to use Windows. I have a Windows box because a number of games I play don’t support Linux, even with WINE and Proton.

        • KronisLV 7 hours ago

          I found that ProtonDB is quite helpful in figuring out how many games will or won’t run well: https://www.protondb.com/

          You can even log in with Steam and get the summary for your exact library, for anyone curious.

          • BlaDeKke an hour ago

            It’s fine for a casual single player game. I’ve played rimworld on Linux mint. But league? Fortnite? Cod? Battlefield?

      • jay_kyburz 9 hours ago

        I've got a snap installed, I think it's for the google command line tools. It will quite often at random times pop up a window in KDE asking for the admin password, and there is nothing in that window that tells me what or why the admin password is needed.

        Decided it was a risk to just be typing the admin password whenever a random popup asked me to, so disabled all snap automatic updates.

      • charcircuit 8 hours ago

        Linux ransomware does not require root.

      • NexRebular 8 hours ago

        > Or you know... just use Linux

        ...where namespaces provide excellent technology for hiding malware making linux one of the best platforms to turn into a evil host.

      • floundy 9 hours ago

        Every couple of years I give daily driving Linux a try. I still find that old joke about "Linux is only free if your time is worth nothing" to be quite apt.

        • fredfish 9 hours ago

          Every few years someone forces me to use Windows and I find that my data is apparently worth nothing since it being one giant anti-pattern wastes my time.

          • floundy 8 hours ago

            I agree, I switched to Mac last fall with the incessant Windows 10 popups that my CPU is not supported and I can't upgrade to Windows 11, so buy a new PC chump or you'll be EOL! Okay, I bought a new PC Mr. Nadella, it just doesn't run Windows.

            That ended up being the last straw in a long line of complaints with data privacy and things being forced on me in Windows. Somehow that stupid Bing toolbar would constantly re-enable itself and re-appear on my desktop after every update despite being disabled everywhere I could find a setting for...

            • fredfish 8 hours ago

              I wasn't very happy with Apple's bizarre UI or out of date libraries.

              The easiest way to make an OS with ideal support on one platform is to only support Apple's hardware instead of the PC cosmos, so I will be interested if Asahi getting the relatively little resources it needs will gradually make it the least waste of time choice to use Linux on Apple hardware.

        • sdoering 9 hours ago

          I switched to Ubuntu "skinned" with Omakub a few months ago. Never looked back. Work with Windows on my work machine and use my *nix box as my daily dev driver and machine for surfing the net, doing emails and documents. I actually use it for nearly everything except vector graphics/dtp & images, as I am still too used to the affinity suite.

          Will try out Omarchy just for the fun of it - not that I expect it to become my daily driver.

          But - depending on your needs - I think Linux can be on par (for me it is way better, longer battery life, better configuration, better tools, smoother workflows, but YMMV).

          • udev4096 38 minutes ago

            Please don't use that horrible script. It makes no sense to install such bloatware on top of an already bloated distro, which adds unnecessary attack surface. I would recommend fedora or arch, both are perfect for beginners with minimal bloat

        • II2II 8 hours ago

          I don't know what your use case is, so what I'm about to say may not be relevant.

          When you're making the transition from one operating system to another, there is going to be an investment of time. It doesn't matter whether you are moving from Windows to Linux or from Linux to Windows. When it comes to getting things done, each operating system is going to have its own strengths and weaknesses. Our attention is going to be drawn towards the weaknesses of what we are trying out because that is what we are going to spend the most time addressing. Our attention is going to drift away from the weaknesses of what we are familiar with since we have long since learned to circumvent or ignore them.

          What I am suggesting is that I would spend as much time learning how to daily drive Windows as you would learning how to daily drive Linux. Unfortunately, I cannot draw upon quips like "Windows is only free if your time is worth nothing" since Windows is not free. I have a copy of Windows 11 Professional that cost significantly more than any given component of the computer it runs on.

        • pkulak 9 hours ago

          Do you mind elaborating a bit on what went wrong? Like, were you installing on a recent MacBook, or something else not well supported? In my experience, installing and running a popular distro is absolute cake. Easier than Windows, even, since you aren’t forced to create cloud accounts and answer a million privacy questions; you basically install then boot right into your new desktop.

          • floundy 8 hours ago

            Used it on various devices. A Dell laptop (with power switching between dedicated and iGPU, what a nightmare that was for Linux display drivers), a desktop I built myself, a Raspberry Pi running RPi OS.

            I find most things fine in Linux and I'm fairly comfortable with the terminal. However it's the 10% or so of things that are very cumbersome in Linux but instant in Windows/Mac that drive me away.

            Example: There is no Google Drive client for Linux. Spend an hour dorking around in rclone and get it set up and working with bidirectional sync. The token still expires weekly and needs to be renewed. Yeah, I get a potential solution is "don't use Google Drive" but the little projects to get my current workflow functioning on Linux, or change my workflow to fit Linux's constraints, end up adding up into a bunch of wasted time.

            • zahlman 8 hours ago

              Have you tried just using it in browser?

            • tokai 8 hours ago

              >There is no Google Drive client for Linux

              What? Google accounts have been a thing in Gnome for years. You have Google Drive access right in Nautilus.

              • floundy 8 hours ago

                Not for ARM.

                • tokai 7 hours ago

                  Almost all distros have an ARM version. KDE can also handle online services such as google drive. There are also a couple of other projects to deal with it if you don't like KDE or Gnome. What you claim is trivially untrue.

                • ekianjo 8 hours ago

                  If you use a distro built on GNOME, ARM or not does not matter

        • pogue 7 hours ago

          I would recommend giving Linux Mint a try. It's very newbie friendly with a desktop like environment of Windows, automatic backup creation, and a store to install pretty much any software you need from. I got my elderly parents to try it & they were both able to figure it out quite quickly!

          I also hear good things about ZorinOS as it's built as a full fledged Windows alternative with built-in WINE to run native Windows apps in

          You can play with them both at this link without having to install anything:

          https://distrosea.com/

        • Taek 8 hours ago

          I don't find it to be that way at all. I've used Debian as my daily driver for almost 10 years and I spend maybe... 30 minutes per year dealing with setup and configuration and stuff?

          Much less than I needed to back when I mainly used Windows.

          Sure, there's a learning curve. But Windows has a learning curve too, you just already climbed that hill.

          • II2II 8 hours ago

            Judging from the rest of the thread, they were referring to setup and configuration. For the most part, I consider this to be one of the strengths of Linux.

            On the other hand, the operating system is the means rather than the end to most people. If a person is transitioning from Windows to Linux, they will probably have a substantial number of new programs to learn in the process. That is going to factor into most people's impressions of the operating system as a whole.

        • NoOn3 9 hours ago

          But if this is your first time using Windows or Mac, you will also need time to get used to it. I've tried using a Mac, and so far I'm not used to it. :)

        • 8 hours ago
          [deleted]
  • grishka 5 hours ago

    As a Russian who removed "winlockers" from so many of my not-so-tech-literate schoolmates' computers in the late 00s, I disagree :D

    But those weren't as sophisticated, I suppose. They didn't encrypt files. They only displayed an uncloseable window demanding a payment. Sometimes with hilarious phrasing like "thank you for installing this quick access widget for our adult website".

  • pogue 10 hours ago

    I wonder if this is still actually the case after Brian Krebs announced it to the world in 2021.

    • throwaway48476 10 hours ago

      It has always been this way and will continue to be. Russia along with north korea consider ransomware to be legitimate economic activity. It's part of their hybrid warfare strategy.

      • MangoToupe 10 hours ago

        That doesn't really say much about the specific behavior of using a russian keyboard as a signal.

        • antonymoose 9 hours ago

          It is a fail-fast strategy to avoid internal prosecution for accidental attacks on fellow citizens.

        • 0manrho 9 hours ago

          Well yeah, because that's not what the person they were replying to was asking about. They were asking a "when" question of sorts, tangential to the root topic, not a why.

      • NoOn3 9 hours ago

        I don't think this is done on purpose at the state level in Russia or China, It's just that sometimes government don't pay attention to those who do it if this is done in relation to somehow unfriendly countries. But the US also uses hacking for hostile purposes. For example, Stuxnet and some other cases. Yes, it's not ransomware, but the difference is not that huge. Western-backed countries like Ukraine are also doing the same. Anyway Just use Linux and you'll be fine for a while.

        • throwaway48476 6 hours ago

          When Russia arrests a hacker they're turned over to the GRU and told who to target. Western governments use hacking for intelligence gathering not economic warfare. The ochko123 fraudster was very connected with the Russian government, it's state policy.

          No, just using Linux doesn't make you safe.

  • KnuthIsGod 9 hours ago

    The presence of a Russian keyboard makes it attractive to NSA malware..

    • v5v3 6 hours ago

      Russia, china etc ban windows from any military or sensitive government employee machines. they use their own Linux distros.

  • fracus 4 hours ago

    The title alone is hilarious because it obviously implies, probably correctly so, that most ransomware comes from Russia.

  • gmargari 10 hours ago

    2021

    • e_y_ 9 hours ago

      I wonder if Ukraine has been removed from the exclusion list since then. A quick Google search says that the keyboards layouts are different from Russian keyboards.

      • Melatonic 9 hours ago

        I was thinking the same thing.

        Seems like the safest would be standard Russian keyboard layout (or maybe just adding the reg keys mentioned)

        Also makes me wonder if installing a specific Chinese keyboard could have the same effect (for Chinese made ransomware or maybe even North Korean). Or perhaps they do other checks ?

        • bozhark 9 hours ago

          Could check month/date/time formats

          • Melatonic 7 hours ago

            Wouldn't that exclude a ton of countries though ? Russia covers a lot of time zones.

      • v5v3 6 hours ago

        Syria may get removed soon, seeing as now a USA aligned country.

  • zzo38computer 5 hours ago

    If they change it, will they make it to check the time zone as well as the keyboard layout (and possibly others)?

  • amelius 5 hours ago

    So woudn't the next step in this cat and mouse game be that they check if the keyboard is actually being used?

  • Razengan 7 hours ago

    I KNEW keeping a Russian keyboard to type ( ;´Д`) would have practical uses!

    • culebron21 7 hours ago

      You may also want to use хД (Russian for xD)

  • quantadev 3 hours ago

    I wonder what DeekSeek agents would do if they discovered at some future time that USA and China are in a kinetic War. Because we don't have the ability to analyze hidden motivations in model weights, it's impossible to predict, although it seems like it would be easy to do at least basic testing (in a sandbox) to seek if it takes any unexpected actions or tries to get data from any unexpected URLs thru agents.

    You can't simply ask the AI what it would do in that case, because it will have been trained to deny that it has any harmful plans, and indeed it may not "know", which is a type of attack I've called "Hypnosis Threat Vector". An AI Agent can be trained to be harmful, and not have any way of even self introspecting what it's "Trigger Words" are. The Trigger Words could indeed be some news headline that only China knows how to inject into the news cycle, causing many agents to notice them and then "wake up" to preform what they're "hypnotized" to do.

  • charcircuit 9 hours ago

    I would find the why more interesting. Is there a common library virtually all ransomware uses? Are virtually all ransomware copy pastes of each other? Is there a popular forum post detailing the trick?

    • chisleu 8 hours ago

      There are lots of malware families. Russian hackers, scammers, and such are basically celebrated in Russia for attacking the west. But they get in big trouble if they screw anything up inside Russia. Hence, the "safety mechanism" here.

      • charcircuit 7 hours ago

        Yes, but this is a specific safety mechanism, why this is over others?

        • chisleu 6 hours ago

          It's simple for the malware to check. For instance, you don't want to hit a Russian oligarch's laptop w/ ransomware just because his GPS says he is in another country. You don't want to trust the outbound ip because they might be on a VPN, etc. This is more broad and simple and easy. Can you think of a better way?

          • charcircuit 5 hours ago

            You could check what language the operating is set to, or the browser bookmarks /history to name a couple.

            Checking installed keyboards is somewhat obscure and sounds like something someone cleverly came up with and I'm interested in how is sprea

            • zarzavat 3 hours ago

              Language wouldn't work, many bilingual people prefer to have their UI language set to English even if it's not their native language.

        • make3 6 hours ago

          convergent evolution

          • charcircuit 5 hours ago

            If you look at how it's compiled you can tell if it's using the same code, or if they converged to use similar strategies.

    • v5v3 6 hours ago

      I read that only a few parties create ransomware, and they then charge a subscription to the end hackers to us it.

  • 8 hours ago
    [deleted]
  • gazatunnelrats 5 hours ago

    [flagged]

  • jekwoooooe 2 hours ago

    I don’t understand why we allow china and Russia on the internet anymore. Is there ANY legitimate benefit to this?