+ All Categories
Home > Documents > na ipv6 summit - Bienvenidos al Portal IPv6 Cuba · New group (SEND) working on securing Neighbor...

na ipv6 summit - Bienvenidos al Portal IPv6 Cuba · New group (SEND) working on securing Neighbor...

Date post: 25-May-2018
Category:
Upload: vuliem
View: 215 times
Download: 0 times
Share this document with a friend
19
1 © 2001, Cisco Systems, Inc. All rights reserved. Presentation_ID
Transcript

111© 2001, Cisco Systems, Inc. All rights reserved.Presentation_ID

2© 2003, Cisco Systems, Inc. All rights reserved.

North American IPv6 Global Summit 2003

IPv6 Security ConsiderationsPatrick Grossetete

[email protected]

Dennis Vogel

[email protected]

333© 2003, Cisco Systems, Inc. All rights reserved.

North American IPv6 Global Summit 2003

Agenda

• “Native security” in IPv6

• IPv6 challenges

• Tools available to mitigate risk

• Cisco IPv6 security offerings

444© 2003, Cisco Systems, Inc. All rights reserved.

North American IPv6 Global Summit 2003

“Native Security” in IPv6

• Provides end-to-end securityIPsec services between pair of hostsAuthentication separate from encryption

• Authentication Header (AH)Entire packetProvides data integrity and authenticationMitigates replay

• Encapsulating Security Payload (ESP) HeaderEncapsulated payload (transport), packet (tunnel)Provides data integrity and authentication and/or confidentialityMitigates replayLimits sniffing (with confidentiality enabled)

IPv6 Extension Headers

555© 2003, Cisco Systems, Inc. All rights reserved.

North American IPv6 Global Summit 2003

“Native Security” in IPv6

• DES “weak” encryption algorithm

• PKI not yet fully standardized

• Manual keys for initial deployment

Lack of global key distribution mechanism(s)

• IKE needs improvement against DoS

Limitations

666© 2003, Cisco Systems, Inc. All rights reserved.

North American IPv6 Global Summit 2003

IPv6 Protocol Challenges

• Inherits many challenges found in IPv4

Same applications

Same TCP, UDP layers

• Many new features

Autoconfig, neighbor discovery (arp), flow discovery, multiple (bad) addresses, mobile IP

• Address Privacy

777© 2003, Cisco Systems, Inc. All rights reserved.

North American IPv6 Global Summit 2003

Neighbor Discovery – Forged Redirect

• Redirect is used by a router to signal the re-route of a packet to a better router.

• No default gateway on IPv6, path may not be optimum

Redirect:Src = R2Dst = AData = good router = R13FFE:B00:C18:2::/64

R1

R2A B

Src = A Dst IP = 3FFE:B00:C18:2::1 Dst Ethernet = R2 (default router)

In IPv4: « no ip icmp redirect »

In IPv6: « no ipv6 redirect »

New group (SEND) workingon securing NeighborDiscovery

888© 2003, Cisco Systems, Inc. All rights reserved.

North American IPv6 Global Summit 2003

Mobile IP – Security Still Work in Progress

• Mobility means:

Mobile devices are fully supported while moving

Built-in on IPv6

Any node can use it

Efficient routing means performance for end-users

Not Possible in IPv4

2001:2:a010::5

Home Agent

Mobile Node

Destination Node

Mobility andsecurity elementsof Mobile IPv6 still work in progress… (MIPv6 ID-22 + mipv6-ha-ipsec-05 ).

2001:2:a010::5

999© 2003, Cisco Systems, Inc. All rights reserved.

North American IPv6 Global Summit 2003

Diversity of IPv6 Enabled Devices —W3 0wN uR fR1dg3!

101010© 2003, Cisco Systems, Inc. All rights reserved.

North American IPv6 Global Summit 2003

IPv6 Transition Mechanism Challenges

• 16+ methods, possibly in combinationIP Spoofing

• Dual stackConsider security for both protocolsCross v4/v6 abuseResiliency (shared resources)

• TunnelsBypass firewalls (protocol 41)Relayed DoS attacks (e.g. Teredo)

• Translation mechanismsPrevent end-to-end network and transport layer security

111111© 2003, Cisco Systems, Inc. All rights reserved.

North American IPv6 Global Summit 2003

IPv6 Hacking Tools

• Sniffers/packet captureSnort

TCPdump

Sun Solaris snoop

COLD

Ethereal

