Top Banner
NS-H0503-02/1104 1 IP Security
38

IP Security

Feb 24, 2016

Download

Documents

ginata

IP Security. TCP/IP Example. IPv4 Header. general IP Security mechanisms provides authentication confidentiality key management applicable to use over LANs, across public & private WANs, & for the Internet. IPSec. - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: IP Security

NS-H0503-02/1104 1

IP Security

Page 2: IP Security

NS-H0503-02/1104 2

TCP/IP Example

Page 3: IP Security

NS-H0503-02/1104 3

IPv4 Header

Page 4: IP Security

NS-H0503-02/1104 4

IPSec

• general IP Security mechanisms• provides

– authentication– confidentiality– key management

• applicable to use over LANs, across public & private WANs, & for the Internet

Page 5: IP Security

NS-H0503-02/1104 5

IP Security Overview

IPSec is not a single protocol. Instead, IPSec provides a set of security algorithms plus a

general framework that allows a pair of communicating entities to use whichever

algorithms provide security appropriate for the communication.

Page 6: IP Security

NS-H0503-02/1104 6

IP Security Overview

• Applications of IPSec– Secure branch office connectivity over the

Internet– Secure remote access over the Internet– Establsihing extranet and intranet connectivity

with partners– Enhancing electronic commerce security

Page 7: IP Security

NS-H0503-02/1104 7

IP Security Overview

