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.

Ask HN: Why Not Spam Identity Thieves?

3 pointsby eliyakalmost 12 years ago
How about pre-loading user databases on commercial websites with lots of fake data? There are plenty of username generators out there, also password generators, and I even found a valid credit card number generator (without the security data, of course). Identity thieves would suddenly have to deal with a major noise&#x2F;signal problem.<p>I don&#x27;t have the energy&#x2F;time&#x2F;skills to make this work, but I&#x27;m sure someone out there does.

2 comments

Pyramidsalmost 12 years ago
This would only work against <i>very</i> low level &#x2F; amature phishing operations.<p>Most of these systems not only validate user login information (often in real time) but also place live authorizations on cards to make sure they are valid.<p>For example, the &quot;credit card generator&quot; you found probably just uses MOD10&#x2F;Luhn to generate &#x27;random&#x27; numbers, starting with 3&#x2F;4&#x2F;5 depending on the card type you select.<p>If you&#x27;re looking to simply add friction to low level identitiy thieves, it&#x27;d probably work, but the real question is what is your motiviation?<p>Your time would be better spent contributing to existing phishing prevention projects, or attempting to coordinate with network providers to get these sites taken down more quickly, the majority of victimization occurs from large scale data theft or professional phishing &#x2F; malware operations like IceIX&#x2F;Citadel, not Joe Blow&#x27;s Wells Fargo phishing page.
sillysaurusalmost 12 years ago
Interesting idea, but if you pre-loaded a database with a bunch of fake profiles, then the hackers would simply use all profiles after id N. So you&#x27;d have to continually be generating new &quot;fake&quot; profiles during production, which would cause extra load for the servers. That translates into higher cost.
评论 #6029578 未加载
评论 #6029694 未加载