TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Facebook Warns Users After Adobe Breach

42 pointsby daw___over 11 years ago

7 comments

chrislong_over 11 years ago
I work at Facebook on the security team that helped protect the accounts affected by the Adobe breach. We checked the plaintext passwords that had already been worked out by researchers. We took those recovered plaintext passwords and ran them through the same code that we use to check your password at login time. I posted a comment to the same effect on the Krebs article earlier today.<p>We try to be proactive about finding sources of compromised passwords on the Internet. Through practice, we’ve become more efficient and effective at protecting accounts with credentials that have been leaked, and we use an automated process for securing those accounts.
lsh123over 11 years ago
A couple weeks ago after we noticed an email&#x2F;password check bot running against our service. It was going through the list of emails from the Adobe (we didn&#x27;t decrypt passwords though, just emails match). The bot itself was blocked by our system but we emailed our users that had their email&#x2F;password tested. The funny part is that the bot had a bug: it followed the returned 302 redirect. Since it was coming from China&#x27;s IPs, we started to reply with redirects to www.gov.cn and the bot stopped in about an hour after that. Obviously, someone got a visit from China&#x27;s KGB :) :) :)
评论 #6723453 未加载
Mtinieover 11 years ago
My first reaction was &quot;Hey, that&#x27;s a great idea, it will probably protect a bunch of people.&quot;<p>My second reaction was to wonder if this sets a precedent for Facebook that may bite them in the ass in the future. Are they going to do this for every major data-breach that occurs? Furthermore, is it even legal for their team to be in possession of that &quot;publicly available&quot; list of Adobe user passwords? A lot of stuff is available on the Web, but that doesn&#x27;t mean it&#x27;s all legal to possess.
评论 #6715189 未加载
eurleifover 11 years ago
So does this imply Adobe gave Facebook a list of user passwords?
评论 #6714568 未加载
评论 #6714617 未加载
rodrodrodover 11 years ago
Explain xkcd has a good writeup on how to recover some of the user passwords given the the encrypted password db, for those curious:<p><a href="http://www.explainxkcd.com/wiki/index.php?title=1286:_Encryptic" rel="nofollow">http:&#x2F;&#x2F;www.explainxkcd.com&#x2F;wiki&#x2F;index.php?title=1286:_Encryp...</a>
mtsmithhnover 11 years ago
Facebook just took the known emails&#x2F;passwords from Adobe and ran them through their own password encryption routine and checked for a match. For matches they reset the passwords on the FB accounts.
评论 #6715280 未加载
csenseover 11 years ago
xkcd on password re-use: <a href="http://xkcd.com/792/" rel="nofollow">http:&#x2F;&#x2F;xkcd.com&#x2F;792&#x2F;</a>