Anti Virus Solutions That Use Their Own Boot CD?

Anti Virus Solutions That Use Their Own Boot CD?

Secure Home | Search | About
 Microsoft Antivirus Discussions    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content add this group's latest topics to your Google content
Subject Author Date
Anti Virus Solutions That Use Their Own Boot CD? Will 07-02-2008
Posted by Will on July 4, 2008, 8:35 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
> >>> Can someone recommend an anti-virus solution that lets you build a
> >>> boot CD that will inspect the NTFS file system for trojans or
> >>> viruses without any need to boot the OS on the file system you are
> >>> inspecting?
> >>
> >> Thats not going to be too common, because its not a very effective
> >> model for ongoing A/V protection.
> >
> > Day-to-day protection has to balance many different issues like
> > intrusiveness and performance on a system under use. It's very easy
> > to subvert modern virus checking programs with root kit viruses. The
> > rootkit simply rewrites kernel functions and reports back to the
> > virus checker only the data it wants the checker to see.
> >
> > Booting from a standalone CD is the only approach that guarantees
> > that all files on the file system can be inspected by an OS and
> > application that is not under control of a trojan or rootkit. It
> > would be an extremely good way of checking for hidden files or
> > folders that would otherwise be hidden from view if the rootkit were
> > active.
> > It's a shame if no anti-virus vendor has seen to create such a
> > bootable CD.
>
> Norton and, I think McAfee both allow that, actually. The only gotcha
> is that only PART of the inspection can be done that way. Since virus
> profiles are constantly changing, it will still have to access the drive
> to get those signatures. But, it's still a very reliable way of
> handling infections on PCs. A CD, once written and its session closed,
> is not going to be affected by any virus or malware of any kind. So,
> yes, the do it with the exception of using the signature files on the
> hard drive.
> I can't understand why everyone is saying no one does it; I just
> pulled out my CD to make sure I'm right, and, well, I'm right! <g>.
> Toss it in the drive, boot from it, the AV process automagically starts,
> and off we go. It's not new; been this way for a long, long time.

What you are describing is a way to run a virus checker from a CD after
booting the OS on the affected system. The problem with that approach is
that a rootkit virus can alter the operating system calls to disguise what
is on the disk.

The c:\windows folder might contain a subdirectory named evilvirustoolkit,
but as long as you boot your OS under the control of the rootkit that folder
stays invisible to every application on the system, including your virus
checker.

What I was asking for was a virus checker that boots from *its own operating
system embedded on a CD*. That way there is no involvement with infected
OS code on the system being inspected.

--
Will



Posted by Al Dunbar on July 5, 2008, 12:53 am
If you were  Registered and logged in, you could reply and use other advanced thread options

>> >>> Can someone recommend an anti-virus solution that lets you build a
>> >>> boot CD that will inspect the NTFS file system for trojans or
>> >>> viruses without any need to boot the OS on the file system you are
>> >>> inspecting?
>> >>
>> >> Thats not going to be too common, because its not a very effective
>> >> model for ongoing A/V protection.
>> >
>> > Day-to-day protection has to balance many different issues like
>> > intrusiveness and performance on a system under use. It's very easy
>> > to subvert modern virus checking programs with root kit viruses. The
>> > rootkit simply rewrites kernel functions and reports back to the
>> > virus checker only the data it wants the checker to see.
>> >
>> > Booting from a standalone CD is the only approach that guarantees
>> > that all files on the file system can be inspected by an OS and
>> > application that is not under control of a trojan or rootkit. It
>> > would be an extremely good way of checking for hidden files or
>> > folders that would otherwise be hidden from view if the rootkit were
>> > active.
>> > It's a shame if no anti-virus vendor has seen to create such a
>> > bootable CD.
>>
>> Norton and, I think McAfee both allow that, actually. The only gotcha
>> is that only PART of the inspection can be done that way. Since virus
>> profiles are constantly changing, it will still have to access the drive
>> to get those signatures. But, it's still a very reliable way of
>> handling infections on PCs. A CD, once written and its session closed,
>> is not going to be affected by any virus or malware of any kind. So,
>> yes, the do it with the exception of using the signature files on the
>> hard drive.
>> I can't understand why everyone is saying no one does it; I just
>> pulled out my CD to make sure I'm right, and, well, I'm right! <g>.
>> Toss it in the drive, boot from it, the AV process automagically starts,
>> and off we go. It's not new; been this way for a long, long time.
>
> What you are describing is a way to run a virus checker from a CD after
> booting the OS on the affected system.

Re-read what Twayne wrote: "Toss it in the drive, boot from it, the AV
process automagically starts". to me that means booting from the CD, not
booting the OS installed on the machine.

/Al

> The problem with that approach is
> that a rootkit virus can alter the operating system calls to disguise what
> is on the disk.
>
> The c:\windows folder might contain a subdirectory named evilvirustoolkit,
> but as long as you boot your OS under the control of the rootkit that
> folder
> stays invisible to every application on the system, including your virus
> checker.
>
> What I was asking for was a virus checker that boots from *its own
> operating
> system embedded on a CD*. That way there is no involvement with infected
> OS code on the system being inspected.
>
> --
> Will
>
>



