google case study: strong authentication for employees and consumers

30
A Google Case Study Strong authentication for employees and consumers Christiaan Brand, Google

Upload: fido-alliance

Post on 20-Mar-2017

259 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Google Case Study: Strong Authentication for Employees and Consumers

A Google Case StudyStrong authentication for employees and consumers

Christiaan Brand, Google

Page 2: Google Case Study: Strong Authentication for Employees and Consumers

Largest and most secure infrastructure

Page 3: Google Case Study: Strong Authentication for Employees and Consumers

Proprietary + Confidential

Mobile UI Application

Network

SoftwareHardware

Google Security Stack

Page 4: Google Case Study: Strong Authentication for Employees and Consumers

Today we tackle authentication

Page 5: Google Case Study: Strong Authentication for Employees and Consumers

Proprietary + Confidential

Protect Yourself And Your UsersIt's easier than you think for someone to steal a password

Password Reuse Phishing Interception

Social MediaBANK

Page 6: Google Case Study: Strong Authentication for Employees and Consumers

Proprietary + Confidential

123456Most popular password in 2015

Source: SplashData: https://www.teamsid.com/wor

st-passwords-2015/

password2nd most popular password in 2015

Page 7: Google Case Study: Strong Authentication for Employees and Consumers

Proprietary + Confidential

76%of account vulnerabilities were due to weak or stolen passwords

43% success rate for a well designed phishing page

goo.gl/YYDM79

Page 8: Google Case Study: Strong Authentication for Employees and Consumers

Proprietary + Confidential

SMS UsabilityCoverage Issues, Delay, User Cost

Device UsabilityOne Per Site,

Expensive, Fragile

User ExperienceUsers find it hard

PhishableOTPs are increasingly

phished

$?

Today: The reality of One Time Passwords

Page 9: Google Case Study: Strong Authentication for Employees and Consumers

Proprietary + Confidential

Based on FIDO U2F standardSafe: Protects against phishingEasy: Insert and press buttonCompact: One device, many services

Introducing FIDO U2F

Your Password

Security Key

Account Data

Page 10: Google Case Study: Strong Authentication for Employees and Consumers

Core idea - Standard public key cryptography

● User's device mints new key pair, gives public key to server● Server asks user's device to sign data to verify the user.● One device, many services, "bring your own device" enabled

Based on Asymmetric Cryptography

Page 11: Google Case Study: Strong Authentication for Employees and Consumers

https://www.google.com

Page 12: Google Case Study: Strong Authentication for Employees and Consumers

https://www.goggle.com

Page 13: Google Case Study: Strong Authentication for Employees and Consumers

https://www.goggle.com

Page 14: Google Case Study: Strong Authentication for Employees and Consumers

https://www.goggle.com

Page 15: Google Case Study: Strong Authentication for Employees and Consumers

https://www.goggle.com

Password

goggle.com

google.com

Password

Page 16: Google Case Study: Strong Authentication for Employees and Consumers

https://www.google.com “I promise a user is here”,“the server challenge was: 337423”,“the origin was: google.com”

Page 17: Google Case Study: Strong Authentication for Employees and Consumers

https://www.goggle.com

Password

goggle.com

google.com

Password

“I promise a user is here”,“the server challenge was: 529402”,“the origin was: goggle.com”

Page 18: Google Case Study: Strong Authentication for Employees and Consumers

Security Supply ChainBuild from the ground upManufacture our own components

Abuse & Spam Used machine learning to solveToday less than 0.001% spam in your Gmail inbox

Google’s Experience

Page 19: Google Case Study: Strong Authentication for Employees and Consumers

● Enterprise use case○ Mandated for Google employees○ Corporate SSO (Web)○ SSH○ Forms basis of all authentication

● Consumer use case○ Available as opt-in for Google consumers○ Adopted by other relying parties too: Dropbox, Github

Deployment at Google

Page 20: Google Case Study: Strong Authentication for Employees and Consumers

Time to authenticate

Page 21: Google Case Study: Strong Authentication for Employees and Consumers

Security Keys are faster to use than OTPs

"If you've been reading your e-mail" takeaway:

Time to authenticate

Page 22: Google Case Study: Strong Authentication for Employees and Consumers

Second factor support incidents

Page 23: Google Case Study: Strong Authentication for Employees and Consumers

Security Keys cause fewer support incidents than OTPs

"If you've been reading your e-mail" takeaway:

Second factor support incidents

Page 24: Google Case Study: Strong Authentication for Employees and Consumers

Security Supply ChainBuild from the ground upManufacture our own components

Abuse & Spam Used machine learning to solveToday less than 0.001% spam in your Gmail inbox

We’re not quite done

Page 25: Google Case Study: Strong Authentication for Employees and Consumers

Proprietary + Confidential

Does this work with a mobile?

How do we deploy this at scale?

What if they lose their key?

But what about other enterprises?

Page 26: Google Case Study: Strong Authentication for Employees and Consumers

Proprietary + Confidential

Making progress towards stronger authenticationProductizing FIDO U2F

Page 27: Google Case Study: Strong Authentication for Employees and Consumers

Proprietary + Confidential

DemoDemo: Bootstrapping account

Page 28: Google Case Study: Strong Authentication for Employees and Consumers

Security Supply ChainBuild from the ground upManufacture our own components

Abuse & Spam Used machine learning to solveToday less than 0.001% spam in your Gmail inbox

How can you get started?

Page 29: Google Case Study: Strong Authentication for Employees and Consumers

Proprietary + Confidential

Resources● To use with Google

Enable 2-Step Verification on your accountGo to: https://security.google.com Click: 2-Step VerificationClick on the Security Keys tab

● Also use with GitHub, Dropbox, SalesForce

● And / or play with some code https://github.com/google/u2f-ref-code https://developers.yubico.com/U2F/Libraries/List_of_libraries.html

Page 30: Google Case Study: Strong Authentication for Employees and Consumers

Proprietary + Confidential

Questions?