Dennis Peterson wrote:
>
> $ awk '/FOUND/ {print $(NF-1)}' clamd.log[0-4] |sort |wc -l
> 637
> $ awk '/FOUND/ {print $(NF-1)}' clamd.log[0-4 |sort -u |wc -l
> 73
> $ awk '/FOUND/ {print $(NF-1)}' clamd.log[0-4] |sort -u |grep -c
> Sanesecur
> 43
> $ awk '/FOUND/ {print $(NF-1)}' clamd.log[0-4] |sort -u |grep -c -v
> Sanesecur
> 30
> $ awk '/UNOFFICIAL/ {print $(NF-1)}' clamd* |sort -u |wc -l
> 69
>
> 637 "viruses" found
>  73 unique signatures
>  43 signatures from SaneSecurity
>  30 signatures from all other sources
>  69 of 73 signatures were "UNOFFICIAL"

Interesting stats.  My system shows the same thing, but even more extreme:

4090 "viruses" found
 785 unique signatures
 759 signatures from SaneSecurity
  26 signatures from all other sources
 768 of 785 signatures were "UNOFFICIAL"

-- 
Bowie
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

Reply via email to