Top Banner
Protecting the Front Door Detecting and responding to login anomalies
23

Protecting the Front Door

Jan 23, 2017

Download

Technology

Nick Malcolm
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: Protecting the Front Door

Protecting the Front DoorDetecting and responding

to login anomalies

Page 2: Protecting the Front Door

What’s this talk about?

The problemA solution, using ThisData (show and tell! )🎉

Page 3: Protecting the Front Door

Your users are insecure

Post-it notesPassword reusePhishing

They probably won’t change,

but YOU can!

Page 4: Protecting the Front Door

Attackers are smart

If the data is valuable to your customer,it’s valuable to an attacker.

They have patience, skill, and financial motivation

Page 5: Protecting the Front Door

What can you do?

Add 2FA?Don’t use passwords at all?Monitor logins / activity for anomalous

behaviour

Page 6: Protecting the Front Door

What can you do?

Add 2FA?Don’t use passwords at all?Monitor logins / activity for anomalous

behaviour

Page 7: Protecting the Front Door
Page 8: Protecting the Front Door
Page 9: Protecting the Front Door

gem 'thisdata'

Page 10: Protecting the Front Door

rails g this_data:install YOUR_API_KEY_HERE

Page 11: Protecting the Front Door

app/controllers/session_controller.rb

Page 12: Protecting the Front Door

app/controllers/session_controller.rb

Page 13: Protecting the Front Door
Page 14: Protecting the Front Door

#proud parent

Page 15: Protecting the Front Door
Page 16: Protecting the Front Door
Page 17: Protecting the Front Door
Page 18: Protecting the Front Door
Page 19: Protecting the Front Door
Page 20: Protecting the Front Door
Page 21: Protecting the Front Door

The Future

Page 22: Protecting the Front Door
Page 23: Protecting the Front Door

Get Started: https://thisdata.com Ruby Gem: https://github.com/thisdata/thisdata-ruby Developer Docs: http://help.thisdata.com

QUESTIONS?@nickmalcolm

[email protected]