250 likes | 264 Vues
What is a Firewall?. A firewall is hardware or software (or a combination of hardware and software) that monitors the transmission of packets of digital information that attempt to pass through the perimeter of a network.
E N D
What is a Firewall? • A firewall is hardware or software (or a combination of hardware and software) that monitors the transmission of packets of digital information that attempt to pass through the perimeter of a network. • A firewall is simply a program or hardware device that filters the information coming through the Internet connection into your private network or computer system. If an incoming packet of information is flagged by the filters, it is not allowed through. P.Suresh Babu, AP, Dept of IT
Perimeter Defense A firewall is said to provide “perimeter security” because it sits on the outer boundary, or perimeter, of a network. The network boundary is the point at which one network connects to another. P.Suresh Babu, AP, Dept of IT
What is a Firewall? • A choke point that keeps unauthorized users out of the protected network. • 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 • Is itself immune to penetration • Provides perimeter defence P.Suresh Babu, AP, Dept of IT
Firewall Limitations • Cannot protect from attacks bypassing it • Cannot protect against internal threats • E.G. Disgruntled employee • Cannot protect against transfer of all virus infected programs or files • Because of huge range of O/S & file types P.Suresh Babu, AP, Dept of IT
Types of Firewalls • Packet Filters • Application-Level Gateways • Circuit-Level Gateways P.Suresh Babu, AP, Dept of IT
Firewalls – Packet Filters P.Suresh Babu, AP, Dept of IT
Firewalls – Packet Filters • A packet filtering router applies a set of rules to each incoming IP packet and then forwards or discards the packet. • The router is typically configured to filter packets going in both directions (from and to the internal network). P.Suresh Babu, AP, Dept of IT
Firewalls – Packet Filters Filtering rules are based on information contained in a network packet: • Source IP address: The IP address of the system that originated the IP packet (e.g., 192.168.1.1) • Destination IP address: The IP address of the system the IP packet is trying to reach (e.g. 192.168.1.2) • Source and destination transport-level address: The transport level (e.g., TCP or UDP) port number, which defines applications such as SNMP or TELNET P.Suresh Babu, AP, Dept of IT
Firewalls – Packet Filters: Default Policies Packet filtering is typically set up as a list of rules based on matches to fields in the IP or TCP header. When there is no match to any rule, a default action is taken. There are two possible default policies: discard or forward. P.Suresh Babu, AP, Dept of IT
Firewalls – Packet Filters: Default Policies • Default = discard: that which is not expressly permitted is prohibited. • It is very conservative. Initially, everything is blocked—services must be added on a case-by-case basic. • Default = forward: that which is not expressly prohibited is permitted. • It increases ease of use for end users but provides reduced security. The security administrator must, in essence, react to each new security threat as it becomes available P.Suresh Babu, AP, Dept of IT
Firewalls – Packet Filters P.Suresh Babu, AP, Dept of IT
Attacks on Packet Filters • IP address spoofing • Fake source address to be trusted • Add filters on router to block • 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 P.Suresh Babu, AP, Dept of IT
Firewalls - Application Level Gateway (or Proxy) P.Suresh Babu, AP, Dept of IT
Firewalls - Application Level Gateway (or Proxy) Acts as relay of application-level traffic. The user contacts the gateway using a TCP/IP application, such as FTP, and the gateway asks the user for the name of a remote host to be accessed. When the user responds and provides a valid user ID and authentication information, the gateway contacts the application on the remote host and relays TCP segments containing the application data between the two points. P.Suresh Babu, AP, Dept of IT
Firewalls - Application Level Gateway (or Proxy) • Tend to be more secure than packet filters. • Need only scrutinize a few allowable applications. • It is easy to log and audit all incoming traffic at the application level. P.Suresh Babu, AP, Dept of IT
Firewalls - Application Level Gateway (or Proxy) Main Disadvantage • Additional Processing overhead on each connection. P.Suresh Babu, AP, Dept of IT
Firewalls - Circuit Level Gateway P.Suresh Babu, AP, Dept of IT
Firewalls - Circuit Level Gateway • Relays two TCP connections (one between itself and a TCP user on an inner host and one between itself and a TCP user on an outside host) • Imposes security by limiting which such connections are allowed • Once created usually relays traffic without examining contents • Typically used when trust internal users by allowing general outbound connections • SOCKS (a protocol) commonly used for this P.Suresh Babu, AP, Dept of IT
Bastion Host • Highly secure host system that serves as a platform for an application-level or circuit-level gateway. • Host hardware platform executes a secure version of it’s operating system, making it a trusted system. • Only services that the network administrator considers essential are installed on the bastion host (e.G. Telnet, DNS, FTP, and user authentication) P.Suresh Babu, AP, Dept of IT
Firewall Configurations P.Suresh Babu, AP, Dept of IT
Single-Homed Bastion: Advantages • Consists of two systems: a packet-filtering router and a bastion host. The router is configured so that For traffic from the internet, only IP packets destined for the bastion host are allowed in. For the traffic from the internal network, only ip packets from the bastion host are allowed to out. • The bastion host performs authentication and proxy functions. P.Suresh Babu, AP, Dept of IT
Single-Homed Bastion • Has greater security than simply a packet filtering router or an application level gateway alone. • Implements both packet-level and application-level filtering, allowing for considerable flexibility in defining security policy. • An intruder must generally penetrate two separate systems before the security of the internal network is compromised. • Affords flexibility in providing direct Internet access. • If the packet-filtering router is completely compromised, traffic could flow directly through the router between the Internet and other hosts on the private network. P.Suresh Babu, AP, Dept of IT
Firewall Configurations P.Suresh Babu, AP, Dept of IT
Firewall Configurations P.Suresh Babu, AP, Dept of IT
Screened Subnet Firewall • There are now three levels of defense to thwart intruders. • The outside router advertises only the existence of the screened subnet to the Internet; therefore, the internal network is invisible to the Internet. • Similarly, the inside router advertises only the existence of the screened subnet to the internal network; therefore, the systems on the inside network cannot construct direct routes to the Internet. P.Suresh Babu, AP, Dept of IT