- Intrusion Detection Systems (IDS) are designed to detect security breaches and aid in mitigating damage caused by hacking. The basic intent is to spot something suspicious on a network or system and sound an alarm. [IDS monitor network traffic and system logs and trigger alarms for any abnormal activity.]
- There are two main types of IDS: Network IDS (NIDS) which use sensors to monitor all network traffic, and Host based IDS (HIDS) which are installed on individual workstations/servers to watch for abnormal activity only on that computer. [IDS can be configured to watch for known attacks, analyze audit logs, terminate connections, and alert administrators.]
- Intrusion Prevention Systems