Microsoft Internet Security and Acceleration Server 2000 |
Gets or sets whether ISA will detect ping-of-death attacks and generate an event. This property only has meaning if FPCIpPacketFilters.Enabled is set to TRUE.
A ping of death attack is one in which a large amount of information was appended to an ICMP echo request (ping) packet.
FPCIpPacketFilters.PingOfDeathDetectionEnabled [ = bEnabled ]
HRESULT get_PingOfDeathDetectionEnabled( VARIANT_BOOL *pbEnabled ); HRESULT put_PingOfDeathDetectionEnabled( VARIANT_BOOL bEnabled );
The property is read-write.