Slashdot Mirror


WebTV/MSNTV Virus Dials 911

Semji Rkim writes: "Though not the first virus to direct modems at 911, ABC News is reporting a bug in WebTV (Now branded as MSNTV) units which causes the infected unit to hang-up and dial 911. The virus spreads via email and Microsoft officials are looking into how it is able to replicate and also control the modem. Affected users are advised to delete the email and call Microsoft at 1-800-469-3288."

3 of 515 comments (clear)

  1. ATH0 by HanzoSan · · Score: 5, Informative


    Any knowledgeable hacker knows about ATH0, it effects around 50 percent of 56k/33/28 modems.

    With this, I was able to hang up peoples connections and even make them dial phone numbers, you send the modem commands and because of a bug, the modems obey the commands.

    Its not a virus, Its something thats been going on for years, its an old trick/exploit.hack

    --
    If you use Linux, please help development of Autopac
    1. Re:ATH0 by Neon+Spiral+Injector · · Score: 4, Informative

      That's why good PPP implimentations escape the '+' character. And why smart people include "S2=255" in their init string. The S2 register defaults to 43. (The decimal value for the '+' character.) Setting it to 255 disables the the "+++" feature. Of course with out being able to go "+++" (wait) "ATH0" you need to be able to hang up the modem by manipulating the control lines (which most programs can do). Oh, I say "wait" cause good modems require a 3 second pause after the "+++" to enter command mode. I think that is how some modems go uneffected as you can't get the "+++" to be the only thing sent for 3 seconds and then continue with the commands.

      Ah the old BBS days. I remember some fool on the local board I hung out on had some crappy term program that would hang up if it saw "NO CARRIER" at the start of a line. Now why would a communication program issue an ATH0 after the carrier had been dropped?

  2. Re:This is serious by HanzoSan · · Score: 5, Informative



    Yeah Its wrong to tie up 911 but 911 is the only number which could fit into the command string for ATH0.

    Yes its ATH0, not a virus.

    ATH0 Exploit

    ATH0 info

    --
    If you use Linux, please help development of Autopac