This document summarizes a research paper that proposes a new intrusion detection system (IDS) to identify distributed denial-of-service (DDoS) attacks in multitier web applications. The system models relationships between web server requests and database queries to detect attacks where normal traffic is used maliciously. It handles both deterministic and non-deterministic relationships. For static websites, the system classifies traffic into patterns and builds a mapping model. For dynamic websites, it aims to extract one-to-many mappings despite parameter variations and overlapping operations. The paper also discusses SQL tautology attacks, which exploit input fields to bypass authentication or extract all data.