Announcement

Collapse
No announcement yet.

Bollocks. I've been hit by the love.scr virus

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Bollocks. I've been hit by the love.scr virus

    I'm in ugent need of help here. Right, I stupidly downloaded an attachment from an email and it turned out to be a virus (I really should've known). It went though 2 virus scans from seperate programs as well as an auto-protect, but it still got through. Now, I'm running Windows 2000 SP3 and the virus created 3 .exes in C:\WINNT\System32 - nav32_loader.exe, tcpsvs32.exe and WinServices.exe. The icons for each of these files is a blue love heart.

    nav32_loader.exe shut down Norton Antivirus 2002 and is preventing it from loading again.

    tcpsvs32.exe keeps trying to access the internet but has so far been blocked by my firewall (Zone Alarm Pro).

    Both these files can be deleted, but are immediately spawned again by WinServices.exe. WinServices.exe cannot be deleted. I went into Properties and set all permissions to Deny and deselected the "Allow inheritable permissions from parent to propagate to this object". I still couldn't delete it, but I hoped that this would stop it spawning those two other files. However, once I'd done that, any file with a .exe extension wasn't allowed to run (something to do with not being able to locate the file or the correct library). So I gave the permissons back and ticked that box. And lo and behold the other two files spawned again.

    As you can see, I'm in somewhat of a pickle and would really appreciate some help.
    Up the Irons!
    Rogue CivIII FAQ!
    Odysseus and the March of Time
    I think holding hands can be more erotic than 'slamming it in the ass' - Pekka, thinking that he's messed up

  • #2
    Del C:

    Comment


    • #3
      Originally posted by Kropotkin
      Del C:
      format c: might be more useful
      If I'm posting here then Counterglow must be down.

      Comment


      • #4
        Let's see...

        1. Ctrl-Alt-Del, and close all programs from the list except explorer.

        2. Locate regedit.exe (or regedt32.exe), and rename it to whatever it was + ".com" (not entirely sure if that's completely necessary, but that'll prevent the virus from running when you start up this registry editor in a moment)...

        3. Run this regedit. Browse to HKEY_CLASSES_ROOT\.exe and look at what the (Default) value says. Then go to HKEY_CLASSES_ROOT\(the value you just found)\shell\open\command
        That likely has weird stuff in it. Change the default value to
        Code:
        "%1" %*
        . That restores the normal working of executing .exe files.

        4. Exit and restore the regedit file to its former name.

        5. Run your virusscanner (it should work now). If that can locate and destroy all traces of the virus, you're done, otherwise continue... In any case, the next step is wise to verify.

        6. Start up msconfig.exe and untick any suspicious items mentioned in the startup tab.

        7. Restart the computer in DOS mode and remove (or rename, just in case you remove the wrong files, or the virus overwrote a good file... Files can't just execute themselves so that should be OK) the evil file(s).

        8. type in "win" to start windows again.

        It *should* now be removed, although probably not entirely and properly (since I'm not familiar with this virus in particular). Run your virusscanner to remove anything remaining (preferably also in DOS mode) and search their website a bit to find more info on this.
        Civilization II: maps, guides, links, scenarios, patches and utilities (+ Civ2Tech and CivEngineer)

        Comment


        • #5
          Bollocks, indeed.

          Comment


          • #6
            Originally posted by Mercator
            1. Ctrl-Alt-Del, and close all programs from the list except explorer.
            The Task Manager screen appears and then vanishes. This is probably the doing of WinServices.exe.

            3. Run this regedit. Browse to HKEY_CLASSES_ROOT\.exe and look at what the (Default) value says.
            Dunno how to find the Default value, but the window on the right hand side says (when I click on HKEY_CLASSES_ROOT on Local Machine\.exe):

            Code:
            < No Name >: REG_SZ : exe file
            Content Type: REG_SZ : application/x-msdownload
            ZAMailSafeExt: REG_SZ : z19
            Then go to HKEY_CLASSES_ROOT\(the value you just found)\shell\open\command
            Don't know how to find shell\open\command
            Up the Irons!
            Rogue CivIII FAQ!
            Odysseus and the March of Time
            I think holding hands can be more erotic than 'slamming it in the ass' - Pekka, thinking that he's messed up

            Comment


            • #7
              download an unknown anti virus software.

              AVG 6.0 is a great anti-virus, annd you can get it on the company's webpage for free.

              Download free antivirus and malware protection. Tune up your PC, Mac, & Android. Encrypt your connection and browse anonymously with a VPN.
              urgh.NSFW

              Comment


              • #8
                Try this Symantec link.

                It should give you details for removal.
                The true nature of a man is shown by what he would do if he knew he would never be found out.

                Comment


                • #9
                  Remind me not to download from Zulu

                  Comment


                  • #10
                    Originally posted by Amadan
                    Try this Symantec link.

                    It should give you details for removal.
                    I actually found that, there's just one problem. When navigating in regedit to HKEY_LOCAL_MACHINE\Software\Classes\exefile there is no DefaultIcon, no Shell, no Command. All I get by expanding .exe is PersistantHandler.
                    Up the Irons!
                    Rogue CivIII FAQ!
                    Odysseus and the March of Time
                    I think holding hands can be more erotic than 'slamming it in the ass' - Pekka, thinking that he's messed up

                    Comment


                    • #11
                      Originally posted by FrustratedPoet
                      format c: might be more useful
                      No mr besserwisser, I was thinking more in the line of burning the disk in the backyard at midnight...

                      Comment


                      • #12
                        Originally posted by zulu9812


                        I actually found that, there's just one problem. When navigating in regedit to HKEY_LOCAL_MACHINE\Software\Classes\exefile there is no DefaultIcon, no Shell, no Command. All I get by expanding .exe is PersistantHandler.
                        You said this earlier:
                        Code:
                        < No Name >: REG_SZ : exe file
                        This was that default value I was talking about... Was the space between exe and file a typo? If not, look under "exe file" instead.

                        Don't know how to find shell\open\command
                        Go to HKEY_CLASSES_ROOT\exefile\shell\open\command (with or without the space between exe and file, whichever value it is in that unnamed key)

                        (HKEY_CLASSES_ROOT, by the way is just a "shortcut" to HKEY_LOCAL_MACHINE\Software\Classes\)

                        If those shell\... etc. values aren't there as you described, create them (right-click on the folder you want the new folder to become a child of).

                        For DefaultIcon the unnamed key should have value %1.
                        shell should have a subfolder open and that should have the subfolder command. The unnamed key of command should be "%1" %*.

                        What do the contents of this "PersistantHandler" say? If the contents refer to the virus file, delete the key.
                        Civilization II: maps, guides, links, scenarios, patches and utilities (+ Civ2Tech and CivEngineer)

                        Comment


                        • #13
                          That's almost as dumb as me accidently downloading Xupiter from Apolyton advertisement.

                          Comment


                          • #14
                            Just to let everyone know, I fixed the problem.

                            Azazel, I installed AVG6. Then when I rebooted I couldn't open any .exe file, probably because the virus was using the to piggyback it's way into operation and the antivirus software was preventing that. Unfortunately, that meant AVG6 couldn't run either! I only managed to get Windows Explorer to run by using the command line. However, I was able to use AVG to scan for viruses by Start > Search > Viruses (a new feature put in by AVG6) which then 'healed' the viruses. I then applied a registry fix I found on the net and now everything is back to normal

                            So, thanks for your help everybody
                            Up the Irons!
                            Rogue CivIII FAQ!
                            Odysseus and the March of Time
                            I think holding hands can be more erotic than 'slamming it in the ass' - Pekka, thinking that he's messed up

                            Comment


                            • #15
                              cool

                              (I've just noticed this addition in the 'Find' tree myself. good instincts, Zulu )
                              urgh.NSFW

                              Comment

                              Working...
                              X