Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "NIDS"
From NetSec
(→Snort) |
|||
Line 4: | Line 4: | ||
==Snort== | ==Snort== | ||
+ | |||
+ | Snort is a packet sniffer and intrusion detection system that can be used to add a layer of surveillance to your system. In this way, it is similar to tcpdump, but with some more advanced rule-setting capabilities for detecting certain forms of packets. Snort is one of the most widely used IDSes under Linux, and a port exists for the Windows [[Operating System]]. | ||
[[Category:Countermeasures]][[Category:Information]] | [[Category:Countermeasures]][[Category:Information]] |
Revision as of 04:27, 29 November 2011
Network layer Intrusion Detection Systems
NIDS are an IDS that monitor all traffic to and from all network devices. It will read incoming packets looking for suspicious patterns. Popular NIDs such as snort and Cisco IDS are used often-times in conjunction with a firewall to form an IPS. Also commonly used to send information to a SIM or SIMS
Snort
Snort is a packet sniffer and intrusion detection system that can be used to add a layer of surveillance to your system. In this way, it is similar to tcpdump, but with some more advanced rule-setting capabilities for detecting certain forms of packets. Snort is one of the most widely used IDSes under Linux, and a port exists for the Windows Operating System.