![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | Removing RootKits All, I hope this is a simple question does Formatting a Hard Drive and then FDisk /MBR remove any rootkits or hidden files on a hard drive?? If the answer is no then could you please point me to a good resource for formatting the boot sector/MBR? Thanks in advance. - CES |
| | #2 (permalink) |
| Guest | Re: Removing RootKits Reformatting the drive removes everything. FDISK /MBR is redundant if you just formatted. The only other option is a manufacturer's low-level format and that program is probably not available for a user. "cyranodesade" <cyranodesade@gmail.com> wrote in message news:1186350724.255616.20280@r34g2000hsd.googlegroups.com... > All, > I hope this is a simple question does Formatting a Hard Drive and then > FDisk /MBR remove any rootkits or hidden files on a hard drive?? > If the answer is no then could you please point me to a good resource > for formatting the boot sector/MBR? Thanks in advance. - CES > |
| | #3 (permalink) |
| Guest | Re: Removing RootKits If your formatting just to remove the rootkit you may try this freeware first: http://www.grisoft.com/doc/download-...otkit/us/crp/0 It worked for me in finding and removing a Sony Music rootkit that Sony was kind enough to install with Connect software, I guess to ensure I wasn't passing on music to the Communist or something. "Jerry" wrote: > Reformatting the drive removes everything. FDISK /MBR is redundant if you > just formatted. > > The only other option is a manufacturer's low-level format and that program > is probably not available for a user. > > "cyranodesade" <cyranodesade@gmail.com> wrote in message > news:1186350724.255616.20280@r34g2000hsd.googlegroups.com... > > All, > > I hope this is a simple question does Formatting a Hard Drive and then > > FDisk /MBR remove any rootkits or hidden files on a hard drive?? > > If the answer is no then could you please point me to a good resource > > for formatting the boot sector/MBR? Thanks in advance. - CES > > > > > |
| | #4 (permalink) |
| Guest | RE: Removing RootKits You can also use this application Rootkit revealer http://www.microsoft.com/technet/sys...tRevealer.mspx thanks -- Milo MSPSS "cyranodesade" wrote: > All, > I hope this is a simple question does Formatting a Hard Drive and then > FDisk /MBR remove any rootkits or hidden files on a hard drive?? > If the answer is no then could you please point me to a good resource > for formatting the boot sector/MBR? Thanks in advance. - CES > > |
| | #5 (permalink) |
| Guest | Re: Removing RootKits "cyranodesade" <cyranodesade@gmail.com> wrote in message news:1186350724.255616.20280@r34g2000hsd.googlegroups.com... > All, > I hope this is a simple question does Formatting a Hard Drive and then > FDisk /MBR remove any rootkits or hidden files on a hard drive?? > If the answer is no then could you please point me to a good resource > for formatting the boot sector/MBR? Thanks in advance. - CES > Yes it will remove the rootkit. You should figure how the rootkit got installed and alter your computing habits so it doesn't happen again. One of the reasons people ask this question is because they have done this then become infected again because they didn't change their habits and the rootkit got installed again by the same method it was the first time. -- Kerry Brown Microsoft MVP - Shell/User http://www.vistahelp.ca |
| | #6 (permalink) |
| Guest | Re: Removing RootKits "Jerry" <ChiefZekeNoSpam@MSN.com> wrote in message news:%23nVlIu61HHA.5380@TK2MSFTNGP04.phx.gbl... > Reformatting the drive removes everything. FDISK /MBR is redundant if you > just formatted. Format does not clear the mbr. If it did then Linux Grub or Lilo wouldn't be left behind after a format, but it is and to get rid of it you run fdisk /mbr. HDD manufacturers still provide what they call low level format utilities but all they really are is a zero wipe utility which does overwrite every sector on a HDD and is the best method to ensure you are virus free. Or you can simply use Dban's quick wipe, same thing. Dban is available as a separate download or on The Ultimate Boot Disk. |
| | #7 (permalink) |
| Guest | Re: Removing RootKits Noddy wrote: > "Jerry" <ChiefZekeNoSpam@MSN.com> wrote in message > news:%23nVlIu61HHA.5380@TK2MSFTNGP04.phx.gbl... >> Reformatting the drive removes everything. FDISK /MBR is redundant if >> you just formatted. > > Format does not clear the mbr. If it did then Linux Grub or Lilo > wouldn't be left behind after a format, but it is and to get rid of it > you run fdisk /mbr. HDD manufacturers still provide what they call low > level format utilities but all they really are is a zero wipe utility > which does overwrite every sector on a HDD and is the best method to > ensure you are virus free. Or you can simply use Dban's quick wipe, same > thing. Dban is available as a separate download or on The Ultimate Boot > Disk. The MBR is stored on sector 0, whereas partitions start at sector 1 (specifically to avoid overwriting the boot sector (MBR)). Therefore, nothing you can do to the partition will affect the boot sector. However, in the process of reinstalling windows, you'll automatically write a new boot sector, since that's what SETUP does. |
| | #8 (permalink) |
| Guest | RE: Removing RootKits "cyranodesade" wrote: > All, > I hope this is a simple question does Formatting a Hard Drive and then > FDisk /MBR remove any rootkits or hidden files on a hard drive?? > If the answer is no then could you please point me to a good resource > for formatting the boot sector/MBR? Thanks in advance. - CES It will remove the root kit. However, it is not the best first thing to try, as there are better and easier ways to both remove root kits and to reduce the risk of re-infection. Most root kits in use nowadays have little to nothing to do with the MBR. In old days, some people suggested running FDISK /MBR was recommended as a virus removal method, but antivirus experts said this was a bad idea, and I still agree. Besides the other suggestions you received... if you have two computers that are networked, using one known clean computer to virus scan the hard drive of the suspect computer will allow you to detect the root kits commonly used today. Root kits only hide objects from the infected local OS, not remote connections to that OS. -- kind regards, Karl Levinson, CISSP, CCSA, MCSE [MS MVP] ------------------------- Security FAQ: http://www.securityadmin.info |
| | #10 (permalink) |
| Guest | Re: Removing RootKits "Tyler Larson" <tylerl@discussions.microsoft.com> wrote in message news:eToTfjj2HHA.5796@TK2MSFTNGP05.phx.gbl... > The MBR is stored on sector 0, whereas partitions start at sector 1 > (specifically to avoid overwriting the boot sector (MBR)). Therefore, > nothing you can do to the partition will affect the boot sector. However, > in the process of reinstalling windows, you'll automatically write a new > boot sector, since that's what SETUP does. Then why are boot managers left behind when installing XP if the mbr is overwrote completely? Because it obviously doesn't. You either have to destroy the partition or use fdisk /mbr. Install Linux with a boot manager and then go format it with XP and start setup, afterwards you will see that Linux boot manager is still there. If XP setup overwrote the mbr then the Linux boot manager wouldn't still be there. Same thing will happen if you do a XP/Vista dual boot and you want to go back to just XP. The Vista boot manager will still be there and you have to edit it with BCDedit. |
| |
| |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| RE: RootKits? | oscar | Vista General | 3 | 2 Weeks Ago 09:24 AM |
| Removing RootKits | cyranodesade | Vista file management | 14 | 08-16-2007 03:12 PM |
| Removing Rootkits from Boot Sector. | cyranodesade | Vista General | 2 | 08-05-2007 07:40 PM |
| Windows Rootkits/Virus Issues. | Spot | Vista security | 2 | 01-24-2007 02:14 PM |
| Rootkits in Vista RC-1 and RC-2 ? | breakin hardware | Vista General | 2 | 10-11-2006 08:54 AM |