1) Traditionally, IDS have used signatures to detect known attacks but cannot find new attacks. Anomaly detection uses a statistical model of normal patterns and flags deviations, enabling detection of zero-day attacks.
2) Previous work analyzing the byte distribution in HTTP payloads had limitations due to high-dimensional feature spaces and coarse payload representations.
3) The document proposes HMMPayl, which applies HMM to HTTP payload analysis for anomaly detection, achieving increased classification accuracy over previous solutions and enabling use of multiple classifier systems and reduced computational costs.