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.
Many ransomware strains will abort if they detect a Russian keyboard installed (2021)
71–80 of 229 posts
Re: Many ransomware strains will abort if they detect a Russian keyboard installed (2021)
#72Earlier quoted context omitted.
Is there any downside to unironically doing this? Seems like it'd actually work.
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.
Re: Many ransomware strains will abort if they detect a Russian keyboard installed (2021)
#73Earlier quoted context omitted.
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.
> 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.
Re: Many ransomware strains will abort if they detect a Russian keyboard installed (2021)
#74Earlier quoted context omitted.
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 d…
"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.
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.
Re: Many ransomware strains will abort if they detect a Russian keyboard installed (2021)
#75The 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 ba…
> 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 limitatio…
I would argue most malware comes down to uneducated users doing the wrong thing - but that's a whole different can of worms :-)
Re: Many ransomware strains will abort if they detect a Russian keyboard installed (2021)
#76The 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 ba…
> 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 anyt…
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 ?
Re: Many ransomware strains will abort if they detect a Russian keyboard installed (2021)
#77Earlier quoted context omitted.
> 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 anyt…
What are these "quasi-malicious customized versions of Chrome" you're referring to?
Re: Many ransomware strains will abort if they detect a Russian keyboard installed (2021)
#78Re: Many ransomware strains will abort if they detect a Russian keyboard installed (2021)
#79Earlier quoted context omitted.
> 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 anyt…
What are these "quasi-malicious customized versions of Chrome" you're referring to?
"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.
Re: Many ransomware strains will abort if they detect a Russian keyboard installed (2021)
#80Earlier quoted context omitted.
It sounds like you just described what User Account Control (UAC) has been doing since Windows Vista (2006).
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...)
Daily driver as limited user should be the windows default even if it makes use ability more confusing.