Hi 2 Al! !
About Me
I am just a student at http://www.szkola-linuxa.com (entusiastic private Linux school- EU,Poland Warsow). I prepere graduate work “Viruses on Linux - VX Scene Today”. I stay on position that there is virtually no Linux security superriority of any kind while market is beeing open 4 Linux Desktop & workstations PS’s. Despite there are no Linux viruses on “On The Wild List” at the moment, there are many bed news around. Due to Silvio Cessare, Solar Design (end others: +Marek Sell, Eugen Kaspersky) reports, and keeping in mind Linus Torvalds criticism on 2.6 kernel branch - viruses come on Linux. Google for these reports first that argue, please. Next, browse VX Haeven for Linux viruses collection and ELF infector tutorials. Last Linux epidemy (2001-2002) by Slapper is well described on FRISK web http://www.f-secure.com/slapper/. So I do think it’s better to keep an eaye on VX Scene than claim “Linux is virus-free”, rather. So I decided to graduate on viruses and to take a chance to build a personal career on it. Many AV produckt vendors provied not only server, but WS’s tools like avast!. Greatings and thanks to avast! team for Linux HE and Betas and this forum as well!
Building Linux virus lists - the problem description
My search for Linux viruses goes on: I started to build statistic based on builded Linux viruses list from different av vendors. Building Linux virus lists is avaible on SOFTWIN BitDefender for Linux v7, AVIRA Antivir and FRISK F-Prot - free av tolls. At the time of writing, Kaspersky list consist of more than one thousand harmware cod examples and seams to be the giggest one avaible:
#date
wto maj 23 14:58:11 CEST 2006
# keepup2date
# kavscanner -g/home/user/Desktop/kaspersky.viruslist.log
...108342 records has been saved
# cat /home/user/Desktop/kaspersky.viruslist.log | grep Linux >/home/user/Desktop/kaspersky.Linux.viruslist.log
# cat /home/user/Desktop/kaspersky.viruslist.log | grep Unix > >/home/user/Desktop/kaspersky.Linux.viruslist.log
It gives me 1054 entries! So here my Question comes: how to do the same for avast! ? I just have starded with --viruslist=MASK option. It gives me 109440 entries. OK, but go further and grep for something usefull like e.g. ELF (LInux Unix Lin nix etc. gives missmached results) - this time I get 92 results only:
# /opt/avast4workstation-1.0.5/bin/avast-update
avast! is running, can't update.
# /opt/avast4workstation-1.0.5/bin/avast --version
avast: avast v1.0.5
VPS: 0621-1 (date: 22.05.2006)
Copyright(C) 2003-2006. ALWIL Software. All rights reserved.
# avast --viruslist=* >/home/user/Desktop/avast.viruslist.log
# cat /home/user/Desktop/avast.viruslist.log | grep ELF >>/home/user/Desktop/avast.ELF.viruslist.log
Has someone a better knowledge of avast! names convention? Any ideas how to build avast! Linux virus list are welcome…maybe a Win32 HE has more capabilieties?