Section 16.149 IDS and IPS Flashcards
Objective 3.2 Given a scenario, you must be able to apply security principles to secure enterprise architecture. Objective 4.5 Given a scenario, you must be able to modify enterprise capabilities to enhance security
Key difference iDS V IPS
Intrusion Detection Systems (IDS)
Logs and alerts
Key Difference IDS V IPS
Intrusion prevention systems (IPS)
Logs, alerts, and takes action
Network Intrusion Detection Systems (NIDS)
Responsible for detecting unauthorised network access or attacks
These Systems are designed to either verify, itemise, categorise and report ona threat.
Only detects and reports doesn’t prevent attacks
3 Types of Intrusion Detection Systems (IDS)
Network-based IDS (NIDS)
Monitors the traffic coming in and out of a network
3 Types of Intrusion Detection Systems (IDS)
Host-based IDS (HIDS)
Looks at suspicious network traffic going to or from a single or endpoint
3 Types of Intrusion Detection Systems (IDS)
Wireless IDS (WIDS)
Detects attempts to cause a denial of a service on a wireless network
Signature-based IDS
Intrusion detection systems operate either using signature-based or anomaly-based detection algorithms
Analyses traffic based on defined signatures and can only recognise attacks based on previously identified attacks in its database
Pattern-matching:
● Specific pattern of steps recognised during an attack
● NIDS, WIDS
Stateful-matching:
● Known system baseline
● HIDS
Anomaly-based IDS
Intrusion detection systems operate either using signature-based or anomaly-based detection algorithms
Analyses traffic and compares it to a normal baseline of traffic to determine whether a threat is occurring
IPS and IDS placement
For a network IPS, we want to have the device placed right near the border of the network, right behind your firewall. That way, we have all the traffic funneling right through it so it can stop and block things as needed.
A NIDS, on the other hand,
should be attached through a mirrored port off the backbone switch. This way, it can analyze all the traffic in a passive manner.