Slashdot Mirror


New Ransomware Poses As A Windows Update (hothardware.com)

Slashdot reader MojoKid quotes an article from Hot Hardware: A security researcher for AVG has discovered a new piece of ransomware called Fantom that masquerades as a critical Windows update. Victims who fall for the ruse will see a Windows screen acting like it's installing the update, but what's really happening is that the user's documents and files are being encrypted in the background...

The scam starts with a pop-up labeled as a critical update from Microsoft. Once a user decides to apply the fake update, it extracts files and executes an embedded program called WindowsUpdate.exe... As with other EDA2 ransomware, Fantom generates a random AES-128 key, encrypts it using RSA, and then uploads it to the culprit. From there, Fantom targets specific file extensions and encrypts those files using AES-128 encryption... Users affected by this are instructed to email the culprit for payment instructions.

While the ransomware is busy encrypting your files, it displays Microsoft's standard warning about not turning off the computer while the "update" is in progress. Pressing Ctrl+F4 closes that window, according to the article, "but that doesn't stop the ransomware from encrypting files in the background."

3 of 89 comments (clear)

  1. Hardly news.. by dimethylxanthine · · Score: 5, Funny

    Sounds like any other window update. Especially the one with the "Upgrade to Windows 10" popup... :D

    1. Re: Hardly news.. by Anonymous Coward · · Score: 1, Funny

      I'd rather get fucked in the ass over and over again for days on end with a rusty knife

      Right this way sir. Your room is ready. I hope your experience is everything you expect it to be.

  2. Re:Why are unauthorized popups still a thing? by Sigma+7 · · Score: 3, Funny

    Why are unauthorized popups still a thing?

    The latest ones I encountered no longer do popups, but instead use Javascript to redirect the page to some third party website (or even a data:// url.)

    Not technically popups, but still something just as trivial.

    Seriously? Why is this allowed in modern web browsers?

    Perhaps some Netscape 2.0-4.x developer thought it was a good idea to automatically execute anything on an HTML page - despite the well known examples of viruses that try infecting every Dos program, or every boot sector.