Lab Assignment 11 Snort IDS
Lab Assignment 11 Snort IDS
11
Aim: Installing snort, configuring it in Intrusion Detection mode and writing rules
for detecting pinging activity.
Lab Outcome Attained: LO6
Theory:
Steps to Install snort and configure it in Intrusion Detection Mode.
When you execute this command, you will not initially see any output. Snort
is running, and is processing all packets that arrive on eth0 (or whichever
interface you specified with the -i flag). Snort compares each packet to the
rules it has loaded (in this case our single ICMP Ping rule), and will then print
an alert to the console when a packet matches our rule.