Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilters.PortScanDetectionEnabled Property

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.

VBScript Syntax[VBScript]

FPCIpPacketFilters.PortScanDetectionEnabled [ = bEnabled ]

C++ Syntax[C++]

HRESULT get_PortScanDetectionEnabled(
  VARIANT_BOOL *pbEnabled
);
 
HRESULT put_PortScanDetectionEnabled(
  VARIANT_BOOL bEnabled
);

Parameters

bEnabled
Boolean value that specifies whether detection of port scan attacks is enabled.

The property is read-write.

Applies To

FPCIpPacketFilters