Posted by Will on July 5, 2008, 2:24 am
If you were  Registered and logged in, you could reply and use other advanced thread options
>
>>> >>> Can someone recommend an anti-virus solution that lets you build a
>>> >>> boot CD that will inspect the NTFS file system for trojans or
>>> >>> viruses without any need to boot the OS on the file system you are
>>> >>> inspecting?
>>> >>
>>> >> Thats not going to be too common, because its not a very effective
>>> >> model for ongoing A/V protection.
>>> >
>>> > Day-to-day protection has to balance many different issues like
>>> > intrusiveness and performance on a system under use. It's very easy
>>> > to subvert modern virus checking programs with root kit viruses. The
>>> > rootkit simply rewrites kernel functions and reports back to the
>>> > virus checker only the data it wants the checker to see.
>>> >
>>> > Booting from a standalone CD is the only approach that guarantees
>>> > that all files on the file system can be inspected by an OS and
>>> > application that is not under control of a trojan or rootkit. It
>>> > would be an extremely good way of checking for hidden files or
>>> > folders that would otherwise be hidden from view if the rootkit were
>>> > active.
>>> > It's a shame if no anti-virus vendor has seen to create such a
>>> > bootable CD.
>>>
>>> Norton and, I think McAfee both allow that, actually. The only gotcha
>>> is that only PART of the inspection can be done that way. Since virus
>>> profiles are constantly changing, it will still have to access the drive
>>> to get those signatures. But, it's still a very reliable way of
>>> handling infections on PCs. A CD, once written and its session closed,
>>> is not going to be affected by any virus or malware of any kind. So,
>>> yes, the do it with the exception of using the signature files on the
>>> hard drive.
>>> I can't understand why everyone is saying no one does it; I just
>>> pulled out my CD to make sure I'm right, and, well, I'm right! <g>.
>>> Toss it in the drive, boot from it, the AV process automagically starts,
>>> and off we go. It's not new; been this way for a long, long time.
>>
>> What you are describing is a way to run a virus checker from a CD after
>> booting the OS on the affected system.
>
> Re-read what Twayne wrote: "Toss it in the drive, boot from it, the AV
> process automagically starts". to me that means booting from the CD, not
> booting the OS installed on the machine.

I guess I can go buy one and find out. I did read what he wrote, but
somehow thought he didn't mean it as he literally said it.

--
Will


>> The problem with that approach is
>> that a rootkit virus can alter the operating system calls to disguise
>> what
>> is on the disk.
>>
>> The c:\windows folder might contain a subdirectory named
>> evilvirustoolkit,
>> but as long as you boot your OS under the control of the rootkit that
>> folder
>> stays invisible to every application on the system, including your virus
>> checker.
>>
>> What I was asking for was a virus checker that boots from *its own
>> operating
>> system embedded on a CD*. That way there is no involvement with
>> infected
>> OS code on the system being inspected.
>>
>> --
>> Will
>>
>>
>
>



Posted by David B. on July 3, 2008, 9:05 am
If you were  Registered and logged in, you could reply and use other advanced thread options
Both Avira and Kaspersky have a free boot CD scanner available.

http://www.free-av.com/en/tools/12/avira_antivir_rescue_system.html
http://ftp.kaspersky.com/devbuilds/RescueDisk/

--

----
Crosspost, do not multipost http://www.blakjak.demon.co.uk/mul_crss.htm
How to ask a question http://support.microsoft.com/kb/555375



> Can someone recommend an anti-virus solution that lets you build a boot CD
> that will inspect the NTFS file system for trojans or viruses without any
> need to boot the OS on the file system you are inspecting?
>
> --
> Will
>
>


Posted by Will on July 3, 2008, 6:54 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
That's great stuff. We have a winner. Thanks!

--
Will

> Both Avira and Kaspersky have a free boot CD scanner available.
>
> http://www.free-av.com/en/tools/12/avira_antivir_rescue_system.html
> http://ftp.kaspersky.com/devbuilds/RescueDisk/
>
> --
>
> ----
> Crosspost, do not multipost http://www.blakjak.demon.co.uk/mul_crss.htm
> How to ask a question http://support.microsoft.com/kb/555375
>
>
>
>> Can someone recommend an anti-virus solution that lets you build a boot
>> CD
>> that will inspect the NTFS file system for trojans or viruses without any
>> need to boot the OS on the file system you are inspecting?
>>
>> --
>> Will
>>
>>
>



Similar ThreadsPosted
http://www.spyware-solutions.info a website about spyware solutions November 11, 2006, 8:07 pm
free anti virus,anti spam, anti spyware softwares April 7, 2006, 7:01 am
Boot Virus Help June 22, 2006, 12:50 pm
Please help!! Boot Virus?? May 10, 2008, 11:46 am
advice on anti-virus, anti-trojan software May 12, 2008, 7:35 am
Boot Sector virus September 22, 2006, 6:38 pm
Virus-like Activity after a boot-time Scandisc November 11, 2007, 12:32 pm
recusive folder usb boot sector... virus March 14, 2008, 6:45 pm
Possilbe Virus, Computer Reboots, Can't Boot any Options November 19, 2006, 10:33 pm
Free virus scanning tool for boot sector and CMOS July 4, 2007, 1:28 am

The site map in XML format XML site map

Contact Us | Privacy Policy