Firewalls
What is the most basic feature of a firewall?
packet filtering
What are some characteristic rules for packet filtering?
source IP, destination IP, protocol, source port, destination port
How do packet filters work?
the inspect the header of every packet and then make a decision how to treat it
Most common packet filtering actions
Application Layer (7) Firewalls
check all OSI 7 layers
IDS: Intrusion Detection Systems
What does an IDS check for?
ongoing intrusions: ping sweeps, port scans, SQL injections, buffer overflows, etc
- identify traffic generated by virus/worm
How does IDS detect risky traffic?
signatures
Can IDS detect something it does not already know?
No
- sometimes false positives
Detection sensors
- passively intercept intrusions and comms to IDS manager
IDS Manager
software in charge fo maintaining policies
2 main categories of IDS
2. Host Intrusion Detection Systems (HIDS)
NIDS: Network Intrusion Detection Systems
inspect network traffic w/ sensors placed on router or DMZ
HIDS: Host Intrusion Detection Systems
monitor logs, file-system changes, OS config changes
IPS: Intrusion Prevention Systems
How to spot an obstacle like firewall/IDS/etc?
TCP SYN is sent:
NAT: Network Address Translation
technique used to provide access to a network from another network
- masquerades client’s IP address to external internet