Based on a large (over 50 results) domain search for a company I work for, the data I found was very old, circa 2014. I know this because almost everyone in the domain search stopped working for the company on or after 2014. Everyone else has worked at the company since 2013 or earlier.
The unattributable “db8151dd” data breach
121–130 of 155 posts
Re: The unattributable “db8151dd” data breach
#122For the people that use unique per-merchant e-mail addresses (like someone+amazon@...), could you try some of those aliases on HaveIBeenPwned and see which ones come up in this breach? That might shed some light onto its origin.
Re: The unattributable “db8151dd” data breach
#123Earlier quoted context omitted.
Thanks for saving me a click. No desire to play "guess how many minutes I'll have to spend clicking sidewalks" today.
If it takes you minutes to solve a recaptcha your problem might not be the recaptcha...
Recaptcha is hostile to end users and makes my like a fucking hell. But your right, it's my fault.
Re: The unattributable “db8151dd” data breach
#124Earlier quoted context omitted.
No, more likely it's like street corner drug dealing, or say, the industrial area near me that has street walkers (well I presume it doesn't now because neither street walkers nor their johns want to die of COVID-19) This stuff happens, at a low level, and prosecuting it is expensive and makes little real difference so why bother? It's not even like busting shop lifters and petty burglars where at least you make the…
I remember one of the online British banks writing up a whole detailed post on how they knew exactly who has been stealing money from them. They wrote up all of their information and sent it to the police who came back with: "Yeah, thanks. Here's the thing: this is non-violent crime and the total amount stolen is less than GBP 100,000" (don't remember the exact number but something thereabouts). People like to think…
Easier to prove too.
Re: The unattributable “db8151dd” data breach
#125For the people that use unique per-merchant e-mail addresses (like someone+amazon@...), could you try some of those aliases on HaveIBeenPwned and see which ones come up in this breach? That might shed some light onto its origin.
So many things disallow + in email addresses I don't even bother any more.
Re: The unattributable “db8151dd” data breach
#126Re: The unattributable “db8151dd” data breach
#127Am I the only one who dislikes some of those column names? isNonIndividual, IsNonVisibleToOthers, ShowableNonVisibleToOthers
Re: The unattributable “db8151dd” data breach
#128Dataset for sale: [redacted] Similar data structure: https://stackblitz.com/edit/angular-soswe4?file=src%2Fapp%2F... Owner works for: https://covve.com Covve: This simple yet state-of-the-art app will revolutionise your business relations like you've never seen. Edit: Response: https://twitter.com/covve/status/1261287954967941120
Re: The unattributable “db8151dd” data breach
#129Earlier quoted context omitted.
It might just be that you use Firefox. Seems anybody who doesn't use Chrome is automatically flagged even if you are logged in with a >12 years old gmail account that is linked to paid storage.
I use Firefox with numerous tracker blockers and only had to hit the checkbox.
Re: The unattributable “db8151dd” data breach
#130Hi all, Alex here, CTO at Covve. Just got alerted of incident db8151dd in . We’re investigating as top priority with our security experts what relation this may have with Covve. We are monitoring the feedback in this blog and would really appreciate any additional information you may have on this as we investigate (alex@covve.com).
It appears your organization left an elasticsearch database exposed to the internet. This happens frequently due to poor configuration. You're either going to have logs pointing to an IP that the individual used to siphon your data, or nothing. With an exposed elasticsearch database, you possibly had the data being siphoned by many parties, and are only aware now because of this particular incident. If you have any o…
sigh
Why is everything being deployed publicly accessible? If one is relying on their database configuration as their only protection, they are one fuckup away from disaster.
Layers, people, layers. If this is on a cloud provider, put it on a private VPC/subnet. Add a load balancer or similar serving traffic only to the instances you need traffic routed to(which are unlikely to be databases themselves, more likely web servers). Configure firewalls accordingly. And of course, configure the servers properly.