Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilters.PortScanDetectionWellKnownPortsThreshold Property

If detection of port scan attacks is enabled, this property gets or sets the total number of well-known ports that can be scanned before ISA generates an alert.

VBScript Syntax[VBScript]

FPCIpPacketFilters.PortScanDetectionWellKnownPortsThreshold [ = lWellKnownThreshold ]

C++ Syntax[C++]

HRESULT get_PortScanDetectionWellKnownPortsThreshold(
  long *plWellKnownThreshold
);
 
HRESULT put_PortScanDetectionWellKnownPortsThreshold(
  long lWellKnownThreshold
);

Parameters

lWellKnownThreshold
Long value that specifies the number of well-known ports.

The property is read-write.

Applies To

FPCIpPacketFilters