Earlier quoted context omitted.
That i know, only MS
But note that's only due to popularity. Socially engineering your way into a user running an executable means that executable will simply run with user privs. No trickery or hacking required, no OS holes. And that will mean that the executable will have full access to do everything a user could do, which will effectively certainly include sending a new encryption key over the network, and encrypting every file that u…
You’re infected—if you want to see your data again, pay us $300 in Bitcoins
51–60 of 295 posts
Re: You’re infected—if you want to see your data again, pay us $300 in Bitcoins
#52And than the police shut down the ransomware servers and dooms data from many infected victims to garbage, brilliant!
Unfortunate for those folks, but if it can prevent many more people from being infected, then still worthwhile.
Re: You’re infected—if you want to see your data again, pay us $300 in Bitcoins
#53You can work to prevent this by creating a group policy that disallows %AppData%\*.exe and %AppData%\*\*.exe A good discussion of this happened here: http://www.reddit.com/r/sysadmin/comments/1mizfx/proper_care... sidenote: this virus actually scares me, and it sounds like it actually scares most people who work in IT. This is the shittiest thing anybody has ever seen, it sounds like.
Re: You’re infected—if you want to see your data again, pay us $300 in Bitcoins
#54You can work to prevent this by creating a group policy that disallows %AppData%\*.exe and %AppData%\*\*.exe A good discussion of this happened here: http://www.reddit.com/r/sysadmin/comments/1mizfx/proper_care... sidenote: this virus actually scares me, and it sounds like it actually scares most people who work in IT. This is the shittiest thing anybody has ever seen, it sounds like.
Doesn't Google Chrome run under %AppData% in a default (non-MSI) install? (This is how it's able to silently update itself, even when run as a non-administrator.)
Re: You’re infected—if you want to see your data again, pay us $300 in Bitcoins
#55Earlier quoted context omitted.
That i know, only MS
But note that's only due to popularity. Socially engineering your way into a user running an executable means that executable will simply run with user privs. No trickery or hacking required, no OS holes. And that will mean that the executable will have full access to do everything a user could do, which will effectively certainly include sending a new encryption key over the network, and encrypting every file that u…
Re: You’re infected—if you want to see your data again, pay us $300 in Bitcoins
#56Re: You’re infected—if you want to see your data again, pay us $300 in Bitcoins
#57The only new thing about this ransomware is that the payment method is through Bitcoin, right?
yup. But the fact they're using bitcoin shows a clever way for ransomware to collect payment with virtually zero-risk; since it's not possible(that I know of) to really trace exactly who, in real life, got those bitcoins. Which means, ransomware might make a strong comeback since the risk is now basically zero, this program isn't that difficult to write and there's real money to be made. Even if you only charged 50 U…
Re: You’re infected—if you want to see your data again, pay us $300 in Bitcoins
#58Earlier quoted context omitted.
But note that's only due to popularity. Socially engineering your way into a user running an executable means that executable will simply run with user privs. No trickery or hacking required, no OS holes. And that will mean that the executable will have full access to do everything a user could do, which will effectively certainly include sending a new encryption key over the network, and encrypting every file that u…
I think it's no longer accurate to think of this as "MS-focused attack but only because OS X is not as popular". Today, iOS is used by many more people than OS X as their primary computing device and I would say it's pretty safe from this type of attack.
Re: You’re infected—if you want to see your data again, pay us $300 in Bitcoins
#59In a corporate environment I'd expect crucial data to be on the network drive and snapshotted every few hours. We run ZFS on our network and all the secretaries have to do their doc/excel work on the drive. Nowadays that everybody has a Gigabit Ethernet connection read/writes are extremely quick. Use ZFS and make read only snapshots that are only accessible to the sysadmins. You'll solve many problems that way. We do…
(Tested backups are the first three rules of IT.)