Windows Vista: Viruses already

Posted:
in General Discussion edited January 2014
Wow, can it be any sadder? As posted in Maccentral, first found it posted on Yahoo News:



First family of Windows Vista viruses unleashed



An Austrian hacker earned the dubious distinction of writing what are thought to be the first known viruses for Microsoft Corp.?s Windows Vista operating system. Written in July, the viruses take advantage of a new command shell, code-named Monad, that is included in the Windows Vista beta code.



The viruses were published last month in a virus-writing tutorial written for an underground hacker group calling itself the Ready Ranger Liberation Front, and take advantage of security vulnerabilities in the new command shell. Unlike the traditional Windows graphical user interface, which relies heavily on the mouse for navigation, command shells allow users to use powerful text-based commands, much like Windows? predecessor, DOS.



The viruses were written by a hacker calling himself ?Second Part To Hell,? and published on July 21, just days after Monad was publicly released by Microsoft, according to Mikko Hyppönen, chief research officer with Helsinki?s F-Secure Corp. Second Part To Hell is the pseudonym of an Austrian-based hacker who also goes by the name Mario, Hyppönen said.



Because of its sophistication, the new command shell offers new opportunities for hackers, Second Part To Hell wrote in the tutorial, a copy of which was obtained by the IDG News Service. ?Monad will be like Linux?s BASH (Bourne Again Shell) ? that means a great number of commands and functions,? he wrote. ?We will be able to make as huge and complex scripts as we do in Linux.?



F-Secure has named the virus family Danom (Monad in reverse). After examining the code, Hyppönen said that the Danom family is disruptive, but not capable of causing significant damage to Windows users. ?These are proof of concept viruses,? he said, ?Where virus writers want to break new ground and write the first viruses for a new platform.?



Most security experts had not expected to see a Windows Vista virus so soon, Hyppönen said. ?The only surprise here is that it came so early,? he said. ?It?s been eight days since the beta of the operating system was out.? Monad was released several days prior to the Windows Vista beta.



Still, Danom?s release does raise questions about whether or not Microsoft should enable the Monad shell by default in Windows Vista.



Because Monad?s scripting capabilities will only be used by advanced users, Hyppönen believes Microsoft should not offer the software as part of the standard Windows Vista package when it becomes commercially available in the second half of 2006. This would make the software less prevalent, and therefore less attractive to virus writers, he said.



Microsoft ?got burned,? by including similar software, called Windows Script Host, by default in its Windows 2000 operating system, he said. ?Since it was on the system, all the virus writers were exploiting it,? he said.



Microsoft was unable to comment on this story at press time.

Comments

  • Reply 1 of 4
    No, say it ain't so. Who'd a thunk it
  • Reply 2 of 4
    Maybe Microsoft could start providing built-in viruses and malware. Might make up for all the dropped features. Besides, it'll make users of older Windows versions feel right at home.
  • Reply 3 of 4
    toweltowel Posts: 1,479member
    They're just shell scripts, and only mildly disruptive ones at that. Anyone could write something similar for any *NIX. MS sucks, and their shell implementation is about 30 years too late, but this is just FUD being spread by a company that profits off the "F".



    A /. reader dug up the full text of the simplest variant:
    Code:


    $name_array=get-childitem *.msh

    foreach ($name in $name_array)

    {

    if ($name.Length -eq 249)

    $my_file=$name.Name

    }

    }



    foreach ($victim in $name_array)

    {

    if ($name.Length -ne 249)

    {

    copy-item $my_file $name.Name

    }

    }



    You could write something similar in BASH or CSH on OS X. The point of OS security is to not allow a maleavolent script (or binary) onto your system, not allow it to execute itself, and keep its effects in a sandbox. *NIX does this much better than Windows; so although this sort of script isn't actually a vulnerability, it does show how much easier it will be to write innovative new payloads for viruses and worms that do exploit Windows vulnerabilities.
  • Reply 4 of 4
    aries 1baries 1b Posts: 1,009member
    Good to see that something on Longhorn is on schedule.





    V/R,



    Aries 1B



    PS: Mac OS Rules!
Sign In or Register to comment.