Information Security
Information Security
Task3:
Definition of an IDS and Differences from a Firewall
An Intrusion Detection System (IDS) is a security system that
monitors network traffic for suspicious activity and alerts
security personnel when such activity is discovered. Unlike a
firewall, which is designed to block unauthorized access, an IDS
is designed to detect and respond to malicious activity that has
evaded other security measures.
II. Configuring Basic Intrusion Detection Rules using Snort
Here is an example of a basic Snort configuration file:
config hostname: myids
config pidfile: /var/run/snort/snort.pid
config logfile: /var/log/snort/alert
config logdir: /var/log/snort
config category: serious
config priority: 1
config interface: eth0
var RULE_PATH /etc/snort/rules
include $RULE_PATH/local.rules