Live data from Hacker News

Personal and social information of 1.2B people discovered in data leak

dataviper.io

101–110 of 440 posts

Re: Personal and social information of 1.2B people discovered in data leak

#101
post #74

Firefox monitor can tell you if your information was leaked in data breaches. I don't think they have this data set though. https://monitor.firefox.com/

This looks like a wrapper around Have I Been Pwned.

It works with that service. They are pretty transparent about that in their documentation.

Re: Personal and social information of 1.2B people discovered in data leak

#103
post #6

In retrospect, it would have been interesting to have a bunch of accounts each containing a unique "map trap", at all of the larger services. Then years later, when the aggregator/broker guys get hacked/sold/leaked, you'd have some picture of the genealogy involved.

The problem is that you often can’t find access to the actual “password” used in the breach. Does anyone know where I can see if it was an actual password or just some made up thing?

There was no password on the original ES instance it was open to the web.

Re: Personal and social information of 1.2B people discovered in data leak

#104
post #86
post #65

Earlier quoted context omitted.

LinkedIn Sales Navigator is a paid tool which allows you to search their whole database. Then depending on how much you pay you can get all their personal details (Email address, phone number, even their address sometimes.) https://business.linkedin.com/sales-solutions/sales-navigato...

I've always been a little confused how this works. If I got all that info for free, it's a "data leak", but if I pay to get the same detailed personal information it's... In either case my personal data is given away without my consent, but there's this implication that it's only an issue when someone doesn't pay for it.

I think everyone is confused. Everyone just wants their slice of the pie (aka $$$).

Re: Personal and social information of 1.2B people discovered in data leak

#105
post #62
post #4

Yet another Elasticsearch server wide open. This is going to make the flurry of open mongodb servers look trivial.

I wouldn't be surprised if the starting point for this vulnerability wasn't ES, but Docker. Docker by default modifies iptables and if you hack together a system that uses both software running directly on the host and in containers, it's going to expose the forwarded containers to the Internet - which you might not be expecting, since a bind to localhost would be enough to expose a service. It's always a good idea t…

They mentioned this is google cloud, which blocks almost all incoming ports by default. they had to have chose to expose this through the project firewall, and not put in a source filter.

Re: Personal and social information of 1.2B people discovered in data leak

#106
post #79

I don't know about other people, but I have zero personal info with LinkedIn and Facebook. They only info they have about me is info I don't mind being public. If I want something to be private I don't tell it to them. It's as simple as that. Google on the other hand, knows lots of private things.

Facebook has a lot of personal information about you even if you have never had a Facebook account. For example: your GPS location data, approximate age, gender, ethnicity....

Welcome to the future komrade. Sadly, it's not a matter of just "not giving them" your location data. Your devices supply it.

Re: Personal and social information of 1.2B people discovered in data leak

#107

Genuinely hope somebody goes to prison for this, but not gonna hold my breath.

This data is accessible at small scales just by registering for a free api key at People Data Labs and making a GET request, and if you want more robust access you could just pay PDL for it.

Sorry, I should have been clearer, I'm talking about whoever is responsible for leaving it completely open to the public internet.

Re: Personal and social information of 1.2B people discovered in data leak

#108

People data labs's data is pretty accurate. Here is mine: https://api.peopledatalabs.com/v4/person?api_key=9c6a1382204... You can try it for yourself by changing the email. All of the information is public, so I don't mind. They are basically doing data integration.

I'm actually a bit surprised at how little data they have on me. They've associated my main email with an old junk email, they've got my first and last name, and know that I'm male, but there's little more.

Re: Personal and social information of 1.2B people discovered in data leak

#109

People data labs's data is pretty accurate. Here is mine: https://api.peopledatalabs.com/v4/person?api_key=9c6a1382204... You can try it for yourself by changing the email. All of the information is public, so I don't mind. They are basically doing data integration.

This seems exceptionally unethical

Re: Personal and social information of 1.2B people discovered in data leak

#110

Earlier quoted context omitted.

So far, the answers have contained non-technical answers like "Distributed Scraping." Well, yes, obviously. A more useful answer is: I did this once, many years ago. Back then it was a matter of hooking up PhantomJS and making sure your user string was set correctly. Since PhantomJS was – I think – essentially the same as what headless chrome is today, the server can't determine that you're running a headless browser…

I wrote a chrome headless framework that types using semi-realistic key presses (timing, mistakes, corrections) and does semi-realistic scrolling / swiping and clicking / tapping. It's not very hard to get something that would be too hard for almost every website beside Google and Facebook to bother with. If it's a 1 on a 0-9 scale in difficulty, most websites just don't have the resources to detect it It took me lik…

then release it!

Headless chrome cat and mouse game is a lot of fun. We need more players.

Post reply on HN