1 Chapter 20: Firewalls Fourth Edition by William Stallings Lecture slides by Lawrie Brown(modified by Prof. M. Singhal, U of Kentucky)

Slides:



Advertisements
Similar presentations
Computer Science CSC 474Dr. Peng Ning1 CSC 474 Information Systems Security Topic 4.1 Firewalls.
Advertisements

Network Security Essentials Chapter 11
Lecture slides for “Computer Security: Principles and Practice”, 2/e, by William Stallings and Lawrie Brown, Chapter 9 “Firewalls and Intrusion Prevention.
Firewalls By Tahaei Fall What is a firewall? a choke point of control and monitoring interconnects networks with differing trust imposes restrictions.
Computer Security: Principles and Practice EECS710: Information Security Professor Hossein Saiedian Fall 2014 Chapter 9: Firewalls and Intrusion Prevention.
Computer Security: Principles and Practice Chapter 9 – Firewalls and Intrusion Prevention Systems.
Computer Security: Principles and Practice First Edition by William Stallings and Lawrie Brown Lecture slides by Lawrie Brown Chapter 9 – Firewalls and.
Firewalls Uyanga Tserengombo
IUT– Network Security Course 1 Network Security Firewalls.
FIREWALLS Chapter 11.
Firewalls Dr.P.V.Lakshmi Information Technology GIT,GITAM University
Firewalls.
FIREWALLS. What is a Firewall? A firewall is hardware or software (or a combination of hardware and software) that monitors the transmission of packets.
FIREWALLS The function of a strong position is to make the forces holding it practically unassailable —On War, Carl Von Clausewitz On the day that you.
FIREWALLS – Chapter 20 network-based threats access to outside world Functionality, Design Security – trusted system.
Winter CMPE 155 Week 7. Winter Assignment 6: Firewalls What is a firewall? –Security at the network level. Wide-area network access makes.
Lecture 14 Firewalls modified from slides of Lawrie Brown.
Security Firewall Firewall design principle. Firewall Characteristics.
—On War, Carl Von Clausewitz
Chapter 11 Firewalls.
Chapter 10 Firewalls. Introduction seen evolution of information systems now everyone want to be on the Internet and to interconnect networks has persistent.
1 Pertemuan 05 Firewall Matakuliah: H0451/Praktikum Jaringan Komputer Tahun: 2006 Versi: 1/0.
Cryptography and Network Security Third Edition by William Stallings Lecture slides by Lawrie Brown.
Firewalls1 Firewalls Mert Özarar Bilkent University, Turkey
Firewalls. What is a Firewall? A choke point of control and monitoring A choke point of control and monitoring Interconnects networks with differing trust.
Cryptography and Network Security Chapter 20 Fourth Edition by William Stallings.
Firewalls.
1 Lecture 20: Firewalls motivation ingredients –packet filters –application gateways –bastion hosts and DMZ example firewall design using firewalls – virtual.
Cryptography and Network Security Chapter 20 Firewalls
BY- NIKHIL TRIPATHI 12MCMB10.  What is a FIREWALL?  Can & Can’t in Firewall perspective  Development of Firewalls  Firewall Architectures  Some Generalization.
453 Network Security Section 5: Firewalls Dr. E.C. Kulasekere Sri Lanka Institute of Information Technology
Chapter 20 Firewalls.
Why do we need Firewalls? Internet connectivity is a must for most people and organizations  especially for me But a convenient Internet connectivity.
Intranet, Extranet, Firewall. Intranet and Extranet.
Network Security Essentials Chapter 11 Fourth Edition by William Stallings Lecture slides by Lawrie Brown.
The Security Aspect of Social Engineering Justin Steele.
CSCE 815 Network Security Lecture 22 Intrusions April 10, 2003.
Chapter 11 Firewalls.
CSCE 815 Network Security Lecture 23 Jails and such April 15, 2003.
1 Internet Firewalls What it is all about Concurrency System Lab, EE, National Taiwan University R355.
FIREWALLS Vivek Srinivasan. Contents Introduction Need for firewalls Different types of firewalls Conclusion.
Firewalls. What is a Firewall? A choke point of control and monitoring A choke point of control and monitoring Interconnects networks with differing trust.
11 SECURING YOUR NETWORK PERIMETER Chapter 10. Chapter 10: SECURING YOUR NETWORK PERIMETER2 CHAPTER OBJECTIVES  Establish secure topologies.  Secure.
Chapter 20 – Firewalls The function of a strong position is to make the forces holding it practically unassailable —On War, Carl Von Clausewitz.
Data Security and Encryption (CSE348)
Firewall Technologies Prepared by: Dalia Al Dabbagh Manar Abd Al- Rhman University of Palestine
Security fundamentals Topic 10 Securing the network perimeter.
CSCE 715: Network Systems Security Chin-Tser Huang University of South Carolina.
Cryptography and Network Security
Computer Security Firewalls and Intrusion Prevention Systems.
Security fundamentals
Cryptography and Network Security Chapter 20
Firewalls.
Why do we need Firewalls?
Firewall.
Computer Data Security & Privacy
Prepared By : Pina Chhatrala
G. Pullaiah College of Engineering and Technology
Firewall – Survey Purpose of a Firewall Characteristic of a firewall
PROJECT PRESENTATION ON INTERNET FIREWALLS PRESENTED BY THE GUARDS
Cryptography and Network Security Chapter 22
* Essential Network Security Book Slides.
Computer Security Firewalls November 19, 2018 ©2004, Bryan J. Higgs.
Firewalls Purpose of a Firewall Characteristic of a firewall
Subject Name: NETWORK SECURITY Subject Code: 10EC832
POOJA Programmer, CSE Department
Cryptography and Network Security Chapter 20 Firewalls
Chapter 20: Firewalls Fourth Edition by William Stallings
Firewalls.
Cryptography and Network Security Chapter 20
Presentation transcript:

