InterviewSolution
Saved Bookmarks
| 1. |
What Are The Types Of Nids? |
|
Answer» Signature Based IDS : Compares INCOMING packets with known signatures. E.g. Snort, BRO, Suricata, etc. ANOMALY Detection SYSTEMS : Learns the normal behavior of the system.Generates ALERTS on packets that are different from the normal behavior. Signature Based IDS : Compares incoming packets with known signatures. E.g. Snort, Bro, Suricata, etc. Anomaly Detection Systems : Learns the normal behavior of the system.Generates alerts on packets that are different from the normal behavior. |
|