Intrusion Prevention System (IPS)
A B C D E F G H I K L M N O P Q R S T U V W Z

What Is an Intrusion Prevention System?

An Intrusion Prevention System (IPS) is a network security technology that monitors traffic in real time, detects threats using signature-based and behavioural analysis, and automatically takes action to block, reject, or redirect malicious traffic before it reaches its target. Unlike an Intrusion Detection System, which only alerts on suspicious activity, an IPS operates inline in the network path and can intervene immediately when a threat is confirmed.
The IPS sits between the network perimeter and the internal environment, inspecting traffic as it flows through and enforcing security policy without requiring human intervention for each detected threat.

How an IPS Responds to Detected Threats

When an IPS identifies a threat matching its detection criteria, it can take several automated response actions:

Deployment Modes and Positioning

Inline mode: the IPS sits directly in the traffic path and can block traffic in real time. Any IPS failure in this mode can affect network availability, making high availability configuration critical.
Passive (IDS) mode: the same appliance operates in monitoring-only mode, receiving a copy of traffic rather than sitting inline. It cannot block threats but avoids the availability risk of inline deployment.
Next-Generation Firewalls (NGFWs) typically include integrated IPS functionality, providing both perimeter control and intrusion prevention in a single platform rather than requiring a separate dedicated appliance.

Managing False Positives in IPS Deployments

An IPS that blocks too aggressively generates false positives, disrupting legitimate traffic and business operations. Tuning IPS signatures and thresholds to the specific environment, establishing a baseline of normal traffic patterns, and running in detection-only mode before enabling blocking are standard practices for responsible IPS deployment.

Key Takeaways

Scroll to Top