14
Intrusion Prevention System Group 6 Mu-Hsin Wei Renaud Moussounda

Intrusion Prevention System

  • Upload
    lesa

  • View
    102

  • Download
    0

Embed Size (px)

DESCRIPTION

Intrusion Prevention System. Group 6 Mu-Hsin Wei Renaud Moussounda. What is IPS. IPS (Intrusion prevention system) Control access to a network Similar to firewall, but different…. What’s the difference?. Traditional firewall – examines header IPS – examines payload as well - PowerPoint PPT Presentation

Citation preview

Page 1: Intrusion Prevention System

Intrusion Prevention System

Group 6

Mu-Hsin WeiRenaud Moussounda

Page 2: Intrusion Prevention System

What is IPS IPS (Intrusion prevention system)

Control access to a network

Similar to firewall, but different…

Page 3: Intrusion Prevention System

What’s the difference?

Traditional firewall – examines header

IPS – examines payload as well

DPI (Deep Packet Inspection)

Page 4: Intrusion Prevention System

DPI enables IPS to…Gather more information

Detect certain attack signatures

Control network traffic intelligently- ftp root access (user root)- HTTP content

Page 5: Intrusion Prevention System

TradeoffPayload

- no fixed fields- large in size

Requires high computing resource- CPU- memory

Hardware implementation

Page 6: Intrusion Prevention System

IDS vs IPS Intrusion Detection System (IDS):

- DPI- detects- Snort

IPS:- DPI- take action- snort_inline + iptables

Page 7: Intrusion Prevention System

Proof of concept Implement an IPS using:

- snort_inline, and- iptables

Test IPS using:- Lab4 firewall configuration- Lab6 imapd buffer overflow

Page 8: Intrusion Prevention System

Lab 4 setup

Black - attackerProtected – victimFirewall - IPS

Page 9: Intrusion Prevention System

How to capture attack?Attack using buffer overflow string

Long sequence of NOP

snort_inline checks for …90 90 90 90...

Page 10: Intrusion Prevention System

FlowProtected runs vulnerable serviceBlackHat attacks

snort_inline captures and tell iptable block traffic

Protected remains safe

Page 11: Intrusion Prevention System

IPS + Lab4 + Lab6

BlackHat, Protected, and IPS

Page 12: Intrusion Prevention System

ImplicationOne for all

Less dependent on individual server

Vulnerable service made secure

Enhanced security

Page 13: Intrusion Prevention System

What you will do in the lab?

Setup machines & install software

Perform first attack without IPS

Perform second attack with IPS enabled

Appreciate IPS/DPI

Page 14: Intrusion Prevention System

Questions

?