+ All Categories
Home > Documents > Internet Security: How the Internet works and some basic vulnerabilities

Internet Security: How the Internet works and some basic vulnerabilities

Date post: 25-Feb-2016
Category:
Upload: lavonn
View: 34 times
Download: 2 times
Share this document with a friend
Description:
Internet Security: How the Internet works and some basic vulnerabilities. Slides from D.Boneh , Stanford and others. Internet Infrastructure. Local and interdomain routing TCP/IP for routing and messaging BGP for routing announcements Domain Name System - PowerPoint PPT Presentation
54
Internet Security: How the Internet works and some basic vulnerabilities Slides from D.Boneh, Stanford and others 1
Transcript
Page 1: Internet Security:      How the Internet works and      some basic vulnerabilities

1

Internet Security: How the Internet works and some basic vulnerabilities

Slides from D.Boneh, Stanford and others

Page 2: Internet Security:      How the Internet works and      some basic vulnerabilities

2

BackboneISP ISP

Internet Infrastructure

Local and interdomain routing TCP/IP for routing and messaging BGP for routing announcements

Domain Name System Find IP address from symbolic name

(www.cs.stanford.edu)

Page 3: Internet Security:      How the Internet works and      some basic vulnerabilities

3

TCP Protocol Stack

Application

Transport

Network

Link

Application protocol

TCP protocol

IP protocol

Data

Link

IPNetwork Access

IP protocol

Data

Link

Application

Transport

Network

Link

Page 4: Internet Security:      How the Internet works and      some basic vulnerabilities

4

Data Formats

Application

Transport (TCP, UDP)

Network (IP)

Link Layer

Application message - data

TCP data TCP data TCP data

TCP Header

dataTCPIP

IP Header

dataTCPIPETH ETF

Link (Ethernet) Header

Link (Ethernet) Trailer

segment

packet

frame

message

Page 5: Internet Security:      How the Internet works and      some basic vulnerabilities

5

Inside a LAN: Layer 2 issues - ARP

Page 6: Internet Security:      How the Internet works and      some basic vulnerabilities

6

Addressing in Layer 2 / Layer 3

Layer 3 (IP) IP Address 32 bits long

Layer 2 (MAC) MAC address 48 bits long

How to translate from IP address to MAC address?Layer 2.5 protocol : ARP

Page 7: Internet Security:      How the Internet works and      some basic vulnerabilities

7

ARP (Address Resolution Protocol)

ARP request – broadcast to all stations on LAN Computer A asks the network, "Who has this IP

address?“

Page 8: Internet Security:      How the Internet works and      some basic vulnerabilities

8

ARP(2)ARP reply

Computer B tells Computer A, "I have that IP. My Physical Address is [whatever it is].“

Page 9: Internet Security:      How the Internet works and      some basic vulnerabilities

9

Cache TableEvery computer stores the translations it knows in a “cache”

To view: “arp –a”

Page 10: Internet Security:      How the Internet works and      some basic vulnerabilities

10

ARP PoisoningSimplicity also leads to insecurity No Authentication ARP provides no way to verify that the

responding device is really who it says it is Stateless protocol

Attacks Denial of Service (DoS)

Hacker can easily associate an operationally significant IP address to a false MAC address

Man-in-the-Middle Intercept network traffic between two devices in

your network

Page 11: Internet Security:      How the Internet works and      some basic vulnerabilities

11

Man-In-The-Middle: poison #1

Page 12: Internet Security:      How the Internet works and      some basic vulnerabilities

12

Man-In-The-Middle: poison #2

Page 13: Internet Security:      How the Internet works and      some basic vulnerabilities

13

Man-In-The-Middle: success!

Page 14: Internet Security:      How the Internet works and      some basic vulnerabilities

14

Layer 3 issues - IP

Page 15: Internet Security:      How the Internet works and      some basic vulnerabilities

15

Internet ProtocolConnectionless Unreliable Best effort

Notes: src and dest ports

not parts of IP hdr

IP

Version Header LengthType of Service

Total LengthIdentification

Flags

Time to LiveProtocol

Header Checksum

Source Address of Originating Host

Destination Address of Target Host

Options

Padding

IP Data

Fragment Offset

Page 16: Internet Security:      How the Internet works and      some basic vulnerabilities

