IPS, SYSLOG, and NTP

Syslog is a useful software that can send and store events based on classification.  An Intrusion Prevention Systems (IPS) can be used to help to detect and stop threats within a network. These visibility applications can help make sure that there are no possible threats in the past, present, or future.  

outcomes:

In this lab you will learn to: 

  1. Install and configure SNORT for IPS 
  2. Configure SYSLog clients and servers to synchronize logs 
  3. Install NTP to synchronize logging 

videos:

Before you start this lab, review these videos.

Setting Up the Virtual Environment

Installation of SNORT

Disabling Default Rulesets

Enabling IPS Part 1

Enabling IPS Part 2

Configuring the Syslog Client

Configuring the Syslog Server

Synchronized Logging

Overview

An Intrusion Prevention Systems (IPS) is a software application that can be used to detect and stop threats within a network. Syslog is a software application that can send and store events based on classification. Both of these applications provide visibility and can be crucial in finding past, present, and potentially future threats. In this lab, we are going to install SNORT on the host IPS-LAN.urbank.com, configure it as an IPS,  and to send it's alert messages to a remote Syslog server (urbank.com). We will also install ntp on IPS-LAN.urbank.com and configure it to get it's time source from urbank.com. Lastly, we will configure the Syslog server (urbank.com), to log messages received from the IPS to a separate file.

image001.png

IPS and RSYSLOG

Key terms and descriptions

Intrusion Protection Systems
An intrusion prevention system (IPS) is a type of software that monitors incoming and outgoing network traffic to detect malicious activity. It can be used to protect computers, networks, and even entire systems from attacks.
snort
Snort has the ability to capture network traffic, process these requests, and analyze the legitimate and malicious web requests.
syslog
Syslog is a Linux daemon that manages logs from multiple machines and servers on a network.
ntp
Network Time Protocol