Host Security  «Prev 

Hackers, Sniffers, and Snort

Snort's open source (NIDS) network-based intrusion detection system has the ability to perform real-time traffic analysis and packet logging on Internet Protocol (IP) networks. Snort performs
  1. protocol analysis,
  2. content searching and
  3. matching.
These basic services have many purposes including application-aware triggered quality of service, to de-prioritize bulk traffic when latency-sensitive applications are in use.
The program can also be used to detect probes or attacks, including, but not limited to,
  1. operating system fingerprinting attempts,
  2. buffer overflows,
  3. server message block probes, and
  4. stealth port scans.

Snort can be configured in three main modes:
  1. sniffer,
  2. packet logger, and
  3. network intrusion detection.

In sniffer mode, the program will read network packets and display them on the console. In packet logger mode, the program will log packets to the disk. In intrusion detection mode, the program will monitor network traffic and analyze it against a rule set defined by the user. The program will then perform a specific action based on the type of intrusion that has been identified.
The relationship between eBusiness and eCommerce
  1. User 1 uses sniffer to eavesdrop on User 2
  2. User 1 has connected to the internet using telnet, an insecure remote service
  3. User 1 communicates with User 2
  4. Sniffer is copying everything sent between User 1 and User 2