IPS Summary - CSU1288 - Shoolini U

Summary of Intrusion Prevention Systems (IPS)

1. What is an IPS?

2. How IPS Works

3. Types of IPS

  1. Network-Based IPS (NIPS): Secures entire network segments.
  2. Host-Based IPS (HIPS): Protects individual systems.
  3. Wireless IPS (WIPS): Detects threats in wireless networks.
  4. Application Layer IPS (AL-IPS): Protects applications (e.g., SQLi, XSS).

4. Limitations of IPS

5. Detection Methods

Method Pros Cons
Signature-Based Fast detection of known threats Fails against unknown threats
Anomaly-Based Detects new attacks Higher false positives
Stateful Protocol Detects protocol-specific anomalies Configuration is complex

6. IPS Response Actions

7. IPS Architecture

8. Deployment Strategies

Type Pros Cons
Inline Real-time blocking May affect performance
Out-of-Band Minimal performance impact Cannot block traffic in real-time

9. IPS Integration

10. Real-World Example

11. Challenges in IPS Deployment