1 / 14

Network Security

Network Security. Reasons to attack. Steal information Modify information Deny service (DoS). Targets. DB Servers Traffic Workstations Bandwidth. Types of attack. Snooping: listening to data Corrupting: modifying data

hide
Télécharger la présentation

Network Security

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Network Security

  2. Reasons to attack • Steal information • Modify information • Deny service (DoS)

  3. Targets • DB • Servers • Traffic • Workstations • Bandwidth

  4. Types of attack • Snooping: listening to data • Corrupting: modifying data • Spoofing: generate traffic that will be perceived as legitimate traffic • Denial of service

  5. DoS methods • Ping of death: offset in packet causes buffer overflow => memory corruption • Tear drop: misfragmented packet => OS crashes trying to reconstruct • Land: SYN w/ identical src and dest => loop • SYN attack/flood: massive number of SYNs

  6. IP Sec • Encryption + authentication • Authentication header (AH): authenticates non-variable part of frame (MD5 hash) • Encapsulation Security Payload (ESP): Encrypts payload (DES)

  7. Modes of operation: Tunnel • GW to GW • GWs need to be IPSEC enabled • ESP encrypts initial frame • AH authenticates non variable parts

  8. Modes of operation: Transport • Host to host • Hosts need to IPSEC enabled • ESP encrypts payload • AH authenticates non-variable part

  9. Encapsulation

  10. Security Associations • One-way connections => a communications requires 2 SA • Negotiation managed by IKE (Internet Key Exchange) => Dynamic and secure establishment of SA • IKE authenticates each peer in an IPSec transaction, negotiates security policy, and handles the exchange of session keys.

  11. Firewalls • Inside devices are not directly accessible from the outside • Filters traffic based on defined RULES (rules can apply to addresses, ports, protocols, etc… ) • Can be either software or hardware • Can not protect from everything

  12. DMZ • DeMilitarized zone • Private area that can be accessed from the outside (FTP or Web servers for example) • Different or no rules

  13. Firewall with DMZ

  14. + NAT

More Related