Messages in this thread |  | | | From | (Matthias Urlichs) | | Subject | Re: Bliss virius | | Date | 10 Feb 1997 22:32:55 +0100 |
| |
In linux.dev.kernel, article <32FC736E.744E@nene.ac.uk>, Timothy Peters <tim.peters@nene.ac.uk> writes: > > b) develope a free virus scanner for linux that can detect viri like > bliss and allert the operator > #!/bin/sh
if test -d /tmp/.bliss; then cat <<END | mail root Subject: BLISSed out You have the BLISS worm on system $(hostname)!
Kill it!
END fi
exit 0
Run from cron every minute. :-/
> c)stress the need for good security _That_ goes without saying (or should).
-- The size of a dollar depends entirely on how many more you have. -- Matthias Urlichs \ noris network GmbH / Xlink-POP Nürnberg Schleiermacherstraße 12 \ Linux+Internet / EMail: urlichs@noris.de 90491 Nürnberg (Germany) \ Consulting+Programming+Networking+etc'ing PGP: 1024/4F578875 1B 89 E2 1C 43 EA 80 44 15 D2 29 CF C6 C7 E0 DE Click <A HREF="http://info.noris.de/~smurf/finger">here</A>. 42
|  |