Showing posts with label ids/ips tools. Show all posts
Showing posts with label ids/ips tools. Show all posts

Tuesday, March 3, 2020

why use an IDS / IPS?

An IDS / IPS allows us to have a complete monitoring of the flow and state of the components of the network or system, allows to maintain a control in case attacks or anomalies are detected, including those originating from the secure portion of the network, and that without the need to be present at the time of an attack, the IDS / IPS will be configured to act in automatic response to the event presented, and will allow us to have a record of everything that has occurred for subsequent analysis and improvement of the security of the infrastructure.



IDS / IPS systems detect attacks in real time while generating minimal impact to the network, are independent of the operating system, easy to configure and can protect a complete subnet.



The IDS / IPS allow the easy incorporation of other complementary tools of computer security, maximizing its potential, being for these reasons considered an important complement for the protection of an infrastructure.

Monday, March 2, 2020

IDS - Intrusion Detection System Features

However, for an IDS to really be an efficient security mechanism, it must have some characteristics. According to Ned (1999), an IDS tool must have the following characteristics:

1. be executed continuously, without human interaction and be safe enough, to allow its operation in promiscuous mode;

2. be fault tolerant, so that your knowledge base does not become inconsistent;

3. resist attempts to change your knowledge base, maintaining monitoring to ensure your security;

4. provide the minimum impact on the functioning of the system;

5. be able to detect changes in the normal functioning of the system;

6. be easy to configure, so that any changes can be made quickly;

7. cover changes in the system over time, as in the case of a new application that starts to be part of the system;

8. be able to minimize the probable errors of intrusion detection and analysis.

When we spoke earlier about minimizing possible evaluation errors, reference was made to the following types of errors in the  intrusion detection and prevention systems tool, for example:

1. false positive - occurs when the tool classifies an action as a possible intrusion, although, in fact, it is a legitimate action;

2. false negative - occurs when a real intrusion occurs, but the tool allows it to pass as if it were a legitimate action;

3. subversion - occurs when the intruder modifies the operation of the IDS tool to force the occurrence of false negatives.