As stated earlier, IDS and IPS are two separate technologies that can complement each other. The following sections list the pros and cons of both technologies.
The pros of intrusion detection include the following:
Can detect external hackers as well as internal network-based attacks
Scales easily to provide protection for the entire network
Offers centralized management for correlation of distributed attacks
Provides defense in depth
Gives system administrators the ability to quantify attacks
Provides an additional layer of protection
These are the cons:
Generates false positives and
Reacts to attacks rather than preventing them
Requires
Requires a complex incident-response process
Cannot monitor traffic at higher transmission rates
Generates an
Requires highly skilled staff dedicated to interpreting the data
Susceptible to “low and slow” attacks
Cannot deal with encrypted network traffic
It is expensive
The pros of intrusion prevention include the following:
Protects at the application layer
Prevents attacks rather than simply
Can use a behavioral approach
Provides defense in depth
Permits real-time event correlation
The cons are as
Generates false positives that can create serious problems if automated responses are used
Creates network bottlenecks
It is a new technology
It is expensive
There are several untrue intrusion-detection and intrusion-prevention myths. These assertions repeatedly come up, even though some are diametrically opposed to others.
Myth 1: Intrusion detection and intrusion prevention are basically the same technology.
Many believe that because some IDS systems have TCP kill and RESET capabilities that they are pretty much the same thing as IPS. The truth is that each of these technologies are separate in design and in function. An IPS device sits inline, and all the packets have to pass through it. If a suspicious packet has been
Myth 2: Intrusion-detection systems give too many false positives to be of any real value.
It is true that IDSs do give what appear to be false positives. Typically, signatures released by
Myth 3: Intrusion detection will eventually replace firewalls.
Wrong!
This will not happen. IDSs and firewalls perform separate and distinct functions on the network. We will likely see that most firewalls have some IDS and IPS capabilities, but IDS and IPS are just single
Myth 4: IDS systems are on the way out, and IPS and firewalls are the wave of the future. IDSs are far from becoming obsolete. We may see the integration of IDS and IPS capabilities within firewalls and routers, but the technology remains the same and the need is apparent. The wave of the future is seeing how the two can complement each other, not in debating which is better. There is some traffic that you do not want a response to, and that traffic is better passed off to an IDS.
{% if main.adsdop %}{% include 'adsenceinline.tpl' %}{% endif %}
Myth 5: IDSs are the wave of the future.
This is the
Myth 6: IDSs and IPSs will catch or stop all network intrusions.
This seems like a ridiculous statement to the technically minded, but it is often asked by management. Yes, IDS and IPS will help to prevent and
Myth 7: When an organization implements IDS or IPS, it should need fewer security professionals.
There is some truth to this myth in that automating intrusion detection can reduce the number of individuals needed to detect security breaches in systems and networks. At the same time, however, one of the big issues with IDS and IPS is that they do a good job at finding attacks, but there needs to be a trained professional on the other end who can interpret and
Myth 8: You need real-time detection in order to get any real value from an IDS. Real time is a bit of a misnomer, as the response and identification will always come after the attack has entered the network or host. A better approach is to ask whether the alert or response is accurate and is in time for the necessary response. While faster can be better, it also has disadvantages, such as cost and more difficult data handling—data that are received in real time needs to be handled in real time.