Slashdot Mirror


Precedent for Warrantless Net Monitoring Set

highcon writes "According to this editorial from SecurityFocus, a recent case of a drug dog which pushed the limits of "reasonable search" may have implications for Internet communications in the U.S. This Supreme Court case establishes a precendent whereby "intelligent" packet filters may be deployed which, while scanning the contents of network traffic indiscriminently, only "bark" at communication indicative of illegal activity."

54 of 421 comments (clear)

  1. Thy don't understand tech, they use metaphors by LostCluster · · Score: 4, Interesting

    The current rules on Internet snooping are based on the metaphor of an envelope... anybody can look at the addressing data on the outside of an envelope, but the contents within are private. This is a pretty nice metaphor, considering the possible options...

    - Dog search metaphor: This is what the article is suggesting, a binary test can be used to see if the packet needs more inspecting. If the binary test comes back positive, it represents probible cause to break the seal.
    - Postcard metaphor: An IP packet is really closer to a postcard, in that the datagram portion isn't really secured inside anything, it's out there for plain view.
    - Shopping mall metaphor: The Internet is like a shopping mall. The government doesn't own the mall, but the owners might invite the police to establish a checkpoint at the door because any possible crime is bad for their business. Anything they see/hear from their perch there is fair game, especially if everybody sees that there are officers there.

    1. Re:Thy don't understand tech, they use metaphors by ari_j · · Score: 4, Insightful

      It's not necessarily that they don't understand technology, but rather that they (meaning the Supreme Court) do everything they can to forge opinions that will be reasonably applicable to a variety of situations, so that people don't end up appealing fifty slightly different but analogous cases to the Court.

      The dog search metaphor may or may not be as obvious to a court as it is to the article's author. Time will tell as this decision is applied in the lower federal courts, until someone appeals one of those decisions up again and gets it either explicitly applied, explicitly limited, or explicitly overruled.

    2. Re:Thy don't understand tech, they use metaphors by dourk · · Score: 5, Interesting

      When the post office re-seals your envelope, they put a nice sticker on it saying that it was opened.

      If my packet is sniffed, and barked at, and later determined to be innocent (sometimes the dogs are wrong), will there be some nice header in my transmission letting me know they took a peek?

      That'll be a big hint that I need to start using encryption.

      --
      Wake up.
    3. Re:Thy don't understand tech, they use metaphors by Lucky_Norseman · · Score: 5, Insightful

      I assume that using encryption is one of the things that will trigger a packet as suspicious.

    4. Re:Thy don't understand tech, they use metaphors by EvanED · · Score: 3, Insightful

      Then it'll trigger on every internet shopping spree. That is so far outside of 'only alerting on illegal activity' that I don't see even this Court upholding it.

    5. Re:Thy don't understand tech, they use metaphors by Aneurysm9 · · Score: 4, Funny

      hmm, there may be use for the Evil Bit after all!

      --
      There was Cowboy Neal at the wheel of a bus to never-ever land.
    6. Re:Thy don't understand tech, they use metaphors by X0563511 · · Score: 5, Insightful

      Anything that the sniffer can't parse would trigger that then.

      If you can't parse something, from the code's view, it can either be encrypted or innocent data. How exactly would it be able to tell the difference? It can't. It's either something it understands or something encrypted.

      If the thing was coded to ignore things it couldn't parse, then what happens if you simply make up your own algorithm (just use ROT13 or something) on top of the PGP/RSA/whatever? It would be nearly pointless.

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
    7. Re:Thy don't understand tech, they use metaphors by ShamusYoung · · Score: 2, Insightful
      Whatever metaphor you use, how can this be of any real use? Are terrorists and drug dealers sending out unencrypted messages in plain text that explicitly outline their doings? I have a hard time imagining that there are lots of messages like this:

      Dear Fred Smith the drug supplier,

      Greetings, it is I, Dave Thompson the drug dealer. I am out of heroin and would like to purchase more. Please meet me in wharehouse #4 at 10pm tonight with more heroin. I will bring $10,000 in cash and you may sell me the heroin so that I may sell it to more kids just outside of school in the afternoons.

      ...And that law enforcement could bust the whole case wide open if they could just get to those email messages!

      Besides, even if a criminal DID send such a message, it is difficult to prove (in court) that they sent it. Try proving davethedrugdealer@yahoo.com is someone in particular. I imagine if dealers WERE going to use the net to communicate, it might look like:

      Meet at 10. Bring the stuff - D

      So, these guys are looking for more privacy-invading abilities so they can catch stupid and careless criminals who outline their crimes in electronic messages and send valuable data to one another without encryption. You don't need special powers or technology to catch those sorts of criminals. All you need is a couple of minutes and a butterfly net.

      --
      --This sig is in beta. Please let us know abut any errors you find.
    8. Re:Thy don't understand tech, they use metaphors by CrankyFool · · Score: 2, Insightful

      Except that that's not going to happen here. I very seriously doubt they're going to _stop_ packets, inspect them, and if they're OK send them on their way -- it would pretty much kill TCP streams.

      What they're much more likely to do -- and if you think about it, that's what snoopers do anyway -- is just grab a copy of the packet and inspect it. If it's 'evil', they can move forward from there (what's the source/destination IP, etc?).

      So you're not going to get your intercepted packet back -- and you wouldn't want it, of course, because that would also be annoying to TCP (though TCP will happily deal with duplicate packets arriving -- it'll just discard the duplicate. But it _is_ more traffic to go through your connection, and since TCP's going to drop it before any presentation layer that can see that it's been inspected (because they added to payload or something -- and hopefully re-calculated checksums), you're never going to see it anyway.

    9. Re:Thy don't understand tech, they use metaphors by ari_j · · Score: 2, Insightful

      Actually, tech-friendly has nothing to do with it. I suspect Bush is likely to appoint people more like Scalia than Ginsburg, which is a good thing. Scalia is a textualist, which is what we want - those are the guys who read the document and tell you "You know what, it may really suck that people can burn flags, but it says here that we can't stop them." (not a direct quote, but it expresses his opinion in one such case)

  2. What ever happened to the Constitution? by raistphrk · · Score: 5, Insightful

    So law enforcement can just sit with a packet filter scanning for the word "drugs"? That's just absurd. If law enforcement has reason to believe that an individual is committing illegal acts, they can go and get a warrant. Thanks to FISA, that's not the most difficult task. However, this isn't like a drug deal on a street corner; this is more analagous to being able to tap everybody's cell phone, hoping to find one or two people selling drugs.

    A real blow to the Constitution.

    1. Re:What ever happened to the Constitution? by tomstdenis · · Score: 4, Insightful

      From a practical standpoint if you rely on plaintext packets over the net for "privacy" you're not too smart. Things like SSH, SSL and GPG were invented to take care of this.

      As I've maintained in my past the biggest thing that upsets me about things like this is just the incredible waste of resources for small returns.

      They'll spend billions on super computers [from $INSERT_CORPORATION_HERE] so the "good ol boys" club gets fed then they'll catch 1 or 2 extra people a year for selling a drug....

      Meanwhile they'll let the roads, hospitals and schools rot. So that in say 20 years when kids can read only 37% of Hamlet in school [and not contigious] and get a good 43% of their Algebra lessons they'll be safe in knowing that the government sacrificed their education for a whopping 0.0001% more security!

      So really they're going to go out with your money to protect you but in the end you might as well give it up if you're relegated to a quiet life of "Welcome to walmart".

      And if you think I'm talking out of my ass, I come from Canada, a more socialist country and even our text books are "old and in disrepair". Like my shakespear texts had my cousins signatures in them... They're also about 15 years older than I am...

      Tom

      --
      Someday, I'll have a real sig.
    2. Re:What ever happened to the Constitution? by ari_j · · Score: 5, Interesting

      The article is not even persuasive authority to a court. It's an amateur interpretation of a court decision that attempts to make an analogy. As you point out, the analogy is very weak. Since it is not even in a law review journal, nobody in the legal field is going to pay an iota of attention to it, and no court will care about it.

      Now, if the courts did extend the analogy as the article makes it sound has already been done, it would be a real blow to the Constitution, notwithstanding the Anonymous Coward sibling to this comment. What that sibling fails to recognize is that deciding that Internet traffic is not among the "persons, houses, papers, and effects" made safe from "unreasonable searches and seizures" by the Fourth Amendment is itself a blow to the Constitution, because it's the equivalent of saying that the Constitution is of little to no effect in the 21st century.

      Personally, I don't see the Supreme Court making the leap that the article thinks it already has. The Rehnquist Court has gone back to the text of the Constitution more than any Court since 1937, when FDR scared the Court into acceding to his wishes and giving Congress and the Presidency more power than the Constitution allows (and then giving the Presidency much of Congress's power for good measure). They have been working their way backwards and, as Justice Scalia put it, have to tear the house that was built apart, piece by piece.

    3. Re:What ever happened to the Constitution? by Jeremiah+Cornelius · · Score: 2, Funny
      I like the war on Drugs. I think it's the best hundred billion we ever spent! Now, no one can get drugs, anymore. Well, I mean no seniors can get them. That's a pretty good measure of success - we started at the top!

      I can't wait until this war on Terrorism really gets rolling! That's so much better an idea than having a war on Murder, which is far too broad a category of behavior. I just hope they don't expand the Terror war into the war on Lustful Glances!

      --
      "Flyin' in just a sweet place,
      Never been known to fail..."
    4. Re:What ever happened to the Constitution? by digitalchinky · · Score: 2, Interesting

      No they don't - they spend about a 'million' on 5 or 6 Sun enterprise level servers, switches, patch panels, ATM stuff, a few other cool things, tap into any network stream that may or may not be of interest.

      Let the thing run for a few days.

      The analysts take 10 minutes to decide there is nothing of interest, the managers come and spend 4 days looking at 'free porn' - And I kid you not!

      You use a cell phone, your IMSI will eventually be logged, along with any other relevant info (sancs, locations, who you've called, who the people you've called have called etc) This doesn't make you a target unless you are within trigger thresholds of a known entity.

      I don't wear tinfoil by the way.
      None of this is rocket science, all of it is available from google - once you weed out the UFO crap.

      Governments monitor their people, governments also monitor other countries - been going on since naked tribal chicks threw sticks at each other.

    5. Re:What ever happened to the Constitution? by Happy+go+Lucky · · Score: 4, Insightful
      There is also frequently a connection to drug use, thus the fact that the vehicle was speeding is automatically sufficient cause to search a vehicle for drugs, even if only to add the potential for DWI charges.

      Nope.

      The controlling legal authority is the Fourth/Fourteenth Amendment, mandating freedom from unreasonable search. This is best viewed in the light of Katz v. United States, in which the Nine Worthies declared that searches into any area required justification, when a person had a reasonable expectation of privacy.

      Your car isn't the same as your home, with the same protection. It is, however, more private than not. A search by a police officer may not require a warrant, but it does require some sort of legal justification, such as probable cause (facts and circumstances which would lead a reasonable officer to believe that evidence of a crime is present)

      Speeding is evidence of speeding. It could possibly be evidence of drug/alcohol impairment, depending upon what else is going on. It could be a piece of circumstantial evidence for any number of things. It does not, however, automatically justify a search.

      And I never charge DUI/DUID off of a vehicle search. I charge DUI/DUID off of my observations of the driver's manual dexterity and ability to focus and concentrate, and my observations of the vehicle in motion, and the alcohol/drug test justified by said observations. The mere presence of drugs does not imply the consumption of said drugs strongly enough to charge DUI, absent other evidence.

    6. Re:What ever happened to the Constitution? by stupidfoo · · Score: 2, Insightful

      How is this interesting? The parent post is the mad, worthless ranting of some idiot.

      Basically he's stating that you should speak loudly into your cell phone so that cops (who because they are underpaid have hearing problems) can steal your jewelry.

      That's profound.

    7. Re:What ever happened to the Constitution? by Detritus · · Score: 3, Insightful
      Drug smugglers commonly drive:

      A. Faster than the speed limit.
      B. At exactly the speed limit.
      C. Slower than the speed limit.

      Pick whichever answer gives you reasonable suspicion at this moment.

      They also tend to drive erratically, have dirty license plates and (crunch) broken tail lights.

      --
      Mea navis aericumbens anguillis abundat
    8. Re:What ever happened to the Constitution? by Aneurysm9 · · Score: 4, Insightful
      Since it is not even in a law review journal, nobody in the legal field is going to pay an iota of attention to it, and no court will care about it.

      Sorry to burst your bubble, but I've been working on a comment for a law review on just this very topic. I'll be looking a bit more broadly at expectations of privacy in communications over publicly accessible networks, but this is certainly a decision I will have to discuss. The thing about the Supreme Court is that they don't want to have to address every situation that can conceivably come before them. So, they will often speak in broad language when they feel it is appropriate to address a whole range of issues with a single decision. This may be of that type since they discuss the legitimacy of privacy interests in illegal activity and not just the interest of this person in the privacy of the contents of his trunk. That leads to the obvious question: well, then, what is the legitimacy of an expectation of privacy in electronic communications regarding illegal activity?

      --
      There was Cowboy Neal at the wheel of a bus to never-ever land.
    9. Re:What ever happened to the Constitution? by Vince+Mo'aluka · · Score: 2, Insightful

      The consitution is dead and gone. If the consitution were upheld, the federal government would be 1/50 the size it is today, and the only functions it would be legally permitted to undertake are national defense (NOT offense as we have today), border control, and settling disputes between states. All other functions would be in the hands of the states, not the federal government. That was the intent of the founders.

      The constitution made this requirement because the founders understood that centralized power is the most dangerous thing in the world.

      --
      You took his stuff. You pound him.
    10. Re:What ever happened to the Constitution? by dgatwood · · Score: 2, Interesting
      What do you think is the probability that a driver has illegal drugs in the car, given that he was speeding?

      Let's see. Illegal drug use is reported among 11% of Americans, so at worst, 1 in 9. However, if your sense of right and wrong permits you to make "minor infraactions" like speeding, there's a higher than average probability that you also would see drug use in the same way. There are studies to support this.

      My guess... probably better than 1 in 3.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

  3. it is going to get a lost worse by hsmith · · Score: 3, Insightful

    before it gets better with regards to all of this. Everyone should be writing their rep's, running for office, something so we don't start going down that 'slippery slope'.

    They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety

  4. Okay, that's a stretch. by dgatwood · · Score: 3, Insightful
    The article attempts to compare a drug sniff after pulling someone over with randomly sniffing everyone's packets. It's completely different.

    It's common for someone who has already been caught doing something illegal to be searched.

    If the police randomly did a drug sniff at the local supermarket, they would get their asses handed to them.

    --

    Check out my sci-fi/humor trilogy at PatriotsBooks.

    1. Re:Okay, that's a stretch. by harvey_peterson · · Score: 2, Informative

      No, they wouldn't get their asses handed to them. Cops do it all time time in DUI checkpoints.

      My father-in-law, who is an ex-cop, once explained to me that DUI checkpoints are legal as long as the cars are searched in a pre-determined sequence (every other car, every sixth car, whatever.) Still seems unconstituional to me, but that's the law here in PA.

    2. Re:Okay, that's a stretch. by Lord+Kano · · Score: 3, Insightful

      It's common for someone who has already been caught doing something illegal to be searched.

      It's also common for police to "find" something to cite you for to justify pulling you over and searching you.

      LK

      --
      "Hi. This is my friend, Jack Shit, and you don't know him." - Lord Kano
    3. Re:Okay, that's a stretch. by buswolley · · Score: 2, Interesting
      ok drugs give off aromas that are transfered through the air. The analogy is bad because.. well the dog doesn't smell the "packet", it smells the molecules that have escaped from the packet and are in public space. A text message doesnt have this phenomenon. Sniffing a text message involves actually accessing the data.

      Its not like the word "drug" floats from the a digital message into "cyber space" and is sniffed. ha!

      --

      A Good Troll is better than a Bad Human.

  5. Encryption Time by Warskull · · Score: 5, Insightful

    When you can no longer rely on the law to protect your privacy the time comes to take things into your own hands. Should this get applied to the internet I see a rather good reason to push for the encryption of all transmitted data.

    1. Re:Encryption Time by Kenardy · · Score: 2, Informative

      Why wait? Start now with GPG / PGP on your email.

      I have advertised my public key for years. No one has ever used it ... but I've done my part.

      Do yours.

      If all email was encrypted there is NO way that law enforcement officers could decrypt it all. Nope ... they'd have to go back to doing what they have always done ... wait for some sort of evidence by other means.

  6. Similar to an IDS? by PornMaster · · Score: 2, Interesting

    This is precisely what an IDS tends to do. Unfortunately, not only is it trivial to do, it's also something that's essentially COTS (commercial off-the-shelf).

    Yet another reason encryption needs to be widespread not only in availability, but in practice.

  7. privacy protections that apply online are statutor by tpgp · · Score: 3, Informative

    As this anonymous post on security focus points out:

    The obvious error in this analysis is that the relevant privacy protections that apply online are statutory, not constitutional. So they are unaffected by Caballes.

    --
    My pics.
  8. Oh god no by pHatidic · · Score: 3, Interesting
    from the only-bad-people-need-privacy dept.

    I like this


    Everyone who visited blackboxvoting.org before a year ago was supposedly put onto an FBI watchlist. There are more details on the website.


    I say this because I know that this includes most slashdotters, and because it is on topic to the article. I'm not sure if is true, but I do know that recently I am 7/7 for getting frisked at airports. Perhaps it is possible that everyone who visited this website is now in the airline shit list database.


    I don't mean to sound paranoid, but the issues here are very real whether people realize them or not.

    1. Re:Oh god no by billsoxs · · Score: 2, Interesting
      I am 7/7 for getting frisked at airports.

      Dom't be so sure that it is your website. I get hit on a regular basis because I look Arab. (I am not - at least as best I know - not that it matters.) I now understand why African Americans complain about 'driving while black'.... If things happen as predicted, they'll be able to hit people on the net 'just because'.... (surfing from a given university or company or region of the country or emailing outside of the US.... you pick it.)

      OH and this is on topic (abuse of power) so don't mod it down. Oh well you did it anyway.

      --
      This message was brought to you by "Lack of Sleep."
    2. Re:Oh god no by cgenman · · Score: 4, Interesting

      For a year and a half I was traveling back and forth between Boston and Cali to see my long-distance girlfriend. I was "randomly" searched 18 times out of 18 possible. As they were "randomly" searching 1 out of 3 people, this had a probability of 1 out of 2.1 billion.

      Yet the government was insisting that no black lists existed. That they weren't keeping track, and that it was totally random.

      The only reasons that I can think of offhand to blacklist me is that I joined Calperg and the ACLU, and I saw Nader speak at a local college.

      I'm betting the reason that our government lies about what it does is not because there is a vested interest in keeping terrorists from knowing that they may be blacklisted, but rather because how the government chooses who is potentially good and potentially bad is so stereotypical, shallow, and offensive that they would get run out of office if people knew what they were doing.

    3. Re:Oh god no by kraut · · Score: 2, Insightful

      (1/3)^18 = 1/387,420,489 - so the odds are not quite as staggering, although still bad. But you probably fit a common profile that they use. For example, travelling to Cali regularly. Maybe short trips? Little Luggage?

      --
      no taxation without representation!
    4. Re:Oh god no by Jah-Wren+Ryel · · Score: 2, Funny

      I make that same trip for the same reason quite often.

      Why post AC? Afraid that cgenman will kick your ass for seeing his girlfriend?

      --
      When information is power, privacy is freedom.
  9. Re:Amendment 3 of the U.S. Constitution by ari_j · · Score: 2, Informative

    Kerry would have had absolutely zero effect on this decision whatsoever, but it doesn't surprise me in the least that someone who wishes to make that connection would himself not have clue one about the Constitution.

    Amendment 3: No Soldier shall, in time of peace be quartered in any house, without the consent of the Owner, nor in time of war, but in a manner to be prescribed by law.

  10. Can a machine violate your privacy? by mc6809e · · Score: 2, Insightful

    The article brings up an interesting question: Can a machine violate your privacy?

    Consider the hypothetical(?) packet sniffer that alerts on packets that contain evidence of criminal activity but lets all other packets go on without an alert.

    If the authorities never see the contents of the packets for themselves, has a search really been made?

    Can a machine/program violate your privacy if no one gets to see what the program has seen?

  11. Next to impossible by Cow007 · · Score: 4, Interesting

    If the government were to try and sniff a large number of packets in the manner described they would be impossible to collect ones that are only illegal. They would have the same sort of situation I experienced when I installed snort and turned on everything. Spade was freaking out at me about once every 5 seconds, I was getting warnings about unicast ARP attacks and port-scans all over the place. How can you tell what constitutes a packet containing illicit transmissions? There would be so many false alarms that they wouldn't be able to do anything with that data. What if it was an encrypted communication? They can't just flag all encrypted stuff because legitimate transactions are encrypted all the time. A lot of people doing nothing wrong would be put under suspicion no matter what algorithm they were using. Therefore doing what is described is next to impossible.

    --
    411 Y0UR 8453 4R3 8310NG 70 U5!! -NSA
  12. The Actual Case - why the article writer is a hack by ari_j · · Score: 2, Interesting

    You know that the article writer is a hack because he's trying to write legal analysis and doing it outside of law review journals. And you know he's really bad because not only does not not cite any authority whatsoever in his article, but he doesn't even give the actual name of the case. He just says that a case about Caballes was decided by the Supreme Court last month. Lawyers are precise. Good lawyers are precise and correct. This guy is neither.

    In case anyone is wondering, the actual case is Illinois v. Caballes, 73 U.S.L.W. 4111. It's not in the US Reports yet, apparently. The Lexis cite is 2005 U.S. LEXIS 769.

    Lexis' short synopsis of the case and the Supreme Court's holding is: The U.S. Supreme Court granted certiorari on the question of whether the Fourth Amendment required reasonable, articulable suspicion to justify using a drug-detection dog to sniff a vehicle during a legitimate traffic stop. The state trial court concluded that the duration of the stop was entirely justified by the traffic offense and the ordinary inquiries incident to such a stop. The state supreme court concluded that because the canine sniff was performed without any specific and articulable facts to suggest drug activity, the use of the dog unjustifiably enlarged the scope of a routine traffic stop into a drug investigation. The U.S. Supreme Court held that the use of a well-trained narcotics-detection dog--one that did not expose noncontraband items that otherwise would have remained hidden from public view--during a lawful traffic stop, generally did not implicate legitimate privacy interests. The dog sniff was performed on the exterior of respondent's car while he was lawfully seized for a traffic violation. Any intrusion on respondent's privacy expectations did not rise to the level of a constitutionally cognizable infringement.

    My personal and immediate thought on this is that the closest analogy to the Internet acceptable to the Court would be if you can tell from an IP packet header ("performed on the exterior") that its contents are suspect, then you can open it up for inspection. However, my opinion is exactly as binding on anyone's behavior as is the article - specifically, it isn't at all.

  13. Tap and Trace / Pen Registers by Rhett · · Score: 2, Informative

    Do a google search for "Pen Registers" or "Tap and Trace". Apparently, back before the internet, the government decided that they didn't need a warrant to put a little device on people's phone lines that just gave them a list of the numbers that were called and recieved, as long as it didn't monitor the conversation.

    This carries over to email. The FBI can request a list of everyone your email account emailed, and everyone that emailed you without a warrant. Yahoo has at least 6 employees who's entire job is to just give this information to the government all day. The figure I heard was about 1 request per thousand users per year.

    You may say, "great, I use my own domain for email", but once 1/2 of all email goes to Yahoo, MSN, Google, and AOL, all the governement has to do is ask them a list of 1/2 the people you emailed.

    I'm surpised that this doesn't bother more people. I mean, chances are it happened to a few slashdot users today.

  14. Such a surprise by billsoxs · · Score: 2, Interesting

    Between the US Patriot (??) Act and John Ashcroft's computer program (I have forgotten the name), this is a very real possiblity. Here is the real problem. Everyone 'sins' - If they want to attack you they can do so with impunity now. It seems to me that this is how the Roman Republic and then Empire fell. Abuse of power by those at the top.. 1984 is not far away.

    --
    This message was brought to you by "Lack of Sleep."
  15. encrypt everything by Facekhan · · Score: 4, Insightful

    Criminals will just use the best available encryption to cover their crimes. This kind of thing is only going to effect regular people and the casual criminal.

  16. Drugs by Lord+Kano · · Score: 4, Insightful

    Drugs give off molecules that anything with a sensitive enough nose can detect. A drug dog need not actually inspect a package full of heroin to smell it.

    Have you ever been someplace right after someone just finished smoking weed? Same principle, but dogs can smell much better than we can.

    If they want to liken the internet and packet sniffing to drug dogs, any time someone's engages in illicit activity on their computer they would need to drop millions of post it notes declaring somewhere.

    LK

    --
    "Hi. This is my friend, Jack Shit, and you don't know him." - Lord Kano
    1. Re:Drugs by ZorbaTHut · · Score: 2, Interesting

      I had this friend who was a pothead.

      Not the bad kind - during school she'd keep it down, maybe only get high a few times a month. During break though? Oh man. One break - two weeks long - she flew back home to be with her boyfriend, and, apparently, spent the entire two weeks in her boyfriend's apartment getting high.

      Windows and doors closed, of course. About half a step away from a smokebox.

      She was clever enough to do laundry before getting on the plane back. What she's forgotten about was her jacket - hanging up against the wall the entire time. And, predictably, the drug dogs went absolutely fucking wild. Seriously, a *human* could smell it.

      But she didn't have any pot on her at the time, so what could they do?

      We got a good laugh out of that once she got back, though. Can only wonder what kind of internal security lists she's on now.

      Now, if everyone in the world were to do the same thing, the airport security would just have to give up . . . if we can only get everyone in the world to do the equivalent online, we're set :)

      --
      Breaking Into the Industry - A development log about starting a game studio.
  17. Re:Amendment 3 of the U.S. Constitution by timmy+the+large · · Score: 2, Insightful
    Saddly, both major parties seem fixated with removing all rights that I hold dear. The PATRIOT act was a bipartisan act, as are most laws that remove individual liberties.

    Of course the democrat in me says this is all Bush's fault. OOO he makes me so mad!

  18. This is not really an issue by cgenman · · Score: 4, Insightful

    The court ruled that because the dog only responded to drugs, that the search was perfectly reasonable and upset no privacy concerns. It is assumed that the dog discovers only drugs and that it is infalliable. Because all it does is look for drugs or no drugs, and there is no legitimate privacy concern around having drugs, the search is legit.

    This is not applicable in many ways to the internet because the word drugs is not illegal. The words let's bomb the world trade center is not illegal. Nothing you do in your e-mail can be scanned, because nothing you do in your e-mail can be cleanly illegal.

    On the other hand, if you're trading files, your MP3's might be checksummed and used against you in a court of law. However, this has already happened anyway, so what's the point in fighting this new justification?

    This is an interesting non-issue, really.

  19. Re:Define illegal by Money+for+Nothin' · · Score: 2, Informative

    Fine, true enough about Carnivore's retirement. If you want to be pedantic, do this on my post: :%s/Carnivore/tcpdump/g ...or Ethereal, or any other packet sniffer/logger. Throw in some AI to parse all those packets and check for data the feds would consider "of interest".

    Happy? My main point remains regardless of the technology the FBI chooses...

  20. Re:Define illegal - which country? by morzel · · Score: 3, Insightful
    (I'll give you one guess where drugs are legal, that everyone knows..)
    Which country would be that?
    It surely isn't the Netherlands, since drugs (including softdrugs) are illegal over there as well.

    It is a common misconception that drugs are legal in Holland, while actually all drugs are still forbidden by law. However there are a number of permissive regulations that state that:

    • If you are an individual with less than 5 grams of cannabis (hash/weed), police will ignore you.
    • You can grow your own plants for your personal use (maximum 5 plants, no technical aids such as lamps... otherwise everything will be impounded and you're fair game for prosecution).
    • You can open an establishment for selling cannabis, provided you abide with a whole number of regulations (including: no commercials, no admittance to minors, no selling of alcoholic beverages -- hence the name "coffeeshop", no selling of harddrugs, no selling of more than 5 grams per transaction, no total stock of more than 500 grams).
    These rules and regulations are set country-wide, municipalities can add more regulations (restrict coffeeshops to specific areas, opening times, ...)
    Ironically, there's no legal way for coffeeshops to get their drugs so even that's illegal.

    Police can still decide to prosecute for any of the above if it's causing problems in any kind of way (i.e.: you're stealing to get drugs, the clients of a coffeeshop are wrecking the street, ...)

    While the Netherlands is pretty liberal and permissive about softdrugs, it's far from legal and you still can get arrested for it.

    --
    Okay... I'll do the stupid things first, then you shy people follow.
    [Zappa]
  21. Re:The Actual Case - why the article writer is a h by qad · · Score: 2, Informative

    Well, what about the other two prongs to be considered?...

    1)Dog sniffed out marijuana during a legitimate traffic stop.

    2)Whether there's a legitimate privacy interest being protected.

    The first prong would still require some appropriate reason ('probable cause' created by dog) to investigate an individual's packets, and only until a reasonable point (free from being unduly detained) under the Fourth Amendment.

    Admittedly, an automated packet sniffer might fit this definition, although whether such a sniffer would be 'sui generis' like the dog, I don't know, but I suspect not. [Here is where a law review article might be useful.]

    Second, the case here is over possession of drugs, whereas packets may be more like communication that would be entitled to constitutional privacy interests.

    Besides, SCOTUS did decide to determine the question narrowly, saying "The question on which we granted certiorari, 541 U.S. 972, 159 L. Ed. 2d 84, 124 S. Ct. 2219 (2004), is narrow: "Whether the Fourth Amendment requires reasonable, articulable suspicion to justify using a drug-detection dog to sniff a vehicle during a legitimate traffic stop."" limiting its potential application to online packet sniffing.

  22. At what point does the system finally fail? by istewart · · Score: 2, Insightful

    It seems like "they" (lawmakers, judges, whoever has the power at the moment) are constantly redrawing the lines of the law. Now, looking at this, it could be argued that an enforcement official could be required to get a warrant to examine the contents of a packet that such a watchdog system had flagged, but that's ridiculous. They can just build up a vault full of data on each user, and when the time comes, they can find a violation based on the cumbersomely large volume of laws on the books. In the long run, little adjustments in what constitutes "right," like this, are just baby steps.

    At what point will they finally abandon the rhetoric of "freedom?" At what point will the system at large collapse into totalitarianism on one extreme or anarchy on the other?

    (I myself would prefer the anarchy, as then there would be a lag time before some charismatic group of jerks convinces a majority that their version of "right" is worth imposing.)

  23. Little Brothers by Sloppy · · Score: 4, Insightful
    What people seem to be missing here, is that the fourth amendment is just a limit to what government can do. Regardless of whether the 4th amendment is found to apply to internet packets or not, there is nothing preventing anyone else from inspecting whatever packets happen to be passing through their system. Whether the government is doing it or not, you have to assume someone may be doing it.

    What this means, is that you shouldn't be waiting for the courts to uphold the 4th, because even if they do it, your privacy will still not be very well protected.

    Everything should be encrypted. And if that happens to protect you against government intrusion, consider that a welcome side-effect.

    The pot analogy is this: suppose your car is leaking an odor into the public air. Maybe this odor is of interest to police dogs, but remember that it's also of interest to insurance companies, blackmailers, thieves, marketers, gossipers, etc. You already have a problem, regardless of whether or not you're doing anything illegal, and regardless of whether or not the government is allowed to break into your car without your consent or a warrant.

    Quit focusing on Big Brother when you have a dozen little brothers. You need to stop the information leak, not try to impose rules-of-honorable-conduct upon just one of the parties that may be spying on you.

    --
    As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
  24. Nothing is unbreakable by Frank+T.+Lofaro+Jr. · · Score: 3, Insightful

    Don't be so smug.

    MD5 was thought to be secure, but was broken.

    Factoring isn't a provably hard problem, either. It's an open question.

    If factoring breaks, RSA breaks. If SHA1 breaks, so does a lot of GPG/PGP and SSL. If you are using MD5, things are already broken for you.

    --
    Just because it CAN be done, doesn't mean it should!
  25. Rhetoric of Freedom by z80kid · · Score: 2, Insightful
    At what point will they finally abandon the rhetoric of "freedom?"

    Never. It's the veil they use to cover their activities.

    I recently went on a flight for the first time in 20 years. When I got to the security checkpoint, there were dozens of people there going through metal detectors, having their luggage x-rayed and sniffed, and holding their hands up while guards waved those silly wands all over them.

    Overhead were giant homeland security banners with pictures of soaring eagles that said "Freedom!". Wished I'd have had my camera.

  26. Court Was Right by reallocate · · Score: 3, Insightful

    The Court was right: there is no right of privacy to conceal illegal material.

    If this driver had smelled of alcohol, a search of the car for containers of alcohol would have been appropriate. In this case, the dog was there, reported the odor of marijuana, and a search ensued.

    This ruling should not be interpreted as carte blanche for police to search every car stopped for soe other violation.

    The SecurityFocus piece that tries to expand on the packet "sniffing" metaphor is just one more obvious reason why geeks don't make good lawyers.

    --
    -- Slashdot: When Public Access TV Says "No"