"SfR Fresh" - the SfR Freeware/Shareware Archive 
| 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()} |