Analyzer

Windump

WinPcap

NetPeek

Sniffer Pro

• WormsSlapper

• ScannersIPv6 Security Scanner

Halfscan6

Nmap

Strobe

Netcat

• DoS Tools6tunneldos

4to6ddos

Imps6-tools

• Packet forgersSendIP

Packit

Spak6

Let the games begin…

121212© 2003, Cisco Systems, Inc. All rights reserved.

North American IPv6 Global Summit 2003

Filtering Extension Headers

• IPv6 headers and optional extensions need to be scanned to access the upper layer protocols (ULP)

• May require searching through several extensions headers before looking at L4 port numbers

- Routing

- AH (no special handling)

- ESP (no special handling)

- Fragmentation

- Payload compression (no special handling)

131313© 2003, Cisco Systems, Inc. All rights reserved.

North American IPv6 Global Summit 2003

Basic IPv6 Packet Filtering (Standard ACL)

• When used for traffic filtering, IPv6 standard access control lists (ACL) offers the following functions:Can filter traffic based on source and destination address.

Can filter traffic inbound or outbound to a specific interface.

Implicit "deny all" at the end of access list.

Production prefix: 2001:420:c18:2::/646Bone prefix: 3ffe:0:0:2::/64

IPv6 Internet2001:420:c18:2::/64

3ffe:0:0:2::/64

Ethernet0ipv6 access-list blocksite deny 3ffe:0:0:2::/64 * ipv6 access-list blocksite permit any

interface Ethernet0ipv6 traffic-filter blocksite out

141414© 2003, Cisco Systems, Inc. All rights reserved.

North American IPv6 Global Summit 2003

IPv6 Extended Access Control Lists

• Upper Layers : ICMP (next header 58), TCP (6), UDP (17), SCTP (132) – Could filter on any next header value (0-255)

• ICMPv6 code and type

• syn, ack, fin, psh, urg, rst and established (ack && rst)

• L4 port numbers

• Traffic class (only 6 bits/8) = DSCP

• Flow Label (0-0xFFFFF)

• IPv6 header options (Fragments, Routing, ...)

151515© 2003, Cisco Systems, Inc. All rights reserved.

North American IPv6 Global Summit 2003

Cisco IPv6 Security Solutions

• Standard ACL on Cisco IOS 12.2S, 12.2T, 12.3M and 12.0S (Cisco 12000 & 10720 series only)

• Extended ACL on Cisco IOS 12.2S, 12.2T, 12.3M and 12.0S (Cisco 12000 & 10720 series only)

Including the capability to filter L4 port numbers after parsingoption headers

Reflexive & evaluate ACL are also supported

• IPv4 IPsec to secure IPv6 tunnels infrastructure

IPv6 IPsec in future for all supported Cisco IOS routers

• IPv6 Stateful Firewall Status

Cisco IOS Firewall currently being demonstrated

IOS and PIX Firewalls to be unveiled in early 2004

161616© 2003, Cisco Systems, Inc. All rights reserved.

North American IPv6 Global Summit 2003

Cisco’s firewall technology portfolio will support IPv6 <stateful> firewall implementations to ensure secure deployment of IPv6 networks commencing in 2004. http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/prod_white_papers_list.html

Cisco IPv6 Firewall Statement of Direction

171717© 2003, Cisco Systems, Inc. All rights reserved.

North American IPv6 Global Summit 2003

Conclusion

• IPsec is not the answer to all IPv6 securityissues

• IPv6 brings new security issues with it• Mobility adds to the security challenges• Dual-stack infrastructures require both IPv4 and

IPv6 security rules• Security authority (certificates) must handle IPv4

and IPv6 issues• Cisco is committed to enhancing its security

portfolio

181818© 2003, Cisco Systems, Inc. All rights reserved.

North American IPv6 Global Summit 2003

References

• Implementing Cisco IPv6 Networks

• IPv6 Essentials

• Review of IPv6 Transition Scenarios for European Academic Networks

• Security Features in IPv6

• Internet Protocol, Version 6 (RFC 2460)

• NAT-PT (RFC 2766)

• Connection of IPv6 Domains via IPv4 Clouds (RFC 2056)

• Security Architecture for the Internet Protocol (RFC 2401)

• Security Considerations for 6to4 Authors

• Neighbor Discovery for IP Version 6 (IPv6)

191919© 2001, Cisco Systems, Inc. All rights reserved.Presentation_ID


Recommended