16

IP Routing

Typical route uses several hopsIP: no ordering or delivery guarantees

Meg

Tom

ISP

Office gateway

121.42.33.12132.14.11.51

SourceDestination

Packet121.42.33.12

121.42.33.1132.14.11.51

132.14.11.1

Page 17: Internet Security:      How the Internet works and      some basic vulnerabilities

17

IP Protocol Functions (Summary)

Routing IP host knows location of router (gateway) IP gateway must know route to other networks

Fragmentation and reassembly If max-packet-size less than the user-data-size

Error reporting ICMP packet to source if packet is dropped

TTL field: decremented after every hop Packet dropped if TTL=0. Prevents infinite loops.

Page 18: Internet Security:      How the Internet works and      some basic vulnerabilities

18

Basic IP tools

Page 19: Internet Security:      How the Internet works and      some basic vulnerabilities

19

“spoofing”: no src IP authentication

Client is trusted to embed correct source IP Easy to override using raw sockets Libnet: a library for formatting raw packets

with arbitrary IP headers

Anyone who owns their machine can send packets with arbitrary source IP … response will be sent back to forged source IP

Implications: (solutions in DDoS lecture) Anonymous DoS attacks; Anonymous infection attacks (e.g. slammer worm)

Page 20: Internet Security:      How the Internet works and      some basic vulnerabilities

20

Routing Vulnerabilities

Page 21: Internet Security:      How the Internet works and      some basic vulnerabilities

21

Routing VulnerabilitiesRouting protocols:

OSPF: used for routing within an AS

BGP: routing between ASs Attacker can cause entire Internet to send

traffic for a victim IP to attacker’s address.

Example: Youtube mishap (see DDoS lecture)

Page 22: Internet Security:      How the Internet works and      some basic vulnerabilities

22

Interdomain Routing

connected group of one or more Internet Protocol prefixes under a single routing policy (aka domain)

OSPF

BGP

Autonomous System (AS)

earthlink.net Stanford.edu

Page 23: Internet Security:      How the Internet works and      some basic vulnerabilities

23

Whois: IP/Domain/AS information

Page 24: Internet Security:      How the Internet works and      some basic vulnerabilities

24

BGP example [D. Wetherall]

3 4

6 57

1

8 27

7

2 7

2 7

2 7

3 2 7

6 2 7

2 6 52 6 5

2 6 5

3 2 6 5

7 2 6 56 5

5

5

Page 25: Internet Security:      How the Internet works and      some basic vulnerabilities

25

Security IssuesBGP path attestations are un-authenticated

Attacker can inject advertisements for arbitrary routes

Advertisement will propagate everywhere Used for DoS, spam, and eavesdropping

Human error problems: Mistakes quickly propagate to the entire Internet

BGP operators are a “club”, they don’t accept members so easily

Page 26: Internet Security:      How the Internet works and      some basic vulnerabilities

26

OSPF: Routing inside an organizationLink State Advertisements (LSA):• Flooded throughout AS so that all routers in

the AS have a complete view of the AS topology

• Transmission: IP datagrams, protocol = 89

Neighbor discovery:• Routers dynamically discover direct neighbors

on attached links --- sets up an “adjacency”• Once setup, they exchange their LSA

databases

Page 27: Internet Security:      How the Internet works and      some basic vulnerabilities

27

Ra

LSA DB:

Rb

Rb LSA

R3

Ra RbNet-1

Net-1Ra LSA

Ra RbNet-1

32 2

3 111

Example: LSA from Ra and Rb

Page 28: Internet Security:      How the Internet works and      some basic vulnerabilities

28

Security features• OSPF has message integrity (unlike BGP)

Every link can have its own shared secret Unfortunately, OSPF uses an insecure MAC:

MAC(k,m) = MD5(data ll key ll pad ll len)

• Every LSA is flooded throughout the AS• If a single malicious router, valid LSAs may still reach

dest.

• The “fight back” mechanism• If a router receives its own LSA with a newer

timestamp than the latest it sent, it immediately floods a new LSA

• Links must be advertised by both ends

Page 29: Internet Security:      How the Internet works and      some basic vulnerabilities

29

Still many attacks [NKGB’12]

Threat model: • single malicious router wants to disrupt all AS

