DEV Community

Cover image for How to turn a credentials breach in a development opportunity
Valerio for Inspector

Posted on • Originally published at inspector.dev

How to turn a credentials breach in a development opportunity

Hi, I'm Valerio founder and CTO at Inspector.

Recently my personal account on one of our company's tool was cracked. My credentials have been stolen so the attackers have had access to this service with our credit card attached.

There were no risks for our users security, but only for our bank account, because attackers could use up our credits or use our account for public spam activities.

This experience has made us much more aware of the value of using (and develop) safe tools. We have therefore decided to bring some new features into Inspector that allow our customers to keep their account more secure, avoiding being victims of these violations as we have.

Regaining control

As soon as we realized that something was wrong with our tool, we've immediately disabled the credit card and removed the tool from our stack.

There were no risks for our users security, but only for our bank account.

Compromised credentials will always present a risk, but there are policies that can mitigate that risk.

The first step is to establish policies for the strength and management of passwords. Not all credentials are created equal.

For accessing sensitive information and for administrative access to internal working tools, stronger, more complex passwords and additional factors such as biometrics, cryptographic keys or 2FA confirmation codes are now required by default in our company.

This includes also all social media accounts of the entire team.


Now it's time to bring what we have learned on Inspector. Below I present you the next security features we have decided to implement in Inspector.

Feature 1 – Control Logged-in devices

It is an essential feature to allow users to view the logged-in devices and easily log-out from a specific device with a simple click.

Below the detail of what we want to develop:

Displays currently logged in devices for a user in the profile section.

  • Log out from any specific device from the list of currently logged-in devices.
  • An option to log out from all other devices except the currently logged-in device.
  • An option to disable multiple device logins altogether. This means that a user can only be logged in from one device at a time.

If you will log in Inspector from your smartphone, you will see this new device in the logged-in devices list. This will allow you to identify unknown devices in the list, disconnect them with a simple click, and change your password to protect your account from unexpected authentications.

Feature 2 – 2FA Authentication

Are you using the same password for multiple websites including Inspector? Are you accessing Inspector from public or shared computers?

Such action weaken your password and make it easier to steal.

That’s why we'll implement two step verification. An optional security feature that helps protect your account even if your password is stolen or cracked.

This feature will improve security because signing in requires two things:

  • Something you know: Your Password
  • Something you have: Your Phone

If an attacker crack your credentials he cannot authenticate into your Inspecotr account because he doesn't have your phone to provide us the security code.

Conclusion

While a startup grows fast some incident can happen, but the most important thing is to learn from mistakes and put our experience at the disposal of our customers.

I hope you appreciate our work to make Inspector a safer and more efficient product with the aim of helping you reach your goals quickly and easily.

Thank you so much for reading it, if you want know more about Inspector come on our website https://www.inspector.dev. Don't hesitate to share your thoughts on the comment below or drop in live chat! Let's make it together.

Top comments (0)