Walter.Net.HoneyPot
IsAttackingPorts Method (IPortScannerDetectionService)
Walter.Net.HoneyPot Assembly > Walter.Net.HoneyPot Namespace > IPortScannerDetectionService Interface : IsAttackingPorts Method
the ports that have been triggered
test if a CIDR is currently been found to be attacking ports in the current firewall session
Syntax
bool IsAttackingPorts( 
   long? cidr,
   out IReadOnlyList<int>? ports
)

Parameters

cidr
ports
the ports that have been triggered

Return Value

true if ports have been found
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IPortScannerDetectionService Interface
IPortScannerDetectionService Members