28
Detec%ng and Defending Against ThirdParty Tracking on the Web Franziska Roesner, Tadayoshi Kohno, David Wetherall April 26, 2012 NSDI

Detec%ng(and(Defending(Against Third2Party(Tracking… · Detec%ng(and(Defending(Against Third2Party(Tracking(on(the(Web(Franziska)Roesner, Tadayoshi(Kohno,(David(Wetherall(April(26,2012

Embed Size (px)

Citation preview

Page 1: Detec%ng(and(Defending(Against Third2Party(Tracking… · Detec%ng(and(Defending(Against Third2Party(Tracking(on(the(Web(Franziska)Roesner, Tadayoshi(Kohno,(David(Wetherall(April(26,2012

Detec%ng  and  Defending  Against  Third-­‐Party  Tracking  on  the  Web  

Franziska  Roesner,  Tadayoshi  Kohno,  David  Wetherall  

April  26,  2012  NSDI  

Page 2: Detec%ng(and(Defending(Against Third2Party(Tracking… · Detec%ng(and(Defending(Against Third2Party(Tracking(on(the(Web(Franziska)Roesner, Tadayoshi(Kohno,(David(Wetherall(April(26,2012

Third-­‐Party  Web  Tracking  

2  April  26,  2012  

Franziska  Roesner  

Tracker.com  

Adver%se.com  

Bigger  browsing  profiles          =  increased  value  for  trackers  =  reduced  privacy  for  users    

(Hypothe%cal  tracking  rela%onships  only.)  

Page 3: Detec%ng(and(Defending(Against Third2Party(Tracking… · Detec%ng(and(Defending(Against Third2Party(Tracking(on(the(Web(Franziska)Roesner, Tadayoshi(Kohno,(David(Wetherall(April(26,2012

Tracking  is  Complicated  

•  Much  discussion  of  tracking,  but  limited  understanding  of  how  it  actually  works.  

•  Our  goals:    – Understand  the  tracking  ecosystem.  

•  How  is  tracking  actually  done  in  the  wild?  • What  kinds  of  browsing  profiles  do  trackers  compile?  •  How  effec%ve  are  defenses  available  to  users?  

– Address  gaps  with  new  defense  (ShareMeNot).  

3  April  26,  2012  

Franziska  Roesner  

Page 4: Detec%ng(and(Defending(Against Third2Party(Tracking… · Detec%ng(and(Defending(Against Third2Party(Tracking(on(the(Web(Franziska)Roesner, Tadayoshi(Kohno,(David(Wetherall(April(26,2012

Outline  

•  How  Tracking  Works  – Tracking  Mechanisms  – Tracking  Taxonomy  

•  Measurements  •  Defenses  

4  April  26,  2012  

Franziska  Roesner  

Page 5: Detec%ng(and(Defending(Against Third2Party(Tracking… · Detec%ng(and(Defending(Against Third2Party(Tracking(on(the(Web(Franziska)Roesner, Tadayoshi(Kohno,(David(Wetherall(April(26,2012

Mechanisms  Required  By  Trackers  

•  Ability  to  store  user  iden%ty  in  the  browser  –  Browser  cookies  – HTML5  LocalStorage  and  Flash  cookies  (LSOs)  – Not  considering  more  exo%c  storage  mechanisms  or  approximate  fingerprin%ng  

•  Ability  to  communicate  visited  page  and  user  iden%ty  back  to  tracker  –  Iden%ty:  Cookies  a_ached  to  requests  –  Visited  page:  HTTP  referrers  –  Both:  scripts  that  embed  informa%on  in  URLs  

5  April  26,  2012  

Franziska  Roesner  

Page 6: Detec%ng(and(Defending(Against Third2Party(Tracking… · Detec%ng(and(Defending(Against Third2Party(Tracking(on(the(Web(Franziska)Roesner, Tadayoshi(Kohno,(David(Wetherall(April(26,2012

Tracking:  The  Simple  Version  

•  Within-­‐Site:    

•  Cross-­‐Site:  

6  April  26,  2012  

Franziska  Roesner  

logs  

Cookie  Database  

tracker.com: id=789

h_p://site1.com  

processing  engine  

cookie: id=789

9:30am: user 789 visited site1.com

<iframe src=tracker.com/ad.html>!!!!!</iframe>!

ad  9:31am: user 789 visited site2.com

h_p://site2.com  

cookie: id=789

tracker.com  

First-­‐party  cookies  are  used  to  track  repeat  visits  to  a  site.  

Third-­‐party  cookies  are  used  by  trackers  included  in  other  sites  to  create  profiles.    

Page 7: Detec%ng(and(Defending(Against Third2Party(Tracking… · Detec%ng(and(Defending(Against Third2Party(Tracking(on(the(Web(Franziska)Roesner, Tadayoshi(Kohno,(David(Wetherall(April(26,2012

Our  Tracking  Taxonomy  Name   Scope   User  Visits  

Directly?  Overview  

N/A     Within-­‐Site   Yes   Site  does  its  own  on-­‐site  analy%cs.  

Analy%cs   Within-­‐Site   No   Site  uses  third-­‐party  analy%cs  engine  (e.g.,  Google  Analy%cs).  

Vanilla   Cross-­‐Site   No   Site  embeds  third-­‐party  tracker  that  uses  third-­‐party  storage  (e.g.,  Doubleclick).  

Forced   Cross-­‐Site   Yes  (forced)  

Site  embeds  third-­‐party  tracker  that  forced  the  user  to  visit  directly  (e.g.,  via  popup).  

Referred   Cross-­‐Site   No   Tracker  relies  on  another  cross-­‐site  tracker  to  leak  unique  iden%fier  values.  

Personal   Cross-­‐Site   Yes   Site  embeds  third-­‐party  tracker  that  the  user  otherwise  visits  directly  (e.g.,  Facebook).  

7  April  26,  2012  

Franziska  Roesner  

EvoluBon:  Embedding  analyBcs  libraries    

EvoluBon:  Third-­‐party  cookie  blocking  

Page 8: Detec%ng(and(Defending(Against Third2Party(Tracking… · Detec%ng(and(Defending(Against Third2Party(Tracking(on(the(Web(Franziska)Roesner, Tadayoshi(Kohno,(David(Wetherall(April(26,2012

Quirks  of  Third-­‐Party  Cookie  Blocking  

•  Op%on  blocks  the  seHng  of  third-­‐party  cookies:  all  browsers  

•  Op%on  blocks  the  sending  of  third-­‐party  cookies:  only  Firefox  

•  Result:  Once  a  third-­‐party  cookie  is  somehow  set,  it  can  be  used  (in  most  browsers).  

8  8  April  26,  2012  

Franziska  Roesner  

Page 9: Detec%ng(and(Defending(Against Third2Party(Tracking… · Detec%ng(and(Defending(Against Third2Party(Tracking(on(the(Web(Franziska)Roesner, Tadayoshi(Kohno,(David(Wetherall(April(26,2012

<iframe src=tracker.com/ad.html>!!!!!</iframe>!

logs  

processing  engine  tracker.com  

h_p://site2.com  

1:30pm: site1.com: user 321

Cookie  Database  

tracker.com: id=321

h_p://site1.com  

1:31pm: site2.com: user 321

<iframe src=tracker.com/ad.html>!!!!!</iframe>!

ad  

ad  

popup  

9  April  26,  2012  

Franziska  Roesner  

Forced  Tracking  

High-­‐level  point:    On  most  browsers,  if  a  tracker  can  ever  set  a  cookie,  third-­‐party  cookie  blocking  is  rendered  ineffec%ve.  

Page 10: Detec%ng(and(Defending(Against Third2Party(Tracking… · Detec%ng(and(Defending(Against Third2Party(Tracking(on(the(Web(Franziska)Roesner, Tadayoshi(Kohno,(David(Wetherall(April(26,2012

Our  Tracking  Taxonomy  

10  April  26,  2012  

Franziska  Roesner  

Type  (Name)   Scope   User  Visits  Directly?  

Overview  

N/A     Within-­‐Site   Yes   Site  does  its  own  on-­‐site  analy%cs.  

Analy%cs   Within-­‐Site   No   Site  uses  third-­‐party  analy%cs  engine  (e.g.,  Google  Analy%cs).  

Vanilla   Cross-­‐Site   No   Site  embeds  third-­‐party  tracker  that  uses  third-­‐party  storage  (e.g.,  Doubleclick).  

Forced   Cross-­‐Site   Yes  (forced)  

Site  embeds  third-­‐party  tracker  that  forced  the  user  to  visit  directly  (e.g.,  via  popup).  

Referred   Cross-­‐Site   No   Tracker  relies  on  another  cross-­‐site  tracker  to  leak  unique  iden%fier  values.  

Personal   Cross-­‐Site   Yes   Site  embeds  third-­‐party  tracker  that  the  user  otherwise  visits  directly  (e.g.,  Facebook).  

EvoluBon:  Complex  ad  networks  

EvoluBon:  Embedding  analyBcs  libraries    

EvoluBon:  Third-­‐party  cookie  blocking  

Page 11: Detec%ng(and(Defending(Against Third2Party(Tracking… · Detec%ng(and(Defending(Against Third2Party(Tracking(on(the(Web(Franziska)Roesner, Tadayoshi(Kohno,(David(Wetherall(April(26,2012

tracker.com  

Cookie  Database  

tracker.com: id=522

h_p://site1.com  <iframe src=tracker.com/ad.html>!!!!!</iframe>!

ad  

othertracker.com/track?id=522&referrer=site1.com

2:34pm: site1.com: user 522

h_p://site2.com  <iframe src=tracker.com/ad.html>!!!!!</iframe>!

ad  

othertracker.com/track?id=522&referrer=site2.com

2:35pm: site2.com: user 522

logs  processing  engine  othertracker.com  

processing  engine  

11  April  26,  2012  

Franziska  Roesner  

Referred  Tracking  

High-­‐level  point:    One  tracker  with  client-­‐side  state  can  enable  tracking  by  partners  without  client-­‐side  state.  

Page 12: Detec%ng(and(Defending(Against Third2Party(Tracking… · Detec%ng(and(Defending(Against Third2Party(Tracking(on(the(Web(Franziska)Roesner, Tadayoshi(Kohno,(David(Wetherall(April(26,2012

Type  (Name)   Scope   User  Visits  Directly?  

Overview  

N/A     Within-­‐Site   Yes   Site  does  its  own  on-­‐site  analy%cs.  

Analy%cs   Within-­‐Site   No   Site  uses  third-­‐party  analy%cs  engine  (e.g.,  Google  Analy%cs).  

Vanilla   Cross-­‐Site   No   Site  embeds  third-­‐party  tracker  that  uses  third-­‐party  storage  (e.g.,  Doubleclick).  

Forced   Cross-­‐Site   Yes  (forced)  

Site  embeds  third-­‐party  tracker  that  forced  the  user  to  visit  directly  (e.g.,  via  popup).  

Referred   Cross-­‐Site   No   Tracker  relies  on  another  cross-­‐site  tracker  to  leak  unique  iden%fier  values.  

Personal   Cross-­‐Site   Yes   Site  embeds  third-­‐party  tracker  that  the  user  otherwise  visits  directly  (e.g.,  Facebook).  

Our  Tracking  Taxonomy  

12  April  26,  2012  

Franziska  Roesner  

EvoluBon:  Social  networks  

EvoluBon:  Complex  ad  networks  

EvoluBon:  Embedding  analyBcs  libraries    

EvoluBon:  Third-­‐party  cookie  blocking  

Page 13: Detec%ng(and(Defending(Against Third2Party(Tracking… · Detec%ng(and(Defending(Against Third2Party(Tracking(on(the(Web(Franziska)Roesner, Tadayoshi(Kohno,(David(Wetherall(April(26,2012

Personal  Tracking  

•  Just  loading  these  bu_ons  (not  clicking  on  them)  enables  tracking.    

•  Users  visit  these  sites  directly.  •  This  tracking  is  oien  not  anonymous  (linked  to  accounts).    

13  13  April  26,  2012  

Franziska  Roesner  

Page 14: Detec%ng(and(Defending(Against Third2Party(Tracking… · Detec%ng(and(Defending(Against Third2Party(Tracking(on(the(Web(Franziska)Roesner, Tadayoshi(Kohno,(David(Wetherall(April(26,2012

Type  (Name)   Scope   User  Visits  Directly?  

Overview  

N/A     Within-­‐Site   Yes   Site  does  its  own  on-­‐site  analy%cs.  

Analy%cs   Within-­‐Site   No   Site  uses  third-­‐party  analy%cs  engine  (e.g.,  Google  Analy%cs).  

Vanilla   Cross-­‐Site   No   Site  embeds  third-­‐party  tracker  that  uses  third-­‐party  storage  (e.g.,  Doubleclick).  

Forced   Cross-­‐Site   Yes  (forced)  

Site  embeds  third-­‐party  tracker  that  forced  the  user  to  visit  directly  (e.g.,  via  popup).  

Referred   Cross-­‐Site   No   Tracker  relies  on  another  cross-­‐site  tracker  to  leak  unique  iden%fier  values.  

Personal   Cross-­‐Site   Yes   Site  embeds  third-­‐party  tracker  that  the  user  otherwise  visits  directly  (e.g.,  Facebook).  

Our  Tracking  Taxonomy  

14  April  26,  2012  

Franziska  Roesner  

EvoluBon:  Social  networks  

EvoluBon:  Complex  ad  networks  

EvoluBon:  Embedding  analyBcs  libraries    

EvoluBon:  Third-­‐party  cookie  blocking  

Anonymous  

Page 15: Detec%ng(and(Defending(Against Third2Party(Tracking… · Detec%ng(and(Defending(Against Third2Party(Tracking(on(the(Web(Franziska)Roesner, Tadayoshi(Kohno,(David(Wetherall(April(26,2012

Outline  

•  How  Tracking  Works  – Tracking  mechanisms  – Tracking  taxonomy  

•  Measurements  •  Defenses  

15  April  26,  2012  

Franziska  Roesner  

Page 16: Detec%ng(and(Defending(Against Third2Party(Tracking… · Detec%ng(and(Defending(Against Third2Party(Tracking(on(the(Web(Franziska)Roesner, Tadayoshi(Kohno,(David(Wetherall(April(26,2012

Measurement  Tool:  TrackingTracker  

•  Firefox  add-­‐on  •  Based  on  taxonomy  of  client-­‐side  mechanisms  •  Crawls  the  web,  automa%cally  categorizing  trackers  •  Monitors:  –  Third-­‐party  requests  –  Cookies,  HTML5  LocalStorage,  Flash  LSOs  

(considers  state  that  changes  across  clean  measurement  runs)  

–  Iden%fier  leaks  

16  April  26,  2012  

Franziska  Roesner  

Page 17: Detec%ng(and(Defending(Against Third2Party(Tracking… · Detec%ng(and(Defending(Against Third2Party(Tracking(on(the(Web(Franziska)Roesner, Tadayoshi(Kohno,(David(Wetherall(April(26,2012

Measurement  Study  

•  3  data  sets  – Alexa  Top  500  

•  5  pages  per  domain:  main  page  and  up  to  4  links  

– Alexa  Non-­‐Top  500  •  Sites  ranked  #501,  #601,  #701,  etc.  •  5  pages  per  domain:  main  page  and  up  to  4  links  

– AOL  search  logs  •  300  unique  queries  for  35  random  users  

  17  April  26,  2012  

Franziska  Roesner  

Page 18: Detec%ng(and(Defending(Against Third2Party(Tracking… · Detec%ng(and(Defending(Against Third2Party(Tracking(on(the(Web(Franziska)Roesner, Tadayoshi(Kohno,(David(Wetherall(April(26,2012

Tracking  Prevalence  (Top  500)  •  524  unique  trackers  on  500  domains  

18  April  26,  2012  

Franziska  Roesner  

457  domains  (91%)  embed  at  least  one  tracker.  (97%  of  those  include  at  least  one  cross-­‐site  tracker.)  

    50%  of  domains  embed  

between  4  and  5  trackers.  

One  domain  includes    43  trackers.  

Page 19: Detec%ng(and(Defending(Against Third2Party(Tracking… · Detec%ng(and(Defending(Against Third2Party(Tracking(on(the(Web(Franziska)Roesner, Tadayoshi(Kohno,(David(Wetherall(April(26,2012

19  April  26,  2012  

Franziska  Roesner  

!"#$

!%#$!%&$"!$

'%$ (&$ (($ (%$ ))$ )*$ )*$ *#$ *+$ *'$

!&($!(#$

#)$

)($ )%$

*#+$

%$

&%$

!%%$

!&%$

*%%$

*&%$

)%%$

)&%$

(%%$

,--,./0121.345675-8$

9-:;./5.<5=72/>$

?15/;--=75-8$

,--,./75-8$

65-@/51@9@/6/1@5A75-8$

B:12>6/@C/75-8$

>D<E/@75-8$

1>98>75-8$

3</.98

121,/@75-8$

<8@[email protected]<9/75-8$

@/C65<72/>$

19C/@46<2,75-8$

199>A<675-8$

192F675-8$

<2C<>/8/9<175-8$

6/@C<2,063675-8$

3-:>:;/75-8$

199>A<659275-8$

;.:/=1<75-8$

8/9<1G./F75-8$

!"#$%&"'(

"&)#*&+$&',-'./0

#1+23'

!/4'56'!"#$%&"2'/+'!/4'766'./0#1+2'

H<>A<20I<>/$

J@-660I<>/$KL/@6-21.M$

J@-660I<>/$KN2-238-:6M$

Page 20: Detec%ng(and(Defending(Against Third2Party(Tracking… · Detec%ng(and(Defending(Against Third2Party(Tracking(on(the(Web(Franziska)Roesner, Tadayoshi(Kohno,(David(Wetherall(April(26,2012

20  

!"#!"$!"%!"&!"

'!!"'#!"'$!"'%!"'&!"#!!"

()*+,-.,/.012-3"

45.-+))01.)6"

7))7,-1.)6"

8.)9-.59(9-8-59.:1.)6"

;*5238-9<-1.)6"

3=/>-91.)6"

53(631.)6"

?/-,(6

5257-91.)6"

/69=)9,(=/(-1.)6"

9-<8./12-3"

5(<-9@8/271.)6"

5((3:/81.)6"

5(2A81.)6"

/2</3-6-(/51.)6"

8-9</27B8?81.)6"

?)*3*+-1.)6"

5((3:/8.(21.)6"

+,*-05/1.)6"

6-(/5C,-A1.)6"

#)D12-3"

!"#$

%&'()*&'+,'!-.&/0'

123'4/&"/5'!"#$%&'()*&/'67'8#9':;'<"#//=()>&'8"-?@&"/'

Each  line  represents  one  user.  

April  26,  2012  Franziska  Roesner  

Doubleclick:    Avg  39%  (Max  66%)  

Facebook:  Avg  23%  (Max  45%)  

Google:  Avg  21%  (Max  61%)  

Page 21: Detec%ng(and(Defending(Against Third2Party(Tracking… · Detec%ng(and(Defending(Against Third2Party(Tracking(on(the(Web(Franziska)Roesner, Tadayoshi(Kohno,(David(Wetherall(April(26,2012

•  Surprisingly  li_le  use  of  these  mechanisms!  •  Of  524  trackers  on  Alexa  Top  500:  – Only  5  set  unique  iden%fiers  in  LocalStorage  – 35  set  unique  iden%fiers  in  Flash  cookies  

•  Respawning:  – LS  à  Cookie:  1  case;  Cookie  à  LS:  3  cases  – Flashà  Cookie:  6  cases;  Cookie  à  Flash:  7  cases  

LocalStorage  and  Flash  Cookies  

21  April  26,  2012  

Franziska  Roesner  

Page 22: Detec%ng(and(Defending(Against Third2Party(Tracking… · Detec%ng(and(Defending(Against Third2Party(Tracking(on(the(Web(Franziska)Roesner, Tadayoshi(Kohno,(David(Wetherall(April(26,2012

Outline  

•  How  Tracking  Works  – Tracking  mechanisms  – Tracking  taxonomy  

•  Measurements  •  Defenses  

22  April  26,  2012  

Franziska  Roesner  

Page 23: Detec%ng(and(Defending(Against Third2Party(Tracking… · Detec%ng(and(Defending(Against Third2Party(Tracking(on(the(Web(Franziska)Roesner, Tadayoshi(Kohno,(David(Wetherall(April(26,2012

Defenses  to  Reduce  Tracking  

•  We  explore  several  in  the  paper:  – Third-­‐party  cookie  blocking  – Do  Not  Track  header  – Popup  blocking  – Clearing  client-­‐side  state  – Disabling  JavaScript  – Private  browsing  mode  

23  23  April  26,  2012  

Franziska  Roesner  

Page 24: Detec%ng(and(Defending(Against Third2Party(Tracking… · Detec%ng(and(Defending(Against Third2Party(Tracking(on(the(Web(Franziska)Roesner, Tadayoshi(Kohno,(David(Wetherall(April(26,2012

24  April  26,  2012  

Franziska  Roesner  

!"#$

!%#$!%&$"!$

'%$ (&$ (($ (%$ ))$ )*$ )*$ *#$ *+$ *'$

!&($!(#$

#)$

)($ )%$

*#+$

%$

&%$

!%%$

!&%$

*%%$

*&%$

)%%$

)&%$

(%%$

,--,./0121.345675-8$

9-:;./5.<5=72/>$

?15/;--=75-8$

,--,./75-8$

65-@/51@9@/6/1@5A75-8$

B:12>6/@C/75-8$

>D<E/@75-8$

1>98>75-8$

3</.98

121,/@75-8$

<8@[email protected]<9/75-8$

@/C65<72/>$

19C/@46<2,75-8$

199>A<675-8$

192F675-8$

<2C<>/8/9<175-8$

6/@C<2,063675-8$

3-:>:;/75-8$

199>A<659275-8$

;.:/=1<75-8$

8/9<1G./F75-8$

!"#$%&"'(

"&)#*&+$&',-'./0

#1+23'

!/4'56'!"#$%&"2'/+'!/4'766'./0#1+2'

H<>A<20I<>/$

J@-660I<>/$KL/@6-21.M$

J@-660I<>/$KN>A/@M$

!"#$

!%#$!%&$"!$

'%$ (&$ (($ (%$ ))$ )*$ )*$ *#$ *+$ *'$

!&($!(#$

#)$

)($ )%$

*#+$

%$

&%$

!%%$

!&%$

*%%$

*&%$

)%%$

)&%$

(%%$

,--,./0121.345675-8$

9-:;./5.<5=72/>$

?15/;--=75-8$

,--,./75-8$

65-@/51@9@/6/1@5A75-8$

B:12>6/@C/75-8$

>D<E/@75-8$

1>98>75-8$

3</.98

121,/@75-8$

<8@[email protected]<9/75-8$

@/C65<72/>$

19C/@46<2,75-8$

199>A<675-8$

192F675-8$

<2C<>/8/9<175-8$

6/@C<2,063675-8$

3-:>:;/75-8$

199>A<659275-8$

;.:/=1<75-8$

8/9<1G./F75-8$

!"#$%&"'(

"&)#*&+$&',-'./0

#1+23'

!/4'56'!"#$%&"2'/+'!/4'766'./0#1+2'

H<>A<20I<>/$

J@-660I<>/$KL/@6-21.M$

J@-660I<>/$KN2-238-:6M$

(no  cookie  blocking)  

!"#

$%!#$&'#

"&#

(&# !)#

!'*#

$&#+#

%+#

$++#

$%+#

!++#

!%+#

(++#

(%+#

&++#

,--,./0121.345675-8#

9-:;./5.<5=72/>#

?15/;--=75-8#

,--,./75-8#

65-@/51@9@/6/1@5A75-8#

B:12>6/@C/75-8#

>D<E/@75-8#

1>98>75-8#

3</.98

121,/@75-8#

<8@[email protected]<9/75-8#

@/C65<72/>#

19C/@46<2,75-8#

199>A<675-8#

192F675-8#

<2C<>/8/9<175-8#

6/@C<2,063675-8#

3-:>:;/75-8#

199>A<659275-8#

;.:/=1<75-8#

8/9<1G./F75-8#

!"#$%&"'(

"&)#*&+$&',-'./0

#1+23'

!/4'56'!"#$%&"2'/+'!/4'766'./0#1+2',!81"9:(#";<'=//%1&2'>*/$%&93'

H<>A<20I<>/#

J@-660I<>/#KL/@6-21.M#

J@-660I<>/#KN>A/@M#

!"#$

!%#$!%&$"!$

'%$ (&$ (($ (%$ ))$ )*$ )*$ *#$ *+$ *'$

!&($!(#$

#)$

)($ )%$

*#+$

%$

&%$

!%%$

!&%$

*%%$

*&%$

)%%$

)&%$

(%%$

,--,./0121.345675-8$

9-:;./5.<5=72/>$

?15/;--=75-8$

,--,./75-8$

65-@/51@9@/6/1@5A75-8$

B:12>6/@C/75-8$

>D<E/@75-8$

1>98>75-8$

3</.98

121,/@75-8$

<8@[email protected]<9/75-8$

@/C65<72/>$

19C/@46<2,75-8$

199>A<675-8$

192F675-8$

<2C<>/8/9<175-8$

6/@C<2,063675-8$

3-:>:;/75-8$

199>A<659275-8$

;.:/=1<75-8$

8/9<1G./F75-8$

!"#$%&"'(

"&)#*&+$&',-'./0

#1+23'

!/4'56'!"#$%&"2'/+'!/4'766'./0#1+2'

H<>A<20I<>/$

J@-660I<>/$KL/@6-21.M$

J@-660I<>/$KN2-238-:6M$

!"#$$#

$%!#$&'#

"&#

(&# !)# !*# $&# $!# $!# $$# $*# $*# $*# "# '# '#

!'+#

$&#*#

%*#

$**#

$%*#

!**#

!%*#

(**#

(%*#

&**#

,--,./0121.345675-8#

915/:--;75-8#

,--,./75-8#

<=>?/@75-8#

1AA<B>675-8#

1AA<B>65A275-8#

3-C<C:/75-8#

:1>AC75-8#

<@>:1.9C6>-275-8#

DC12<6/@E/75-8#

1A-:/75-8#

.>2;/A>275-8#

F86/@E/75-8#

=-@AG@/6675-8#

<1-:1-75-8#

52HH75-8#

DD75-8#

1.>818175-8#

1AC.I@>/2AF2A/@75-8#

H/A-75-8#

!"#$%&"'(

"&)#*&+$&',-'./0

#1+23'

!/4'56'!"#$%&"2'/+'!/4'766'./0#1+2',!81"9:(#";<'=//%1&2'>*/$%&93'

J><B>20K></#

L@-660K></#MN/@6-21.O#

L@-660K></#MP<B/@O#

!"#$

!%#$!%&$"!$

'%$ (&$ (($ (%$ ))$ )*$ )*$ *#$ *+$ *'$

!&($!(#$

#)$

)($ )%$

*#+$

%$

&%$

!%%$

!&%$

*%%$

*&%$

)%%$

)&%$

(%%$

,--,./0121.345675-8$

9-:;./5.<5=72/>$

?15/;--=75-8$

,--,./75-8$

65-@/51@9@/6/1@5A75-8$

B:12>6/@C/75-8$

>D<E/@75-8$

1>98>75-8$

3</.98

121,/@75-8$

<8@[email protected]<9/75-8$

@/C65<72/>$

19C/@46<2,75-8$

199>A<675-8$

192F675-8$

<2C<>/8/9<175-8$

6/@C<2,063675-8$

3-:>:;/75-8$

199>A<659275-8$

;.:/=1<75-8$

8/9<1G./F75-8$

!"#$%&"'(

"&)#*&+$&',-'./0

#1+23'

!/4'56'!"#$%&"2'/+'!/4'766'./0#1+2'

H<>A<20I<>/$

J@-660I<>/$KL/@6-21.M$

J@-660I<>/$KN2-238-:6M$

Referred  Tracker   Forced  Tracker  

Page 25: Detec%ng(and(Defending(Against Third2Party(Tracking… · Detec%ng(and(Defending(Against Third2Party(Tracking(on(the(Web(Franziska)Roesner, Tadayoshi(Kohno,(David(Wetherall(April(26,2012

Personal  Tracking  Revisited  

•  Most  popular,  based  on  measurements:  –  Facebook,  Google,  Twi_er,  AddThis,  YouTube,  LinkedIn,  Digg,  Stumbleupon  

•  Third-­‐party  cookie  blocking  is  ineffec%ve.  •  Exis%ng  browser  extension  solu%ons  remove  the  bu_ons  (undesirable  to  some  users).  

•  Can  we  reduce  tracking  but  allow  use?  

25  April  26,  2012  

Franziska  Roesner  

Page 26: Detec%ng(and(Defending(Against Third2Party(Tracking… · Detec%ng(and(Defending(Against Third2Party(Tracking(on(the(Web(Franziska)Roesner, Tadayoshi(Kohno,(David(Wetherall(April(26,2012

ShareMeNot  

•  A  browser  extension  that  protects  against  tracking  from  third-­‐party  social  media  bu_ons  while  s%ll  allowing  them  to  be  used.  

•  Firefox  version:  removes  cookies  from  relevant  requests  un%l  user  clicks  bu_on.  – Similar:  Priv3  Firefox  add-­‐on  

•  Chrome  version:  replace  bu_ons  with  local  stand-­‐in  bu_on  un%l  user  click.  

26  April  26,  2012  

Franziska  Roesner  

NEW  

h_p://sharemenot.cs.washington.edu    

Page 27: Detec%ng(and(Defending(Against Third2Party(Tracking… · Detec%ng(and(Defending(Against Third2Party(Tracking(on(the(Web(Franziska)Roesner, Tadayoshi(Kohno,(David(Wetherall(April(26,2012

Effec%veness  of  ShareMeNot  (Top  500)  

Tracker   Without  ShareMeNot   With  ShareMeNot  Facebook   154   9  Google   149   15  Twi_er   93   0  AddThis   34   0  YouTube   30   0  LinkedIn   22   0  Digg   8   0  Stumbleupon   6   0  

27  April  26,  2012  

Franziska  Roesner  

Page 28: Detec%ng(and(Defending(Against Third2Party(Tracking… · Detec%ng(and(Defending(Against Third2Party(Tracking(on(the(Web(Franziska)Roesner, Tadayoshi(Kohno,(David(Wetherall(April(26,2012

Summary  •  Introduced  taxonomy  of  tracking  behavior  for  any  client-­‐side  iden%fiers.  – Analy&cs,  Vanilla,  Forced,  Referred,  Personal  

•  Studied  tracking  in  the  wild  with  browser  measurements.  –  Revealed  rich  tracking  ecosystem.  –  Results  can  assist  informed  broader  discussions.  

•  Developed  ShareMeNot,  a  new  privacy-­‐enhancing  defense  for  personal  tracking.  

 

hOp://sharemenot.cs.washington.edu/    

28  April  26,  2012  

Franziska  Roesner