Page 1 of 1

AV Scanner

Posted: Wed Apr 21, 2004 11:35 am
by ©LINT
Hope I can explain this the way I want it to come out.

I am looking for some kind of AV that I can load on a disc, but keep it updated on the disk to scan peoples computers with.

I have Adaware, it has a new refrenece list file about everyday. I would like to find a AV that can do this also.

Before Norton installs it does a scan, but like I said, I need it to be the most recent scan.

Anyone know of such programs..

Free is good ;)


Thanks,

Clint S.

Posted: Wed Apr 21, 2004 12:08 pm
by DoPeY5007

Posted: Wed Apr 21, 2004 12:22 pm
by supergfunk
We were looking for something that we could keep updated on CD, a scanner that doesn't need to connect to the net.

Well...

Posted: Wed Apr 21, 2004 12:25 pm
by eGoCeNTRoNiX
Originally posted by supergfunk
We were looking for something that we could keep updated on CD, a scanner that doesn't need to connect to the net.


Only thing I can think of is finding an OLD version of McAfee or something that would create a boot disk to scan for viri and then figure out where the definition file is and see if it can be updated? You may also check http://www.grisoft.com and see if they offer anything like that. Sorry I'm not much help.. :)

eGo

Posted: Wed Apr 21, 2004 1:44 pm
by ©LINT
Thanks for the Info, if you come across any other scanner then post a link...

Posted: Wed Apr 21, 2004 4:32 pm
by FlyingPenguin
I use a combination of McAfee VirusScan Enterprise 7.0 and Trend Micros's Sysclean (I have clients that may not have internet access, or can't run House Call for some reason - also HouseCall's not perfect).

I'm not sure if the regular consumer version of VScan will do this, but the Enterprise version still has the old DOS VScan engine in it. You can copy the entire engine folder (on my system it's located in C:\program files\common files\Network Associates\Engine) to a CD. You can then copy this folder to a client's hard drive (if you run it from the CD you'll get an error because it can't save the log file) and run the DOS VScan app from a DOS window or even a DOS boot disk (of course it's pointless running it from a DOS boot disk if your hard drive is NTFS since it won't see it).

You can use the following command prompts to run VSCAN depending on what you want to do and how much time you have (I just have batch files that do this). In all cases a detailed log is saved to a text file in the root of the C drive:

VERY QUICK SCAN (just scans the root and the Windows folder - quick way to check for *most* trojans):
scan c:\*.exe c:\windows\*.exe /clean /report c:\qscan.txt

QUICK SCAN (just scans the root, program files, and Windows folders - catches 95% of all "installed" viruses but won't detect loose viruses - like ones in your TEMP Internet Files folder, or backup copies):
scan c:\ c:\windows\ c:\windows\system /clean /report c:\vscan.txt

FULL SCAN (Cleans the whole drive, but it'll take a LONG time):
scan c:\ /sub /clean /report c:\vscan2.txt


Trend Micro's SysClean is only a Fix tool - it only cleans/deletes certain viruses (mostly trojans) that imbed themselves by altering the registry. Since most modern viruses are like that, this covers most of the serious stuff, however it will not detect simpler viruses and will not do a thorough cleaning.

It consists of a single .com file and a virus pattern file. You can download the latest pattern file and delete the old one (each new file superscedes the old one, and the old one is not required).

The Sysclean tool can be downloaded here: http://www.trendmicro.com/download/dcs.asp

The download link for the pattern files is here: http://www.trendmicro.com/download/pattern.asp


Every month I burn a new CD with my latest VScan Engine folder (I make sure to do a manual update first so I'm certain I have the latest definitions), SysClean with the latest pattern file, as well as the latest copy of Adaware with the latest definition files (you can download the definitions seperately).

I also put the latest copy of AVG's free AV app on there as well as any Symantec Removal tools for whatever virus is prevalent, that month, and the latest copy of Pacman's Portal Startups database EXE file (invaluable for cleaning up startup apps): http://www.pacs-portal.co.uk/startup_index.htm

Posted: Fri Apr 23, 2004 11:27 am
by ©LINT
Thanks for the Info guys.