1 Chapter 20: Firewalls Fourth Edition by William Stallings Lecture slides by Lawrie Brown(modified by Prof. M. Singhal, U of Kentucky)

2 Introduction everyone want to be on the Internet and to interconnect networks has persistent security concerns –can’t easily secure a system typically use a Firewall to provide perimeter defence as part of comprehensive security strategy

3 What is a Firewall? a choke point of control and monitoring interconnects networks with differing trust imposes restrictions on network services –only authorized traffic is allowed auditing and controlling access –can implement alarms for abnormal behavior provide NAT(Network address translation ) & usage monitoring implement VPNs using IPSec

4 Firewall Limitations cannot protect from attacks bypassing it –E.g., sneaker net, utility modems, trusted organisations, trusted services (eg SSL/SSH) cannot protect against internal threats –eg disgruntled or colluding employees cannot protect against transfer of all virus infected programs or files –because of huge range of O/S & file types

5 Firewalls – Packet Filters simplest, fastest firewall component foundation of any firewall system examine each IP packet (no context) and permit or deny according to rules hence restrict access to services (ports) possible default policies –that not expressly permitted is prohibited –that not expressly prohibited is permitted

6 Firewalls – Packet Filters

7

8 Attacks on Packet Filters IP address spoofing –fake source address –authenticate source routing attacks –attacker sets a route other than default –block source routed packets tiny fragment attacks –split header info over several tiny packets –either discard or reassemble before check

9 Firewalls – Stateful Packet Filters traditional packet filters do not examine higher layer context –i.e., matching return packets with outgoing flow stateful packet filters address this need they examine each IP packet in context –keep track of client-server sessions –check each packet validly belongs to one they are better able to detect bogus packets out of context

10 Firewalls - Application Level Gateway (or Proxy) have application specific gateway / proxy has full access to protocol –user requests service from proxy –proxy validates request as legal –then actions request and returns result to user –can log / audit traffic at application level need separate proxies for each service –some services naturally support proxying –others are more problematic

11 Firewalls - Application Level Gateway (or Proxy)

12 Firewalls - Circuit Level Gateway relays two TCP connections imposes security by limiting what such connections are allowed once created usually relays traffic without examining contents typically used when trust internal users by allowing general outbound connections

13 Firewalls - Circuit Level Gateway

14 Bastion Host highly secure host system runs circuit / application level gateways or provides externally accessible services potentially exposed to "hostile" elements hence is secured to withstand this –hardened O/S, essential services, extra auth –proxies small, secure, independent, non- privileged

15 Firewall Configurations

16 Firewall Configurations

17 Firewall Configurations

18 Access Control determines what resources users can access general model is that of access matrix with –subject - active entity (user, process) –object - passive entity (file or resource) –access right – way object can be accessed can decompose by –columns as access control lists –rows as capability tickets

19 Access Control Matrix

20 Trusted Computer Systems information security is increasingly important have varying degrees of sensitivity of information –military info classifications: confidential, secret, etc subjects (people or programs) have varying rights of access to objects (information) known as multilevel security –subjects have maximum & current security level –objects have a fixed security level classification want to consider ways of increasing confidence in systems to enforce these rights

21 Bell LaPadula (BLP) Model has two key policies: no read up (simple security property) –a subject can only read an object if the current security level of the subject dominates (>=) the classification of the object no write down (*-property) –a subject can only append/write to an object if the current security level of the subject is dominated by (<=) the classification of the object

22 Reference Monitor

23 Summary have considered: –firewalls –types of firewalls –configurations –access control –trusted systems