Firewall Introduction
Firewall Introduction
Introduction to
Firewalls
1
Outline
• Firewall Design Principles
– Firewall Characteristics
– Types of Firewalls
– Firewall Configurations
• Trusted Systems
– Data Access Control
– The Concept of Trusted systems
– Trojan Horse Defense
2
Firewalls
3
Firewall Design
Principles
• Information systems undergo a steady
evolution (from small LAN`s to Internet
connectivity)
• Strong security features for all workstations
and servers not established
4
Firewall Design
Principles
• The firewall is inserted between the
premises network and the Internet
• Aims:
– Establish a controlled link
– Protect the premises network from Internet-
based attacks
– Provide a single choke point
5
Firewall Characteristics
• Design goals:
– All traffic from inside to outside must pass
through the firewall (physically blocking all
access to the local network except via the
firewall)
– Only authorized traffic (defined by the local
security police) will be allowed to pass
6
Firewall Characteristics
• Design goals:
– The firewall itself is immune to penetration
(use of trusted system with a secure operating
system)
7
Firewall Characteristics
8
Firewall Characteristics
• User control
– Controls access to a service according to which
user is attempting to access it
• Behavior control
– Controls how particular services are used (e.g.
filter e-mail)
9
Types of Firewalls
10
Types of Firewalls
• Packet-filtering Router
11
Types of Firewalls
• Packet-filtering Router
– Applies a set of rules to each incoming IP
packet and then forwards or discards the packet
– Filter packets going in both directions
– The packet filter is typically set up as a list of
rules based on matches to fields in the IP or
TCP header
– Two default policies (discard or forward)
12
Types of Firewalls
• Advantages:
– Simplicity
– Transparency to users
– High speed
• Disadvantages:
– Difficulty of setting up packet filter rules
– Lack of Authentication
13
Types of Firewalls
14
Types of Firewalls
• Application-level Gateway
15
Types of Firewalls
• Application-level Gateway
– Also called proxy server
– Acts as a relay of application-level traffic
16
Types of Firewalls
• Advantages:
– Higher security than packet filters
– Only need to scrutinize a few allowable
applications
– Easy to log and audit all incoming traffic
• Disadvantages:
– Additional processing overhead on each
connection (gateway as splice point)
17
Types of Firewalls
• Circuit-level Gateway
18
Types of Firewalls
• Circuit-level Gateway
– Stand-alone system or
– Specialized function performed by an
Application-level Gateway
– Sets up two TCP connections
– The gateway typically relays TCP segments
from one connection to the other without
examining the contents
19
Types of Firewalls
• Circuit-level Gateway
– The security function consists of determining which
connections will be allowed
– Typically use is a situation in which the system administrator
trusts the internal users
– An example is the SOCKS package. It consists of a proxy
server, client programs, and a library (libsocks) for adapting
other applications into new client programs.
– SOCKS is commonly used as a network firewall, allowing
hosts behind a SOCKS server to gain full access to the
Internet while preventing unauthorized access from the
Internet to hosts inside the firewall.
20
Types of Firewalls
• Bastion Host
– A system identified by the firewall
administrator as a critical strong point in the
network´s security
– The bastion host serves as a platform for an
application-level or circuit-level gateway
21
Firewall Configurations
22
Firewall Configurations
23
Firewall Configurations
24
Firewall Configurations
25
Firewall Configurations
26
Firewall Configurations
27
Firewall Configurations
28
Firewall Configurations
29
Firewall Configurations
30
Firewall Configurations
31
Firewall Configurations
• Advantages:
– Three levels of defense to thwart intruders
– The outside router advertises only the existence
of the screened subnet to the Internet (internal
network is invisible to the Internet)
32
Firewall Configurations
• Advantages:
– The inside router advertises only the existence
of the screened subnet to the internal network
(the systems on the inside network cannot
construct direct routes to the Internet)
33
Trusted Systems
34
Data Access Control
35
Data Access Control
36
Data Access Control
• Access Matrix
37
Data Access Control
38
Data Access Control
39
Data Access Control
40
Data Access Control
41
Data Access Control
• Capability list
– A capability ticket specifies authorized objects
and operations for a user
– Each user have a number of tickets
42
The Concept of
Trusted Systems
• Trusted Systems
– Protection of data and resources on the basis of
levels of security (e.g. military)
– Users can be granted clearances to access
certain categories of data
43
The Concept of
Trusted Systems
• Multilevel security
– Definition of multiple categories or levels of data
• A multilevel secure system must enforce:
– No read up: A subject can only read an object of less or
equal security level (Simple Security Property)
– No write down: A subject can only write into an object
of greater or equal security level (*-Property)
44
The Concept of
Trusted Systems
• Reference Monitor Concept: Multilevel
security for a data processing system
45
The Concept of
Trusted Systems
46
The Concept of
Trusted Systems
• Reference Monitor
– Controlling element in the hardware and
operating system of a computer that regulates
the access of subjects to objects on basis of
security parameters
– The monitor has access to a file (security kernel
database)
– The monitor enforces the security rules (no read
up, no write down)
47
The Concept of
Trusted Systems
• Properties of the Reference Monitor
– Complete mediation: Security rules are
enforced on every access
– Isolation: The reference monitor and database
are protected from unauthorized modification
– Verifiability: The reference monitor’s
correctness must be provable (mathematically)
48
The Concept of
Trusted Systems
• A system that can provide such
verifications (properties) is referred to as a
trusted system
49
Trojan Horse Defense
50
Trojan Horse Defense
51
Trojan Horse Defense
52
Recommended Reading
• Chapman, D., and Zwicky, E. Building Internet
Firewalls. O’Reilly, 1995
• Cheswick, W., and Bellovin, S. Firewalls and
Internet Security: Repelling the Wily Hacker.
Addison-Wesley, 2000
• Gasser, M. Building a Secure Computer System.
Reinhold, 1988
• Pfleeger, C. Security in Computing. Prentice Hall,
1997
53