Recall & Review
beginner
What is an Intrusion Detection System (IDS)?
An IDS is a security tool that monitors network or system activities for malicious actions or policy violations and alerts administrators when such activities are detected.
Click to reveal answer
beginner
Name the two main types of IDS.
The two main types are Network-based IDS (NIDS), which monitors network traffic, and Host-based IDS (HIDS), which monitors activities on individual computers.
Click to reveal answer
intermediate
How does signature-based IDS detect threats?
Signature-based IDS detects threats by comparing network or system activity against a database of known attack patterns or signatures.
Click to reveal answer
intermediate
What is the main difference between IDS and IPS?
IDS detects and alerts about suspicious activity but does not block it, while Intrusion Prevention Systems (IPS) can detect and actively block or prevent the malicious activity.
Click to reveal answer
beginner
Why is it important to regularly update IDS signatures?
Regular updates ensure the IDS can recognize the latest threats and attack patterns, keeping the system protected against new vulnerabilities.
Click to reveal answer
Which type of IDS monitors traffic on a network?
✗ Incorrect
Network-based IDS (NIDS) monitors network traffic to detect suspicious activity.
What does a signature-based IDS rely on to detect attacks?
✗ Incorrect
Signature-based IDS uses known attack patterns or signatures to identify threats.
Which of the following is NOT a function of an IDS?
✗ Incorrect
IDS alerts but does not block traffic; blocking is done by IPS.
Host-based IDS (HIDS) primarily monitors:
✗ Incorrect
HIDS monitors activities such as file changes and system logs on individual devices.
Why should IDS signatures be updated regularly?
✗ Incorrect
Updating signatures helps IDS recognize new threats and stay effective.
Explain the difference between Network-based IDS and Host-based IDS.
Think about where the IDS is placed and what it watches.
You got /3 concepts.
Describe how signature-based IDS works and why it needs regular updates.
Consider how antivirus software works similarly.
You got /3 concepts.