It was pretty obvious that the FBI was lying (or misrepresenting or whatever weasel word you want to use) in their original claims. The real question in my mind, which still remains unanswered, is why? The most optimistic explanation is that they just botched the investigation and then spectacularly confused the prosecution as they were preparing their claims. I'd rather not think too hard about the most pessimistic…
Isn't it obvious? They wanted him gone. This is just like what happened to Kim Dotcom - the US government/elite wanted him gone, so they used whatever methods they wanted, executed by the Law Enforcement, to try and remove him. Sure, they might lose in court now, but most of the damage is done - Megavideo is gone, Silk Road is gone - just what they wanted. EDIT: I guess the biggest problem here is that the people res…
U.S. v. Ross Ulbricht: Declaration of Joshua J. Horowitz [pdf]
61–70 of 73 posts
Re: U.S. v. Ross Ulbricht: Declaration of Joshua J. Horowitz [pdf]
#62In fact, it's probably not even enough if they prove something as shocking as the NSA helping them. The NSA could always say that they stumbled upon Silk Road in the course of their anti-terrorism operations. And then instructed the FBI to hide the origins of the tip. We know for a fact that this happens regularly, and AFAIK nobody has ever been punished.
A court could technically toss the evidence as a way to punish the government for not playing fair, even if the law doesn't require it to be suppressed. That provides leverage for bargaining with the government. But evidence as central as this, in such a high-profile case where the defendant was clearly guilty, means that's unlikely. It's more likely for a smaller case where a court wants to rap the government on the knuckles without letting a really bad guy (from their perspective) go free.
Re: U.S. v. Ross Ulbricht: Declaration of Joshua J. Horowitz [pdf]
#63It was pretty obvious that the FBI was lying (or misrepresenting or whatever weasel word you want to use) in their original claims. The real question in my mind, which still remains unanswered, is why? The most optimistic explanation is that they just botched the investigation and then spectacularly confused the prosecution as they were preparing their claims. I'd rather not think too hard about the most pessimistic…
I find it plausible that the NSA, DHS may have assisted. During the same time of the rise of Silkroad we have the NSA in full cowboy mode. A reading of the xkeyscorerules100.txt[1] leak shows this, among other things. Looking to Tor as a potential tool for terrorism, if not now than in the future, they would turn to Silkroad as the only interesting target for them to train their teeth on. I just know that if I were i…
Most likely, the NSA got the information around May, tipped off the FBI and the FBI started working on their "PC" story. Unfortunately, Ross was moving his servers and reconfiguring them during this time, making the PC story a bit more difficult to get.
Re: U.S. v. Ross Ulbricht: Declaration of Joshua J. Horowitz [pdf]
#64Quite an interesting read. Summary? Silk Road used a pair of nginx servers, one as front-end, one as back-end. The server images (captured forensically) show that the then-in-place configuration made it impossible for the FBI agent to do what he claims, that is, connect to the back-end by using the server's IP address (the allow/deny settings forbade this). The log files on the servers lack entries to support FBI cla…
http://freeross.org/ulbricht-defense-calls-for-evidentiary-h...
Re: U.S. v. Ross Ulbricht: Declaration of Joshua J. Horowitz [pdf]
#65Every organization is made out of people. Each person grew up somewhere, had interests, went to school, etc before joining the organization.
Some organizations attract some types of people more than other types of people.
Do you think the FBI attracts the sort of people who stayed home in front of their computers on most Friday nights during the best years of their lives?
...
Said differently: you're better at computers than you realize. Shh.
Re: U.S. v. Ross Ulbricht: Declaration of Joshua J. Horowitz [pdf]
#66Earlier quoted context omitted.
They changed their story because the truth is that they violated the 4th amendement rights of anyone who browsed Silk Road for a period of time. They executed drive-by Javascript code on the computers of hundreds of unknowing silk road users, without a warrant. At worst, that's extremely illegal, and at best, it's in a definite gray area. I don't blame the FBI for trying to cover it up. (Citation -- wired article I r…
You are confusing this with Freedom Hosting. http://www.wired.com/2013/09/freedom-hosting-fbi/
Re: U.S. v. Ross Ulbricht: Declaration of Joshua J. Horowitz [pdf]
#67Earlier quoted context omitted.
> "[...]For instance, former SA Tarbell asserts that, “[w]hen I typed the Subject IP Address into an ordinary (non-Tor) web browser, a part of the Silk Road login screen (the CAPTCHA prompt) appeared.” Tarbell Decl. at ¶ 8. As explained below, based upon the Nginx server configuration files provided in discovery, that was not possible. " I've not been following this closely, so the following question is based just on…
The mtime attribute on the configuration files from the server image as explained in the brief. "The mtime for the live-ssl configuration file provided in Item 1 of discovery is June 7, 2013, and the phpmyadmin configuration is July 6, 2013"
I'm not consistent on this. Sometimes I just make a backup with cp, cp the new one in, and cp the backup back if the new one doesn't work.
I honestly have no idea why I mv sometimes and cp sometimes.
Re: U.S. v. Ross Ulbricht: Declaration of Joshua J. Horowitz [pdf]
#68I don't think it necessarily disproves the conclusions of the document, but it calls into question if the author knows nginx as well as he claims to. Id be happy to be corrected if I'm wrong.
Re: U.S. v. Ross Ulbricht: Declaration of Joshua J. Horowitz [pdf]
#69Earlier quoted context omitted.
You are confusing this with Freedom Hosting. http://www.wired.com/2013/09/freedom-hosting-fbi/
Ah, my mistake. You're right. Although I would not be surprised if they used a similar technique once they had access to SR servers.
We all are wrong sometimes. Shit happens. :)
Re: U.S. v. Ross Ulbricht: Declaration of Joshua J. Horowitz [pdf]
#70Earlier quoted context omitted.
You could just make it an HTML meta tag which specifies trusted keys. And add an attribute to the script tag which contains the signature. Might need to disable inline JavaScript, though. And double-check that meta tags are only meaningful when located in their proper place in the head tag. I don't like the HTTP header idea, 'cause it precludes static content unless you modify the web server. And I don't like externa…
If you're pulling the public key from the document to use it to verify the document, you've already lost.