• Benefits of IPSec– Transparent to applications (below transport

layer (TCP, UDP)– Provide security for individual users

• IPSec can assure that:– A router or neighbor advertisement comes

from an authorized router– A redirect message comes from the router to

which the initial packet was sent– A routing update is not forged

Page 8: IP Security

NS-H0503-02/1104 8

IP Security Architecture

• specification is quite complex• defined in numerous RFC’s

– incl. RFC 2401/2402/2406/2408– many others, grouped by category

• mandatory in IPv6, optional in IPv4• IPSec documents:

– RFC 2401: An overview of security architecture

– RFC 2402: Description of a packet encryption extension to IPv4 and IPv6

– RFC 2406: Description of a packet emcryption extension to IPv4 and IPv6

– RFC 2408: Specification of key managament capabilities

Page 9: IP Security

NS-H0503-02/1104 9

IPSec Document Overview

Page 10: IP Security

NS-H0503-02/1104 10

IP Security Scenario

Page 11: IP Security

NS-H0503-02/1104 11

Benefits of IPSec

• in a firewall/router provides strong security to all traffic crossing the perimeter

• is resistant to bypass• is below transport layer, hence transparent to

applications• can be transparent to end users• can provide security for individual users if

desired

Page 12: IP Security

NS-H0503-02/1104 12

IPSec Services

• Access control• Connectionless integrity• Data origin authentication• Rejection of replayed packets

– a form of partial sequence integrity• Confidentiality (encryption)• Limited traffic flow confidentiality

Page 13: IP Security

NS-H0503-02/1104 13

Authentication Header (AH)

• provides support for data integrity & authentication of IP packets– end system/router can authenticate user/app– prevents address spoofing attacks by tracking

sequence numbers• based on use of a MAC

– HMAC-MD5-96 or HMAC-SHA-1-96• parties must share a secret key

Page 14: IP Security

NS-H0503-02/1104 14

Authentication Header

Page 15: IP Security

NS-H0503-02/1104 15

Security Associations

• a one-way relationship between sender & receiver that affords security for traffic flow

• defined by 3 parameters:– Security Parameters Index (SPI)– IP Destination Address– Security Protocol Identifier

• has a number of other parameters– seq no, AH & EH info, lifetime etc

• have a database of Security Associations

Page 16: IP Security

NS-H0503-02/1104 16

Transport Mode SA

Tunnel Mode SA

AH Authenticates IP payload and selected portions of IP header and IPv6 extension headers

Authenticates entire inner IP packet plus selected portions of outer IP header

ESP Encrypts IP payload and any IPv6 extesion header

Encrypts inner IP packet

ESP with authentication

Encrypts IP payload and any IPv6 extesion header. Authenticates IP payload but no IP header

Encrypts inner IP packet. Authenticates inner IP packet.

Security Associations (SA)

Page 17: IP Security

NS-H0503-02/1104 17

Before applying AH

Page 18: IP Security

NS-H0503-02/1104 18

Authentication Header• Provides support for data integrity and

authentication (MAC code) of IP packets.• Guards against replay attacks.

Page 19: IP Security

NS-H0503-02/1104 19

Tunnel Mode (AH Authentication)

Page 20: IP Security

NS-H0503-02/1104 20

E-to-E vs E-to-I Authentication

Page 21: IP Security

NS-H0503-02/1104 21

Encapsulating Security Payload (ESP)

• provides message content confidentiality & limited traffic flow confidentiality

• can optionally provide the same authentication services as AH

• supports range of ciphers, modes, padding– incl. DES, Triple-DES, RC5, IDEA, CAST etc– CBC most common– pad to meet blocksize, for traffic flow

Page 22: IP Security

NS-H0503-02/1104 22

Encapsulating Security Payload

Page 23: IP Security

NS-H0503-02/1104 23

Encryption&Authentication Algorithms

• Encryption:– Three-key triple DES– RC5– IDEA– Three-key triple IDEA– CAST– Blowfish

• Authentication:– HMAC-MD5-96– HMAC-SHA-1-96

Page 24: IP Security

NS-H0503-02/1104 24

ESP Encryption and Authentication

Page 25: IP Security

NS-H0503-02/1104 25

Combining Security Associations

• SA’s can implement either AH or ESP• to implement both need to combine SA’s

– form a security bundle• have 4 cases (see next)

Page 26: IP Security

NS-H0503-02/1104 26

Combining Security Associations

Page 27: IP Security

NS-H0503-02/1104 27

Combinations of Security Associations

Page 28: IP Security

NS-H0503-02/1104 28

Combinations of Security Associations

Page 29: IP Security

NS-H0503-02/1104 29

Combinations of Security Associations

Page 30: IP Security

NS-H0503-02/1104 30

Combinations of Security Associations

Page 31: IP Security

NS-H0503-02/1104 31

Transport & Tunnel Modes

Page 32: IP Security

NS-H0503-02/1104 32

Transport vs Tunnel Mode ESP

• transport mode is used to encrypt & optionally authenticate IP data– data protected but header left in clear– can do traffic analysis but is efficient– good for ESP host to host traffic

• tunnel mode encrypts entire IP packet– add new header for next hop– good for VPNs, gateway to gateway security

Page 33: IP Security

NS-H0503-02/1104 33

Key Management

• Two types:– Manual– Automated

• Oakley Key Determination Protocol• Internet Security Association and Key

Management Protocol (ISAKMP)

Page 34: IP Security

NS-H0503-02/1104 34

Key Management• handles key generation & distribution• typically need 2 pairs of keys

– 2 per direction for AH & ESP• manual key management

– sysadmin manually configures every system• automated key management

– automated system for on demand creation of keys for SA’s in large systems

– has Oakley & ISAKMP elements

Page 35: IP Security

NS-H0503-02/1104 35

Oakley

• Three authentication methods:– Digital signatures– Public-key encryption– Symmetric-key encryption

Page 36: IP Security

NS-H0503-02/1104 36

Oakley

• a key exchange protocol• based on Diffie-Hellman key exchange• adds features to address weaknesses

– cookies, groups (global params), nonces, DH key exchange with authentication

• can use arithmetic in prime fields or elliptic curve fields

Page 37: IP Security

NS-H0503-02/1104 37

ISAKMP

Page 38: IP Security

NS-H0503-02/1104 38

ISAKMP

• Internet Security Association and Key Management Protocol

• provides framework for key management• defines procedures and packet formats to

establish, negotiate, modify, & delete SAs• independent of key exchange protocol,

encryption alg, & authentication method