Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilters.LandAttackDetectionEnabled Property

Gets or sets whether land attacks are detected and generate an event. This property only has meaning if FPCIpPacketFilters.Enabled is set to TRUE.

A land attack is one in which a transmission control protocol (TCP) SYN packet was sent with a spoofed source IP address and port number that matches that of the destination IP address and port.

VBScript Syntax[VBScript]

FPCIpPacketFilters.LandAttackDetectionEnabled [ = bEnabled ]

C++ Syntax[C++]

HRESULT get_LandAttackDetectionEnabled(
  VARIANT_BOOL *pbEnabled
);
 
HRESULT put_LandAttackDetectionEnabled(
  VARIANT_BOOL bEnabled
);

Parameters

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

The property is read-write.

Applies To

FPCIpPacketFilters