#* WormScan 1.6.1 http://www.websoup.net/wormscan # Copyright (c) 2001-2004 Andriy Rozeluk # # This file is part of WormScan. # # WormScan is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.*# WormScan 1.6.1
#foreach( $attack in $attacks ) #end
WormScan 1.6.1
$!{numattacks} total attacks from $!{numhosts} unique hosts
Last updated: $!{timestamp}
#set( $first = 0 ) #foreach( $worm in $worms ) #if( $first == 0 ) #set( $first = 1 ) #else
#end $!{worm.getName()} - $!{worm.getNumAttacks()} attacks #end
#if( $enableReportByIP ) - #end IP #if( $enableReportByIP ) + #end #if( $enableReportByHostname ) - #end Hostname #if( $enableReportByHostname ) + #end #if( $enableReportByWorm ) - #end Worm #if( $enableReportByWorm ) + #end #if( $enableReportByNumattacks ) - #end # Attacks #if( $enableReportByNumattacks ) + #end #if( $enableReportByDate ) - #end Time #if( $enableReportByDate ) + #end
#if( !${attack.getSourceOfAttack().isHostnameOnly()} ) $!{attack.getSourceOfAttack().getAttackIP()} #else N/A #end #set( $hostnames = ${attack.getSourceOfAttack().getAttackHostnames()} ) #set( $wrotehostname = "no" ) #if( (${attack.getSourceOfAttack().isHostnameUnresolved()} && ${attack.getSourceOfAttack().isHostnameOnly()}) || !${attack.getSourceOfAttack().isHostnameUnresolved()} ) #foreach( $host in $hostnames ) #if( ${wrotehostname.equals("no")} ) #set( $wrotehostname = "yes" ) #else
#end $!{host} #end #if( ${wrotehostname.equals("no")} ) $!{attack.getSourceOfAttack().getAttackIP()} #end #else N/A #end #set( $hostnames = "" )
$!{attack.getAttackingWorm().getShortName()} $!{attack.getSourceOfAttack().getAttackCount()} $!{attack.getDateOfAttack()}