I am confused: is this seriously saying that over 30% of "hidden" services were being hosted on the server of one guy named Daniel?... that in a world where the entire point is that you don't know where anything is hosted and you are using tons of indirection through Tor to ensure there is no obvious place to hook all of the traffic or even see packets for timing attacks, it turns out there was a one in three chance…
If you saw the state of hidden web, you would agree. There are very few hidden services and most of them are... questionable. The article cites child porn. That's about right.
Popular dark-web hosting provider hacked, 6,500 sites down
131–140 of 160 posts
Re: Popular dark-web hosting provider hacked, 6,500 sites down
#132If I were going to attempt such an .onion hosting setup, I'd use a couple levels of isolation between users. Maybe setup several KVM domains, to help limit damage from a compromise. And within each domain, put each website in a Docker container. Given a custom Docker-optimized kernel for the host, and XFS storage, I gather that it's possible to set hard limits on CPU, RAM and storage for containers. Given that Docker…
Re: Popular dark-web hosting provider hacked, 6,500 sites down
#133My bad. I signed up for my Free Dark Web Scan, and said my name was Philip'); DROP TABLE customers;--
I've done that to sms spammers. I don't know if it worked but I tried ten or so variations. I stopped receiving those messages. I was getting 10 a day at the time. I doubt I actually did any damage but I really hope I did.
Another time, I set my user agent to an XSS string, just because I was testing something, but forgot to set back. A week later, I noticed that my colleague was baffled by a popup coming up each time he was browsing the logs. Oops, that was my XSS user agent... I'm guessing a lot of places don't sanitize logs.
You'd be amazed how many places these things work :-)
Re: Popular dark-web hosting provider hacked, 6,500 sites down
#134Earlier quoted context omitted.
No. That would be like someone taking GeoCities down in 1998 and claiming you took down 30% of "The Internet. You would have gotten a bunch of stuff, but obviously not 30% At best they took down 30% of hidden web services with published addresses at aggregator sites like Hidden Wiki. It's not that you don't know where its hosted , it's that you don't know who is using it or where they are. That includes publishers wi…
Your second paragraph is not, in my understanding, the goal of a hidden service: that is merely the goal of Tor itself and would apply to a non-hidden service being accessed via Tor. The goal of the hidden services feature is to allow hosts to have the same level of anonymity as users, making it nearly impossible to shut them down or know where to tap their traffic (for timing attacks).
For example facebook runs an onion server for their service, they don't need to hide the service itself. So they configure their Tor relays with no anonymity on the service side (HiddenServiceSingleHopMode 1) and get better performance.
Such non-anonymous onion services can have many goals, for example: * Reducing load on Tor exit nodes * Providing users a secure, authenticated connection without depending on the CA system (assuming you got the URL through a secure channel the first time, you know only the key holder can provide service on that host). * NAT traversal for services that otherwise have no need for anonymity
Re: Popular dark-web hosting provider hacked, 6,500 sites down
#135If I were going to attempt such an .onion hosting setup, I'd use a couple levels of isolation between users. Maybe setup several KVM domains, to help limit damage from a compromise. And within each domain, put each website in a Docker container. Given a custom Docker-optimized kernel for the host, and XFS storage, I gather that it's possible to set hard limits on CPU, RAM and storage for containers. Given that Docker…
Re: Popular dark-web hosting provider hacked, 6,500 sites down
#136Earlier quoted context omitted.
If you saw the state of hidden web, you would agree. There are very few hidden services and most of them are... questionable. The article cites child porn. That's about right.
Either the HN link has changed or the article has been edited but the word porn is not found in the article.
Re: Popular dark-web hosting provider hacked, 6,500 sites down
#137Earlier quoted context omitted.
For the same reason why the NSA siphons up all data from the net, encrypted or not, and stores it. They know one day they'll be able to crack todays crypt. Being able to decrypt a backup 5 or 10 years from now will still provide a lot of useful data, whether it came from the darknet or someones icloud backup while it was in transit to Apples servers. Encryption really only protects you from "today", not what will hap…
Just xor bit by bit against real random noise,embed it in a massive stream of other pure random, remember the offset, if it's really that important..
if you are not doing that, best stick with known good encryption schemes.
that being said you can implement a lot of encoding schemes like you say in ways that make it arbirarily hard for people to decide what is junk and what is data, to make it nearly impossible to crack especially if you say do that xor with random values etc. because if you'd receive a data intercept you have a hard time to rebuild the data from the junk and then decode it
Re: Popular dark-web hosting provider hacked, 6,500 sites down
#138Earlier quoted context omitted.
If you saw the state of hidden web, you would agree. There are very few hidden services and most of them are... questionable. The article cites child porn. That's about right.
Either the HN link has changed or the article has been edited but the word porn is not found in the article.
It definitely referenced it when I first read the article.
I wonder what the motivation would be for removing that reference.
EDIT: Note that I am not user "runn1ng"; I am corroborating what they referenced about the contents of the article
EDIT2: They even mentioned three-or-so specific forums or websites, or something.
Re: Popular dark-web hosting provider hacked, 6,500 sites down
#139Earlier quoted context omitted.
I think we all agree rolling your own crypto is dangerous, but what siliconunit described is just a one time pad. Assuming your key data is truly random and unknown to your attacker, isn't this kind of the gold standard for uncrackable cyphered communication?
In theory, but getting that stream of "real random" and above all distributing that one time pad securely to the recipient (chicken, meet egg) so they can read the message make this highly impractical.
Re: Popular dark-web hosting provider hacked, 6,500 sites down
#140Earlier quoted context omitted.
Huh, doesn't making it publicly known before patching it in PHP constitute a 0day? Or by unpatched did they mean patched upstream but not here?
This is one that people have been getting wrong for decades. "A zero-day (also known as 0-day) vulnerability is a computer-software vulnerability that is unknown to those who would be interested in mitigating the vulnerability (including the vendor of the target software)" Patching and knowing about the vulnerability are different things. And so, this is not 0day.