Beware PowerShell: Too-helpful users tricked into ‘fixing’ their machines with malware (www.csoonline.com)
from BrikoX@lemmy.zip to cybersecurity@sh.itjust.works on 21 Jun 2024 10:58
https://lemmy.zip/post/17751084

Attackers are using social engineering to get users to copy, paste, and run malicious scripts — all while thinking they are helping out the IT team.

#cybersecurity

threaded - newest

ElderWendigo@sh.itjust.works on 21 Jun 2024 11:19 collapse

Hot take: to Most windows users (not you) probably shouldn’t be able to access power shell or cmd.exe at all.

BrikoX@lemmy.zip on 21 Jun 2024 11:23 next collapse

This is similar to how casual users on Windows should be limited to a non-admin account, to limit vectors for malware.

sean_lemmy@sh.itjust.works on 21 Jun 2024 11:25 next collapse

You can’t in S mode

Telorand@reddthat.com on 21 Jun 2024 12:44 collapse

The stupid thing is you can’t reenter S mode once you’ve left.

Family member needed printer software that wasn’t on MS Store, so I told them we’d need to drop S mode to get it, which meant reducing security. Now I have to be the defacto IT person and the security team for them.

aard@kyu.de on 21 Jun 2024 11:27 next collapse

Accessing powershell is not the issue - that Windows is broken, with a sprinkle of bad permission management by corporations using it is the issue. And the bad permission practices are a direct result of how broken Windows is - I tried a while ago to use it with a fully unprivileged user, just like I do for decades on UNIX and now Linux. It pretty much is impossible without privilege elevation prompts every few minutes.

In a proper environment a user should be able to destroy data they’re working with - but not have the ability to alter the operating system.

voracitude@lemmy.world on 21 Jun 2024 11:48 next collapse

That’s not a hot take, that’s empirical fact: lifehacker.com/this-chart-shows-how-computer-lite…

[deleted] on 21 Jun 2024 20:27 collapse

.

magic_smoke@links.hackliberty.org on 21 Jun 2024 16:55 next collapse

Shit like that is how you got here in the first place. To make computers easy enough to be fool proof is to make them nearly useless and requires someone to administer the system (even if that someone is the genius bar at apple.)

The issue isn’t access, its literacy. This shit was acceptable 20-30 years ago. But we’re at the point where everyone who’s at working age has spent most of if not all of their adult life at a time where basic computer use was considered a standard skillset.

Now that mobile OS’s have been the norm for a decade or so, we have comp sci students who can’t even navigate a fucking file explorer despite growing up on the internet.

Hand-holding design is a positive-feedback loop.

That being said you should probably disable, or at least severely limit their use for standard users in a corporate environment via group policy.

fibojoly@sh.itjust.works on 22 Jun 2024 11:48 collapse

Isn’t it what happens on Mac? I’m told there is a command line on there, but I’ll be damned if I’ve ever met* a Mac addict who’s heard of it, let alone used it.

sugar_in_your_tea@sh.itjust.works on 22 Jun 2024 14:12 collapse

I’m certainly biased, but we use macOS at work and nearly everyone is familiar with the terminal. We’re developers though, but even our less technical people (product owners and whatnot) know what it is and what it can do.

But yeah, I wouldn’t be opposed to turning on a dev option to enable it though. I use it every day, but most don’t need to (even our devs could configure commands in their IDE).