It's crazy that the most dangerous people one regularly encounters can do anything they want as long as they believe they can do it. The good faith exemption has to be one of the most fascist laws on the books today. > "the good faith exception to the exclusionary rule supports denial of Maher’s suppression motion because, at the time authorities opened his uploaded file, they had a good faith basis to believe that n…
And specifically with respect to the law, breaking a law and claiming you didn't know you did anything wrong as an individual is not considered a valid defense in our justice system. This same type of standard should apply even more to trained law enforcement, not less, otherwise it becomes a double standard.
Google’s TOS doesn’t eliminate a user’s Fourth Amendment rights, judge rules [pdf]
81–90 of 316 posts
Re: Google’s TOS doesn’t eliminate a user’s Fourth Amendment rights, judge rules [pdf]
#82Earlier quoted context omitted.
The main factual components are as follows: Party A has rented out property to Party B. Party A performs surveillance on or around the property with Party B's knowledge and consent. Party A discovers very high probability evidence that Party B is committing crimes within the property, and then informs the police of their findings. Police obtain a warrant, using Party A's statements as evidence. The closest "real worl…
The issue of course being the government then pressuring or requiring these companies to look for some sort of content as part of routine operations.
Re: Google’s TOS doesn’t eliminate a user’s Fourth Amendment rights, judge rules [pdf]
#83Earlier quoted context omitted.
Yes. How else would you prevent framing someone?
So you're saying that I craft a file that has the same hash as a CSAM one, I give it to you, you upload it to google, but it also happens to be CSAM, and I've somehow framed you? My point is that a hash (granted, I'm assuming that we're talking about a cryptographic hash function, which is not clear) is much closer to "This is the file" than someone actually looking at it, and that it's definitely more proof of them…
Re: Google’s TOS doesn’t eliminate a user’s Fourth Amendment rights, judge rules [pdf]
#84Figured this common industry standard for chain of custody for evidence. Same with police videos, they are uploaded to the courts digital evidence repository, and everyone who looks at the evidence is logged.
Seems like a standard legal process was followed.
Re: Google’s TOS doesn’t eliminate a user’s Fourth Amendment rights, judge rules [pdf]
#85Earlier quoted context omitted.
Consumption per se does not incentivize it, though; procurement does. It's not unreasonable to causally connect one to the other, but I still think that it needs to be done explicitly. Strict liability for possession in particular is nonsense. There's also an interesting question wrt simulated (drawn, rendered etc) CSAM, especially now that AI image generators can produce it in bulk. There's no individual suffering n…
[flagged]
Given the extremely harsh penalties at play, I am not at all comfortable about punishing someone with a multi-year prison sentence for possession of a drawn or computer generated image. What exactly is the point, other than people getting off from making someone suffer for reasons they consider morally justifiable?
Re: Google’s TOS doesn’t eliminate a user’s Fourth Amendment rights, judge rules [pdf]
#86Earlier quoted context omitted.
Hash can be arbitrary, the only requirement is it is a deterministic one-way function.
And it should be mostly bijective under most conditions. (This is obviously impossible in practice but hashes with common collisions shouldn't be allowed as legal evidence). Also neural/visual hashes like those used by big tech makes things tricky.
Re: Google’s TOS doesn’t eliminate a user’s Fourth Amendment rights, judge rules [pdf]
#87Earlier quoted context omitted.
Out of curiosity, what is false positive rate of a hash match? If the FPR is comparable to asking a human "are these the same image?", then it would seem to be equivalent to a visual search. I wonder if (or why) human verification is actually necessary here.
I doubt sha1 hashes are used for this. Those image hashes should match files regardless of orientation, cropping, resizing, re-compression, color correction etc. The collision could be far more frequent with these hashes.
Re: Google’s TOS doesn’t eliminate a user’s Fourth Amendment rights, judge rules [pdf]
#88It seems like a large part of the ruling hinges on the fact that Google matched the image hash to a hash of a known child pornography image, but didn't require an employee to actually look at that image before reporting it to the police. If they had visually confirmed it was the image they suspected it was based on the hash then no warrant would have been required, but the judge reads that the image hash match is not…
The hashes involved in stuff like this, as with copyright auto-matching, are perceptual hashes ( https://en.wikipedia.org/wiki/Perceptual_hashing ), not cryptographic hashes. False matches are common enough that perceptual hashing attacks are already a thing in use to manipulate search engine results (see the example in random paper on the subject https://gangw.cs.illinois.edu/PHashing.pdf ).
Now you’ve got me interested in what’s going on under the hood, lol. It’s probably like any other statistical model: you can decrease your false negatives (images people have cropped or added watermarks/text to), but at the cost of increased false positives.
Re: Google’s TOS doesn’t eliminate a user’s Fourth Amendment rights, judge rules [pdf]
#89Re: Google’s TOS doesn’t eliminate a user’s Fourth Amendment rights, judge rules [pdf]
#90Earlier quoted context omitted.
Yes. How else would you prevent framing someone?
So you're saying that I craft a file that has the same hash as a CSAM one, I give it to you, you upload it to google, but it also happens to be CSAM, and I've somehow framed you? My point is that a hash (granted, I'm assuming that we're talking about a cryptographic hash function, which is not clear) is much closer to "This is the file" than someone actually looking at it, and that it's definitely more proof of them…