Protecting the Front Door

23
Protecting the Front Door Detecting and responding to login anomalies

Transcript of Protecting the Front Door

Protecting the Front DoorDetecting and responding

to login anomalies

What’s this talk about?

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

Your users are insecure

Post-it notesPassword reusePhishing

They probably won’t change,

but YOU can!

Attackers are smart

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

They have patience, skill, and financial motivation

What can you do?

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

behaviour

What can you do?

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

behaviour

gem 'thisdata'

rails g this_data:install YOUR_API_KEY_HERE

app/controllers/session_controller.rb

app/controllers/session_controller.rb

#proud parent

The Future

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

QUESTIONS?@nickmalcolm

[email protected]