Lecture 17: Firewalls
Intro to DoS
Selecting an Access Control Policy
What factors might influence choosing between a default-allow policy and a default-deny policy?
Stateless Packet Filter
(True/False) Stateless packet filters can't deny all inbound TLS connections, because TLS connections have confidentiality.
Stateful Packet Filter Rules
Write a stateful firewall rule that would allow all TLS traffic from an external host 161.20.2.0
into your network 16.120.20.0/24
.
Designing a Stateful Filter
Stateful Filter Challenges
Remember that in the TCP lecture, we said that TCP guarantees that packets will be reconstructed in the correct order. What part of the TCP protocol is the attacker exploiting here to prevent this?
Application-Level Firewalls
What might be a disadvantage of application-level firewalls?
VPNs
Why Have Firewalls Been Successful?
Attacks on Firewalls
Firewalls Conclusion