Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 12, 2023 04:55 pm GMT

Credential Stuffing: How PRC almost hacked my Steam

Weve all witnessed some pretty big password leaks. 6.4m unsalted passwords leaked from LinkedIn, then 500m passwords leaked from Yahoo. This is truly scary, even if you havent been using your Yahoo account. To see why let us go back to when I almost fell victim to a credential stuffing attack from China.

First of all, credential stuffing is a fancy name for password reuse. All it takes is somebody with very intermediate computer security knowledge, looking up the password dumps from Yahoo or LinkedIn (widely available), then trying the same exact credentials on as many different sites as possible until there is a match. In my case, I logged into my Steam account and saw something like this:

Image description

Unfortunately, Steam does not specify if this is a credential stuffing attempt. I may also have been reusing the same password for my LinkedIn and Steam, so all the pieces fit.

At that time, I deeply appreciated all those otherwise annoying security features. Facebook asking me to identify my friends, Google sending me text messages, and now Steam using geolocation to see where my impersonator lives. I quickly updated my password on Steam and 5-6 other websites.

My new password was the same as the old one, with the last letter changed from a d to an e, meaning this was the 5th time I updated my Steam password for one or another reason. The rest of the password was pretty good in terms of entropy. Caps, lower cases, numbers, and symbols, randomly generated as well as pronounceable.

But this is not great overall. Its only one step in the right direction for attackers to realize how hard it is to remember a password, which is why users opt to postfix their existing ones with predictable components, such as an increasing identifier. Ive read posts about people using the same password everywhere and instead prefixing it with the site name. So if your main password is d34db33f, then for Amazon, it will be amazon_d3adb33f, for Chase, chase_d3adb33f, or something along those lines.

I believe I have a good understanding of the security concepts behind passwords, and I think Im doing better in terms of passwords than 99% of the people out there since my password is not password or 123456 (proof). On the other hand, here I found myself coming up with predictable password patterns. Then it came to me, the bigger issue exposed by credential stuffing attacks and password reuse:

Either we all do passwords right, or nobody does.

Either nobody gets hacked, or we may as well all be, as long as users cant help but use the same passwords and predictable patterns over and over again.

So what does it mean for everyone to do passwords right? If you want to be really safe, youve got to be a bit paranoid and lean completely on the side of security versus convenience.

  1. A password should be completely unpredictable (should not include pet names, date of birth, middle names, children names, childhood heroes, favorite books, in fact, no English words at all).

  2. A password should have capital letters, lowercase letters, numbers, symbols and be at least 16 characters long (for 128-bit keys).

  3. A different such password for each website, changed every three months, with no logical correlations between them.

It is indeed impossible to be truly secure using passwords. How about password managers, then? Letting them handle the complexity of passwords. Not a bad idea on first thought. Just tie all passwords to the users machine.

Password managers basically escalate the problem of cyber security to a problem of physical security of your devices. For example, if I can get my hands on an open laptop, I can access pretty much any website, as long as cookies are enabled or a password manager has been used. And thats pretty terrible.

In the end, no solution takes care of every aspect of identity security today. Its either what you know (password), what you have (device), and now were finally moving into the age of what you are.

At Prove, we think of the human as the central point of identity management. Think about every bit of information that makes you, You. How large is your stride, do you walk fast or slow, how long are your arms, which floor is your house at, how fast do you drive to work? This is all information that we feed into our machine learning system as input. The output is binary. Either it is you, or it isnt. Since we only require 1-bit of information at the time of authentication, we can log you in with one click.

In addition, Prove works across devices. Your computer knows about your phone, and they share the same credentials. Remember that time when you left your laptop unattended for 5, and your Facebook wall got full of questionable posts? Not anymore. We can detect when you stand up and walk away. We can do that for every website, bank, e-shop, and federal website. Take your identity with you when you leave the room.

Here at Prove, we take your security seriously. Passwords are an inconvenience, and they will soon go the way of the floppy drive. However, machine learning and implicit authentication can help you, and we know precisely how.


Original Link: https://dev.to/prove/credential-stuffing-how-prc-almost-hacked-my-steam-414m

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To