IDS AND IPS
Day-7
What is INTRUSION?
IDS
IDS(Intrusion Detection System) is a solution that continuously monitors the environment and detects and alerts malicious attempts to gain unauthorized access.
Function of IDS:-
Types of IDS:-
NIDS(Network based IDS)
A network-based intrusion detection system (NIDS) is an application that collects and monitors network traffic and network data. NIDS software is installed on devices located at specific parts of the network that you want to monitor. The NIDS application inspects network traffic from different devices on the network. If any malicious network traffic is detected, the NIDS logs it and generates an alert.
HIDS(Host based IDS)
A host-based intrusion detection system (HIDS) is an application that monitors the activity of the host on which it's installed. A HIDS is installed as an agent on a host. A host is also known as an endpoint, which is any device connected to a network like a computer or a server.
Advantages of IDS:-
Recommended by LinkedIn
Disadvantages:-
An IDS can only scan for known attacks, new and sophisticated attacks might not be caught. It doesn’t actually stop the incoming traffic.
IPS
Intrusion Prevention System (IPS) is a technology that monitors the environment and responds automatically when malicious attempts to gain unauthorized access are detected.
Function of IPS:-
Ex:- DoS Attack, Worms, Viruses
Types of IPS:-
Network traffic is analysed to find threats (including DDoS attacks, specialised viruses, and policy breaches) that cause anomalous traffic flows.
Advantages of IPS:-
Disadvantages of IPS:-