In KDD CUP'99 dataset, "flag" feature refers to "normal or error status of the connection", which should changes as the TCP connection state changes. However in the training dataset it refers to the finished connection (improperly or properly).
Is training intrusion detection system (IPS, not IDS) with this data, makes the prevention (not just detection) process of online traffic impossible with respect to this feature, I mean blocking anomaly intrusion, which is useless if connection is already finished?
I am trying to see if IPS, not IDS, could be trained with KDD CUP'99 dataset to block anomaly-based intrusions.
Thanks.