PC Virus scanning on *nix side?

Timo Gatsonides timo at gatso.nl
Tue Apr 4 12:32:56 GMT 2000


You can use McAfee for example. (Like some others suggested look at NAI.com)
If you want to filter your (send)mail automagically, have a look at

http://satan.oih.rwth-aachen.de/AMaViS/

It can be set up to use McAfee / AVP / and a lot of others.

And McAfee is easy to update as well,
just put something like this in a crontab:

#!/bin/sh
#
# Get hourly DATs
#
cd /yourpath_to_scripts/AntiVirus
lynx -dump http://www.avertlabs.com/public/datafiles/HRLYDATS.ZIP >DATS.ZIP
#
if (cmp DATS.ZIP DATS.ZIP.OLD); then
        echo No difference between files;
else
	echo Updating HRLYDATS from AvertLabs for uvscan!
	#
	# Move old dats
	#
	mv -f *.dat old
	#
	unzip DATS.ZIP
	#
	# Sometimes uppercase names...
	mv SCAN.DAT scan.dat
	mv CLEAN.DAT clean.dat
	mv NAMES.DAT names.dat
	#
	mv -f DATS.ZIP DATS.ZIP.OLD
	#
	# copy to uvscan dir.
	cp -u *.dat /usr/local/lib/netafi
fi

Cheers,

timo

> -----Original Message-----
> From: samba at samba.org [mailto:samba at samba.org]On Behalf Of Steve
> Frampton
> Sent: zaterdag 1 april 2000 9:30
> To: Multiple recipients of list SAMBA
> Subject: PC Virus scanning on *nix side?
>
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi:
>
> I'm just wondering what some of you are using for virus
> scanners -- a scan
> of all of our shares indicated the presence of several
> viruses.  It would
> be nice if our Samba server (running on Linux) could do
> periodic scans and
> then take some kind of corrective action (clean/remove virus
> or at least
> e-mail the administrator).
>
> Cheers...
>
> - --------------< LINUX: The choice of a GNU generation.
> >--------------
> Steve Frampton    <frampton at j-com.co.jp>    Japan Communications, Inc.
> Software Developer/Systems Administrator    http://www.j-com.co.jp/
> GNU Privacy Guard ID: D055EBC5  (see http://www.gnupg.org for details)
> GNU-PG Fingerprint: EEFB F03D 29B6 07E8 AF73  EF6A 9A72 F1F5 D055 EBC5
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.0 (GNU/Linux)
> Comment: For info see http://www.gnupg.org
>
> iD8DBQE45AQjmnLx9dBV68URAoacAJ9vvAGuAa3tc/zzLeNAGSQf2eVcEwCeK+Q3
> t74jSb5oiKjDzHEaMr6Ws+E=
> =sILH
> -----END PGP SIGNATURE-----
>



More information about the samba mailing list