It's a pity to see that Windows haven't died off yet and things like this are still happening. Using Linux / Mac for years, never looked back. And for those who say "my mother can't use Linux", don't be a cheapskate, get your loved ones a Mac - they will definitely know how to use it.
You’re infected—if you want to see your data again, pay us $300 in Bitcoins
201–210 of 295 posts
Re: You’re infected—if you want to see your data again, pay us $300 in Bitcoins
#202Earlier quoted context omitted.
there is no downvoting
On the contrary, after accumulating a certain amount of karma (500 points??) a user gains the ability to downvote comments (but not stories).
Re: You’re infected—if you want to see your data again, pay us $300 in Bitcoins
#203I was hit by this, or a variant, at my place of business. Hundreds of thousands of files on our shared drive were overwritten, about 2 TB worth of files. Office documents, PDFs, and Adobe documents like PSD and INDD were encrypted. JPEGs were altered but still viewable. All files increased in size by a few hundred bytes. Pull-only backups were the savior here, although because we didn't notice until the next day, the…
No affiliation, just a user.
Re: You’re infected—if you want to see your data again, pay us $300 in Bitcoins
#204You 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.
Unfortunately lots of stuff runs under there including, but not limited to: GitHub for Windows and dozens of apps it installs in there F.lux Anything installed with ClickOnce Chrome GMVault Xamarin's Android Support Markdownpad SkyDrive Join.me Assuming that everything in there is a virus is too much, I think.
Re: You’re infected—if you want to see your data again, pay us $300 in Bitcoins
#205Re: You’re infected—if you want to see your data again, pay us $300 in Bitcoins
#206Earlier quoted context omitted.
I think the interesting thing here is the shift from the target - the "best" target used to be compromising the OS, so OS's made moves to protect themselves from programs running as unprivileged users. Now, it's trivial to wipe an OS and restore from a backup. The real value is the things people store on a computer, which are usually going to be accessible via a user account. You make an excellent point, but there is…
> This requires a very different model of access control and user/application privileges, and unfortunately I don't think any mainstream OS is even close to solving this one yet. I'm not sure it does require a different model of access control. It just requires people to actually use the access control mechanisms that exist already. You should not access banking details or any other sensitive information in the same…
Re: You’re infected—if you want to see your data again, pay us $300 in Bitcoins
#207Earlier quoted context omitted.
Tarsnap is the only sensible backup provider given the recent history of warantless secret searches in America. SpiderOak is also a contender for file sharing. Both use end-to-end encryption knowable only to the end-user.
I can't afford to have my family photos backed up to tarsnap. Let the NSA have 'em.
Re: You’re infected—if you want to see your data again, pay us $300 in Bitcoins
#208Earlier quoted context omitted.
Even if it encrypts regardless, preventing the perpetrators from profiting will remove their incentive to keep spreading this stuff. Once antivirus catches up to the copies in the wild, the problem would be solved. Of course, whether it's actually possible to shut down enough servers to prevent them from profiting is another question. But it seems to me anything that makes it more difficult is a good thing, even thou…
This wouldn't really prevent them from profiting - an unsuspecting user could still pay the ransom, and then never receive a decryption key, so would be both out of the money and lose their data.
Re: You’re infected—if you want to see your data again, pay us $300 in Bitcoins
#209Earlier quoted context omitted.
It's also not auditable: Tarsnap, while not OSS, has easily available source code for perusal and personal use, if I recall.
The crashplan JARs decompile pretty easily - I had a go a few months ago, and they weren't obfuscated. Highlights: The crypto is pretty bad - it's using blowfish in CBC mode with a static IV of 0c22384e5a57412b (convert each byte to decimal...). The client-server protocol use 32 bit nonces and MACs, which is. License key validation works by decrypting some packed data from the key after converting the alphabet back t…
Re: You’re infected—if you want to see your data again, pay us $300 in Bitcoins
#210How long will it take until the FBI gets rid of these guys?