Intrusion Detection
Intrusion detection is the practice of watching a computer system or network for signs that something suspicious or malicious may be happening. A system that performs this function, called an intrusion detection system (IDS), monitors traffic and activity and raises alerts when it identifies known threats or unusual behavior. It helps organizations become aware of possible security incidents so they can respond, but on its own it typically detects and reports rather than blocks activity.
Intrusion detection is the process of monitoring events occurring in a computer system or network and analyzing them for signs of possible incidents, such as violations or imminent threats of violation of security policies. An intrusion detection system (IDS) is the tool or application that implements this process; network-based IDSs typically capture and analyze network packets by listening on a network segment or switch to identify known attack signatures, suspicious patterns, or unauthorized access, while host-based approaches monitor activity on individual systems. Detection commonly relies on signature-based matching against known threats and, depending on the implementation, behavioral or anomaly-based analysis. An IDS generally focuses on detection and alerting; prevention capabilities that actively block traffic are associated with intrusion prevention systems (IPS), and the two functions are often combined. In the context of SOC 2 and ISO 27001, intrusion detection may support monitoring controls, but the specific controls implemented and their scope depend on the engagement, applicable Trust Services Criteria, and the ISMS scope and Statement of Applicability.
Why it matters
Intrusion detection matters because organizations cannot respond to security incidents they are unaware of. By monitoring events occurring in a computer system or network and analyzing them for signs of possible incidents, an IDS gives security teams visibility into suspicious or malicious activity that might otherwise go unnoticed until damage is done. This awareness is often a prerequisite for timely incident response, containment, and forensic investigation.
In the context of SOC 2 and ISO 27001, intrusion detection can support the monitoring controls that auditors and certification bodies expect to see. For a SOC 2 examination, detection capabilities may help demonstrate that a service organization monitors its systems in line with the applicable Trust Services Criteria, particularly the Security (Common Criteria) category. For ISO 27001, intrusion detection may be one of the technical measures selected to treat identified risks, though whether and how it applies depends on the ISMS scope and the Statement of Applicability. In both cases, the specific controls and their scope are determined by scoping decisions rather than by any universal requirement.
It is important to keep expectations bounded. An IDS typically detects and reports rather than blocks activity, so it is one layer within a broader monitoring and response program rather than a guarantee against compromise. The presence of intrusion detection does not by itself attest to freedom from breaches, and a SOC 2 report or ISO 27001 certificate speaks only to the controls and scope actually covered.
Who it's relevant to
Inside IDS
Common questions
Answers to the questions practitioners most commonly ask about IDS.