Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Suspected 'sasser' virus writer arrested

Suspected 'sasser' virus writer arrested

Scheduled Pinned Locked Moved The Lounge
comquestion
10 Posts 9 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Chris Maunder
    wrote on last edited by
    #1

    German Teen Confesses to Creating Sasser Computer Worm [^] cheers, Chris Maunder

    D H J D 4 Replies Last reply
    0
    • C Chris Maunder

      German Teen Confesses to Creating Sasser Computer Worm [^] cheers, Chris Maunder

      D Offline
      D Offline
      DiWa
      wrote on last edited by
      #2

      German newsticker c't is reporting that german police arrested the 'Phatbot' programmer yesterday too. (for those who read german http://www.heise.de/newsticker/meldung/47209) Too bad a german judge can't those sickos make to stay away from computers for the rest of their lives... dirk

      M 1 Reply Last reply
      0
      • D DiWa

        German newsticker c't is reporting that german police arrested the 'Phatbot' programmer yesterday too. (for those who read german http://www.heise.de/newsticker/meldung/47209) Too bad a german judge can't those sickos make to stay away from computers for the rest of their lives... dirk

        M Offline
        M Offline
        mystro_AKA_kokie
        wrote on last edited by
        #3

        his nuts should be removed.:) No matter how many times u take a dump, u can never accumulate more than your mother. West African proverb(a favorite of my mother).

        1 Reply Last reply
        0
        • C Chris Maunder

          German Teen Confesses to Creating Sasser Computer Worm [^] cheers, Chris Maunder

          H Offline
          H Offline
          Hesham Amin
          wrote on last edited by
          #4

          Teen 'confesses' to Sasser worm[^] BBC: VICTIMS OF SASSER Hospitals in Hong Kong Taiwanese post offices British Airways check-in desks British coastguards Railways in Australia thank God .. I'm not among them ;P

          1 Reply Last reply
          0
          • C Chris Maunder

            German Teen Confesses to Creating Sasser Computer Worm [^] cheers, Chris Maunder

            J Offline
            J Offline
            Jeff Bogan
            wrote on last edited by
            #5

            Unlike most outbreaks, it does not require a computer user to open a file in order to be activated - it can invade a machine directly via the internet. How does it do this?

            C 1 Reply Last reply
            0
            • J Jeff Bogan

              Unlike most outbreaks, it does not require a computer user to open a file in order to be activated - it can invade a machine directly via the internet. How does it do this?

              C Offline
              C Offline
              Colin Angus Mackay
              wrote on last edited by
              #6

              Find an open port that the firewall lets through (if there is even a firewall) and inject something bad into an existing service that happens to use the open port. The SQL Slammer worked in this way - that virus would look for SQL Servers that are exposed on a network and inject its code as a buffer overflow which will then be run and the machine is infected. The fix is securing the code that allowed its buffer to overflow into adjacent data. There is talk of intel chips in the future being able to mark memory as data or executable code so that if a buffer overflow occurred the executable code of the virus would be injected into a data section, which the processor would refuse to run.


              "You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar Coming soon: The Second EuroCPian Event

              R M J 3 Replies Last reply
              0
              • C Colin Angus Mackay

                Find an open port that the firewall lets through (if there is even a firewall) and inject something bad into an existing service that happens to use the open port. The SQL Slammer worked in this way - that virus would look for SQL Servers that are exposed on a network and inject its code as a buffer overflow which will then be run and the machine is infected. The fix is securing the code that allowed its buffer to overflow into adjacent data. There is talk of intel chips in the future being able to mark memory as data or executable code so that if a buffer overflow occurred the executable code of the virus would be injected into a data section, which the processor would refuse to run.


                "You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar Coming soon: The Second EuroCPian Event

                R Offline
                R Offline
                Ryan McDermott
                wrote on last edited by
                #7

                The way the sasser "worm" (not virus) works is that it generates random ip addresses then trys to connect to them on port 9996 then it sends shellcode which causes LSASS to go retrieve the worm off the relaying infected computer's ftp server. Then LSASS downloads the file the executes it. If you are not patched this virus can get in and the user doesnt even have to open anything. You would think Microsoft would do a little debugging to stop this thing from happening but apparently not. Trust me, more holes in the OS will be found and this is just the beginning of these worms like Blaster and Sasser. -Ryan M.

                1 Reply Last reply
                0
                • C Colin Angus Mackay

                  Find an open port that the firewall lets through (if there is even a firewall) and inject something bad into an existing service that happens to use the open port. The SQL Slammer worked in this way - that virus would look for SQL Servers that are exposed on a network and inject its code as a buffer overflow which will then be run and the machine is infected. The fix is securing the code that allowed its buffer to overflow into adjacent data. There is talk of intel chips in the future being able to mark memory as data or executable code so that if a buffer overflow occurred the executable code of the virus would be injected into a data section, which the processor would refuse to run.


                  "You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar Coming soon: The Second EuroCPian Event

                  M Offline
                  M Offline
                  Matt Newman
                  wrote on last edited by
                  #8

                  I believe starting with XP SP2 AMD64 processors already do this. Matt Newman
                  All rise for the honorable Judge Stone Cold Steve Austin - From Dilbert Episode 30

                  1 Reply Last reply
                  0
                  • C Colin Angus Mackay

                    Find an open port that the firewall lets through (if there is even a firewall) and inject something bad into an existing service that happens to use the open port. The SQL Slammer worked in this way - that virus would look for SQL Servers that are exposed on a network and inject its code as a buffer overflow which will then be run and the machine is infected. The fix is securing the code that allowed its buffer to overflow into adjacent data. There is talk of intel chips in the future being able to mark memory as data or executable code so that if a buffer overflow occurred the executable code of the virus would be injected into a data section, which the processor would refuse to run.


                    "You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar Coming soon: The Second EuroCPian Event

                    J Offline
                    J Offline
                    Jeff Bogan
                    wrote on last edited by
                    #9

                    Colin Angus Mackay wrote: There is talk of intel chips in the future being able to mark memory as data or executable code so that if a buffer overflow occurred the executable code of the virus would be injected into a data section, which the processor would refuse to run. Sounds like a long overdue change.

                    1 Reply Last reply
                    0
                    • C Chris Maunder

                      German Teen Confesses to Creating Sasser Computer Worm [^] cheers, Chris Maunder

                      D Offline
                      D Offline
                      Diane Capewell
                      wrote on last edited by
                      #10

                      New version of Sasser undermines lone coder theory Sigh... -- A quandary is a camel with 4 humps.

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups