Microsoft Internet Security and Acceleration Server 2000 |
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.
FPCIpPacketFilters.LandAttackDetectionEnabled [ = bEnabled ]
HRESULT get_LandAttackDetectionEnabled( VARIANT_BOOL *pbEnabled ); HRESULT put_LandAttackDetectionEnabled( VARIANT_BOOL bEnabled );
The property is read-write.