trafficExample problem: adjacency setup need no peer feedback

LAN

Victim (DR)

a remote attackeradjacency

adja

cenc

y

False Hello and DBD messages

net 1

phantom router ad

jacen

cy

Result: DoS on net 1

Page 30: Internet Security:      How the Internet works and      some basic vulnerabilities

30

Layer 4 issues - TCP

Page 31: Internet Security:      How the Internet works and      some basic vulnerabilities

31

Transmission Control ProtocolConnection-oriented, preserves order Sender

Break data into packets Attach packet numbers

Receiver Acknowledge receipt; lost packets are resent Reassemble packets in correct order

TCP

Book Mail each page Reassemble book

19

5

1

1 1

Page 32: Internet Security:      How the Internet works and      some basic vulnerabilities

32

TCP Header (protocol=6)

Source Port Dest portSEQ NumberACK Number

Other stuff

URG

PSR

ACK

PSH

SYN

FIN TCP Header

Page 33: Internet Security:      How the Internet works and      some basic vulnerabilities

33

Review: TCP HandshakeC S

SYN:

SYN/ACK:

ACK:

Listening

Store SNC , SNS

Wait

Established

SNCrandCANC0

SNSrandSANSSNC

SNSNC+1ANSNS

Received packets with SN too far out of window are dropped

Page 34: Internet Security:      How the Internet works and      some basic vulnerabilities

34

Basic Security Problems1. Network packets pass by untrusted

hosts Eavesdropping, packet sniffing Especially easy when attacker controls a

machine close to victim

2. TCP state easily obtained by eavesdropping Enables spoofing and session hijacking

3. Denial of Service (DoS) vulnerabilities DDoS lecture

Page 35: Internet Security:      How the Internet works and      some basic vulnerabilities

35

Why random initial sequence numbers?

Suppose initial seq. numbers (SNC , SNS ) are predictable:

Attacker can create TCP session with spoofed source IP

Victim

Server

SYN/ACKdstIP=victimSN=server SNS

ACKsrcIP=victimAN=predicted SNS

command server thinks command is from victim IP addr

attacker

TCP SYNsrcIP=victim

Page 36: Internet Security:      How the Internet works and      some basic vulnerabilities

36

Example DoS vulnerability [Watson’04]

