As I learned, there is this technique in which the number of bytes/packets/frames of aggregated traffic is being checked to see if they deviate from a normal behavior. Then the time slot of that anomaly is searched for if there is any DoS attack within and or for flows that caused the problem (root cause analysis).
Could you suggest a paper that does the first part, to detect anomaly (DoS,..) by checking its deviation from normal behavior.
I know simple threshold would work, but i want to know the next best idiot approach to understand better myself and implement it before heading toward wavelet and kalman filter!