Earlier quoted context omitted.
People under influence do indeed pose danger to other people. Even the influence of alcohol is potentially dangerous in certain situations leading to incidents ranging from hit and run to domestic violence.
People with _______ pose a danger to other people. It is incredibly hypocritical to come down on someone for consuming LSD in their own home, but not on someone getting pissed drunk in their own home. Tens of thousands of people are killed by people under the influence of alcohol in the United States. How many people are killed by people under the influence of LSD? (I have never used drugs, other then alcohol.)
Underground Hansa Market taken over and shut down
141–150 of 381 posts
Re: Underground Hansa Market taken over and shut down
#142I think this is brilliant. A very efficient way of policing and removing a lot of drugs from the market without spending a lot of public money and wasting time on the streets. Also the darknet is great as it reduces the violence associated with drug crime, by taking the drugs off the streets and into the legitimate courier business. You have to love technology sometimes.
This bust was good because it reduced the amount of drugs being sold on dark net markets.
Dark net markets are good because they reduce the amount of drugs being sold on the street.
So which is it? Is it a good thing to take down the dark net markets or not?
Re: Underground Hansa Market taken over and shut down
#143Earlier quoted context omitted.
This is an over engineered solution, and I never understood the value of these warrant canaries etc. In the right set of circumstances you would be compelled to hand over any keys (with their passphrase) in an investigation like this, and failure to do so would result in harsher penalties. People are the weak link here.
This is fanciful. It assumes both extreme competence and legal powers to compel just about anything, neither of which generally exist. You can often be forced to unlock encrypted data as part of evidence gathering, but there's no legal power to make you conduct arbitrary processes which only exist in your head.
The police relied on opsec faulires, not technical measures to capture them.
Re: Underground Hansa Market taken over and shut down
#144Earlier quoted context omitted.
>being gay is illegal in many places. Is that true? Or is it the behavior that's illegal?
I think what you're trying to ask is: Is being labeled gay grounds for imprisonment? Or does one have to be caught in the act of fornicating with a male to be imprisoned? I'm sure it depends on the jurisdiction, but many jurisdictions that have this kind of explicit law usually frowns upon homosexuality so much, that the mere accusation is enough to be damaging.
Re: Underground Hansa Market taken over and shut down
#145Earlier quoted context omitted.
Seems fair to lump in with the rest since it was in fact an illegal market place.
Not everything that is illegal is wrong. E.g. being gay is illegal in many places.
Compared to the example you gave, where no one is harmed and no further harm is caused or funded by people being gay.
Edit to specify that this doesn't happen in every drug transaction.
Re: Underground Hansa Market taken over and shut down
#146Earlier quoted context omitted.
It leads one to wonder... what is the "best" place to host servers if you're going to run a darkweb market? Seems like you'd want a place where the government/police/spooks aren't as tech savvy and sophisticated, and perhaps somewhere where the government isn't on the best terms with traditional Western powers. Venezuela? But do they even have electricity for running servers? Maybe some smaller African nations? Botsw…
> Venezuela? But do they even have electricity for running servers? Venezuela isn't a third world country. Yes, they have electricity (and it is very cheap, hence a lot of BTC mining there).
Re: Underground Hansa Market taken over and shut down
#147The clever thing is that they took it over and for one month monitored it without the users knowing. Everyone on obfuscating their persona with Tor and bitcoins, still had to enter their postal addresses on the website, to receive the goodies. That database must be a wet dream for law enforcement.
> That database must be a wet dream for law enforcement. Because obviously people buying a few pills of ecstasy or a tab of LSD are a serious danger to society and should be taken of the streets. /s
(Yes, I realize legalizing local drug production and distribution would undercut the market, which is one reason why I am for legalization. But that does not excuse supporting the current cartels.)
Re: Underground Hansa Market taken over and shut down
#148Earlier quoted context omitted.
From what I remember poking around at Hansa that's not true. Each vendor / user had a public key associated with their account. All text communication through the website was supposed to be with GPG encrypted text secured by private keys unavailable to website. So law enforcement has lots of encrypted text along with some clear text from users not informed enough to follow any kind of opsec.
Law enforcement could have easily MITM'd the PGP. They replace the public key of a vendor with their own public key (on the vendors's page, without the vendor's/buyer's knowledge), then the buyer address gets encrypted with that public key. Then they decrypt and resend the message using the sellers original public key. I really wonder if this happened at all
In short, I doubt the police did this kind of thing because they risked blowing their cover for the sake of getting some buyers' addresses.
Also, these sites tend to have a big button labelled 'encrypt my message' - which ostensibly does all the PGP for you. I'd guess that most people are lazy and just press this instead of running PGP/GPG manually. It would be trivial for the police to capture the unencrypted messages just by subverting the auto-PGP.
Re: Underground Hansa Market taken over and shut down
#149Earlier quoted context omitted.
It leads one to wonder... what is the "best" place to host servers if you're going to run a darkweb market? Seems like you'd want a place where the government/police/spooks aren't as tech savvy and sophisticated, and perhaps somewhere where the government isn't on the best terms with traditional Western powers. Venezuela? But do they even have electricity for running servers? Maybe some smaller African nations? Botsw…
I have thinking about this and I don't think it really has to do with location of your servers, it is the coding and architecture of the server environment along with server operators OPSEC. All of the Dark Net drug website busts I have seen over the last few years are because of poor coding, poor architecture, poor security and even worse OPSEC. The people who run these sites are not professionals.
Re: Underground Hansa Market taken over and shut down
#150Earlier quoted context omitted.
Law enforcement could have easily MITM'd the PGP. They replace the public key of a vendor with their own public key (on the vendors's page, without the vendor's/buyer's knowledge), then the buyer address gets encrypted with that public key. Then they decrypt and resend the message using the sellers original public key. I really wonder if this happened at all
This has me curious (as a complete crypto noob): how would one defend against such a MITM attack in general? Only send messages to vendors with known "trusted" keys and don't trust new keys? So in general, use a trusted channel for key exchange separate from the communication channel so that a MITM needs to control both channels?
Yes, this is how PGP verification is supposed to take place.
Someone sends you their public key, and then you meet them in person to verify it.
Of course, nothing stops the government from sending an agent to meet you, but it does raise the effort required to MITM substantially.