Attacker sends a Reset packet to an open socket If correct SNS then connection will close ⇒ DoS Naively, success prob. is 1/232 (32-bit seq.

#’s). … but ,host systems allow for a large window of

acceptable seq. #‘s. Much higher success probability.

Attacker can flood with RST packets until one works

Most effective against long lived connections, e.g. BGP

Page 37: Internet Security:      How the Internet works and      some basic vulnerabilities

37

Domain Name System(sort of layer5)

Page 38: Internet Security:      How the Internet works and      some basic vulnerabilities

38

Domain Name SystemHierarchical Name Space

root

edunetorg ukcom ca

wisc ucb stanford cmu mit

cs ee

www

DNS

Page 39: Internet Security:      How the Internet works and      some basic vulnerabilities

39

DNS Root Name Servers

Hierarchical service Root name servers

for top-level domains Authoritative name

servers for subdomains

Local name resolvers contact authoritative servers when they do not know a name

Page 40: Internet Security:      How the Internet works and      some basic vulnerabilities

40

DNS Lookup Example

Client Local DNS resolver

root & edu DNS server

stanford.edu DNS server

www.cs.stanford.edu

NS stanford.eduwww.cs.stanford.edu

NS cs.stanford.edu

A www=IPaddrcs.stanford.edu

DNS server

DNS record types (partial list): - NS: name server (points to other server)

- A: address record (contains IP address)- MX: address in charge of handling email- TXT: generic text (e.g. used to distribute site public keys (DKIM) )

Page 41: Internet Security:      How the Internet works and      some basic vulnerabilities

41

nslookup

Page 42: Internet Security:      How the Internet works and      some basic vulnerabilities

42

CachingDNS responses are cached

Quick response for repeated translations Useful for finding servers as well as addresses

NS records for domains

DNS negative queries are cached Save time for nonexistent sites, e.g. misspelling

Cached data periodically times out Lifetime (TTL) of data controlled by owner of data TTL passed with every record

Page 43: Internet Security:      How the Internet works and      some basic vulnerabilities

43

DNS Packet

Query ID: 16 bit random value Links response to query

(from Steve Friedl)

Page 44: Internet Security:      How the Internet works and      some basic vulnerabilities

44

Resolver to NS request

Page 45: Internet Security:      How the Internet works and      some basic vulnerabilities

45

Response to resolver

Response contains IP addr of next NS server(called “glue”)

Response ignored if unrecognized QueryID

Page 46: Internet Security:      How the Internet works and      some basic vulnerabilities

46

Authoritative response to resolver

final answer

bailiwick checking: response is cached if it is within the same domain of query (i.e. a.com cannot set NS for b.com)

Page 47: Internet Security:      How the Internet works and      some basic vulnerabilities

47

Basic DNS VulnerabilitiesUsers/hosts trust the host-address mapping provided by DNS: Used as basis for many security policies:

Browser same origin policy, URL address bar

Obvious problems Interception of requests or compromise of

DNS servers can result in incorrect or malicious responses e.g.: malicious access point in a Cafe

Solution – authenticated requests/responses Provided by DNSsec … but few use

DNSsec

Page 48: Internet Security:      How the Internet works and      some basic vulnerabilities

48

DNS cache poisoning (a la Kaminsky’08)

Victim machine visits attacker’s web site, downloads Javascript

userbrowser

localDNS

resolver

Query: a.bank.com

a.bank.comQID=x1

attackerattacker wins if j: x1 = yj response is cached and attacker owns bank.com

ns.bank.comIPaddr

256 responses:Random QID y1, y2, …NS bank.com=ns.bank.comA ns.bank.com=attackerIP

Page 49: Internet Security:      How the Internet works and      some basic vulnerabilities

49

If at first you don’t succeed …Victim machine visits attacker’s web site, downloads Javascript

userbrowser

localDNS

resolver

Query:

b.bank.com

b.bank.comQID=x2

attacker

256 responses:Random QID y1, y2, …NS bank.com=ns.bank.comA ns.bank.com=attackerIP attacker wins if j: x2 =

yj response is cached and attacker owns bank.com

ns.bank.comIPaddr

success after 256 tries (few minutes)

Page 50: Internet Security:      How the Internet works and      some basic vulnerabilities

50

Defenses• Increase Query ID size. How?• Randomize src port, additional 11 bits

Now attack takes several hours

• Ask every DNS query twice: Attacker has to guess QueryID correctly

twice (32 bits) … Apparently DNS system cannot

handle the load

Page 51: Internet Security:      How the Internet works and      some basic vulnerabilities

51

DNS poisoning attacks in the wild

January 2005, the domain name for a large New York ISP, Panix, was hijacked to a site in Australia.

In November 2004, Google and Amazon users were sent to Med Network Inc., an online pharmacy

In March 2003, a group dubbed the "Freedom Cyber Force Militia" hijacked visitors to the Al-Jazeera Web site and presented them with the message "God Bless Our Troops"

Page 52: Internet Security:      How the Internet works and      some basic vulnerabilities

52

DNS Rebinding Attack

Read permitted: it’s the “same origin”

Firewall www.evil.com

web server

ns.evil.comDNS server

171.64.7.115

www.evil.com?

corporateweb server

171.64.7.115 TTL = 0

<iframe src="http://www.evil.com">

192.168.0.100

192.168.0.100

[DWF’96, R’01]

DNS-SEC cannot stop this attack

Page 53: Internet Security:      How the Internet works and      some basic vulnerabilities

53

DNS Rebinding DefensesBrowser mitigation: DNS Pinning Refuse to switch to a new IP Interacts poorly with proxies, VPN, dynamic

DNS, … Not consistently implemented in any browser

Server-side defenses Check Host header for unrecognized domains Authenticate users with something other than

IPFirewall defenses External names can’t resolve to internal

addresses Protects browsers inside the organization

Page 54: Internet Security:      How the Internet works and      some basic vulnerabilities

54

SummaryCore protocols not designed for security

Eavesdropping, Packet injection, Route stealing, DNS poisoning

Patched over time to prevent basic attacks(e.g. random TCP SN, random DNS source

port)

More secure variants existIP ⟶ IPsecDNS ⟶ DNSsecBGP ⟶ SBGP


Recommended