Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
12 user(s) are online (12 user(s) are browsing encyclopedia)

Members: 0
Guests: 12

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Network intrusion detection system

A network intrusion detection system (NIDS) is a system that tries to detect malicious activity such as denial of service attacks, port-scans or even attempts to crack into computers by monitoring network traffic.

The NIDS does this by reading all the incoming packets and trying to find suspicious patterns. If, for example, a large number of Transmission Control Protocol connection requests to a very large number of different port (computing) is observed, one could assume that there is someone committing a portscan at some of the computer(s) in the network. It also (mostly) tries to detect incoming shellcodes in the same manner that an ordinary intrusion detection systems does.

A NIDS is not limited to inspecting incoming network traffic only. Oftentimes valuable information about an ongoing intrusion can be learned from outgoing or local traffic as well. Some attacks might even be staged from the inside of the monitored network or network_segment, and are therefore not regarded as incoming traffic at all.

Often, network intrusion detection systems work with other systems as well. They can for example update some firewall (networking) blacklist with the IP addresses of computers used by (suspected) crackers.

=See also=

*Intrusion detection system *Intelligent intrusion detection systems *Host-based intrusion detection system *Snort (software), an Open Source NIDS

=External links=

  • [http://www.honeypots.net/ Honeypots.net] Intrusion Detection, Honeypots and Incident Handling Resources
  • [http://www.packetdefense.com/ PacketDefense Network Security]
  • [http://www.sniff-em.com/ Sniff-em], packet sniffer with filtered NIDS mode
  • [http://fail2ban.sourceforge.net/ Logs scanner and malicious login attempts detector, blacklisting of attackers]