Microsoft Internet Security and Acceleration Server 2000 |
Gets or sets whether port scan attacks are detected and generate an event. This property only has meaning if FPCIpPacketFilters.Enabled is set to TRUE.
A port scan attack is one in which an attempt is made to scan ports on a computer to detect services running on those ports.
FPCIpPacketFilters.PortScanDetectionEnabled [ = bEnabled ]
HRESULT get_PortScanDetectionEnabled( VARIANT_BOOL *pbEnabled ); HRESULT put_PortScanDetectionEnabled( VARIANT_BOOL bEnabled );
The property is read-write.