Slashdot Mirror


Cybercrime Treaty — Hidden Costs For All

linuxtelephony writes in with an article at CIO Insight about a cybercrime treaty drafted in Europe with help from the US. It has implications for just about everyone with a network. From the article: "Civil libertarians are especially concerned about the sweeping authority given to participating countries to seize information from private parties as they investigate cybercrimes, even when the activity being investigated isn't a crime in the country where the data is located... Telecommunications companies object to provisions that require member countries to establish and enforce potent data-retention policies for network traffic, and require any operator of a computer network to respond to requests for information from any participating country without compensation of any kind... The provisions for data retention and production apply to any operator of a computer network, not just telecoms... Worldwide law-enforcement agencies, in other words, may now avail themselves of the opportunity to outsource their most expensive problems to you."

100 comments

  1. Does that mean... by Anonymous Coward · · Score: 0

    Microsoft made peace with the hackers.....

  2. data-retention policies for network traffic ??? by l2718 · · Score: 5, Informative

    Someone must be a bit confused methinks. It is not now (and will never be) technologically feasible to keep a record of network traffic over any non-trivial amount of time.

    1. Re:data-retention policies for network traffic ??? by Anonymous Coward · · Score: 5, Insightful

      This is the reason we should make it as hard for them as possible to tell what's being sent.

      As long as the vast majority of connections are plaintext, it will be easy for the snoop-happy authorities to compress traffic down to the most important portions (URLs, text of IMs rather than protocol overhead, etc.) then log them permanently.

      If we encrypt everything, it will simply become infeasible to perform long-term dragnet surveillance of innocent people. When someone is suspected of a crime, police will need to investigate that specific person, rather than assume everyone alive is a criminal. If you work in a position where you have influence, where you can make programming and protocol design decisions, hopefully you'll take this into account and help stop the surveillance state before it encompasses everything.

      We need universal encryption for no less noble purpose than the preservation of any semblance of justice in society.

    2. Re:data-retention policies for network traffic ??? by bendodge · · Score: 1

      Yes yes yes! This is exactly right! A good starting point for everyone is encrypting your email.

      --
      The government can't save you.
    3. Re:data-retention policies for network traffic ??? by Anonymous Coward · · Score: 0

      But the French and other wacko fascist countries would start making encryption illegal. :-(

    4. Re:data-retention policies for network traffic ??? by drmerope · · Score: 1

      Quite true. When I worked for a university IT department, the security officer discussed this point following some MPAA run-ins. It is possible to intentionally monitor certain flows. It is possible to do real-time traffic analysis, but it is not possible indiscriminately retain the payloads. There is just too much data. You'd be amazed though how much can be gleaned from DNS logs and other similar sources.

    5. Re:data-retention policies for network traffic ??? by Architect_sasyr · · Score: 1

      Experience and history tell us that mob rule is one of the most powerful forces we have. If everyone using everything has encryption, then making it illegal will cause a public outrage. Would you do your banking online if you knew there was breakable encryption on it?

      On a point of interest: do the french government use encryption? Or are they an easy target if anyone wanted someone to run away from them...

      --
      Me failed English...
      FreeBSD over Linux. If my comments seem odd, this may explain...
    6. Re:data-retention policies for network traffic ??? by Opportunist · · Score: 1

      True. But that's not the point.

      The point is that you have to do it, or you get the blame. You can't do it? Everyone knows that. But there's someone to shift the blame to and who has to pay the price.

      Just because something is impossible doesn't mean there can't be a law requiring it.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    7. Re:data-retention policies for network traffic ??? by Augmento · · Score: 2, Informative

      this treaty is old news but as far as i can tell not enforced as such, i.e. we don't have terabytes of packet captures laying around my cubicle. bleh. just read the article and it doesn't even link the treaty http://conventions.coe.int/Treaty/EN/Treaties/Html /185.htm happy reading! oh and for the USA signing it, we did back in 2004! can you say old news? how do i get to tag stuff? OFN! http://www.securityfocus.com/news/8529

    8. Re:data-retention policies for network traffic ??? by Anonymous Coward · · Score: 0

      Well, my ssh connections are all encrypted (including X11 forwarding.). HTTPS really would burn through the cycles compared to http (with sendfile(), there's virtually no CPU invovlement involved in reading a file off the disk and spitting it out onto the network cable.) But I sure think it'd be worth it. There's encryption for IMAP too, but given the nature of E-Mail (it's sitting on a mail server typically, being the easiest thing to retain..) it'd be better to use PGP for confidentiality. sftp runs ftp over ssh too.

                ssh won't be appropriate for everything though; your pretty unlikely to hit gigabit speeds with sftp, for instance, without some help.. (S390 has CPU instructions for RSA, DES, etc. for instance, and interestingly so do the newest-style Via C3 and the C7.)

    9. Re:data-retention policies for network traffic ??? by max+born · · Score: 4, Interesting

      If we encrypt everything, it will simply become infeasible to perform long-term dragnet surveillance of innocent people.

      Until they make encryption illegal. I think that's the next step when it doesn't work out for them.

      But really, what's new? Never in the history of humanity has there not been one group of people who felt it their god given right to tell another group of people what to say and think.

      Don't be lulled into thinking these folks are here to protect you.

      Just like the increased powers of search and seizure, designed to protect us from the terrorists, are used mostly to bust people for possession of pot; so the draconian measures enacted to save from the cyber criminals will mostly be used to bust you for downloading your favorite music.

    10. Re:data-retention policies for network traffic ??? by narf501 · · Score: 2, Interesting

      This is something I am trying to get people to do, to little avail.

      In the old PGP documentation (and I'm mangling the wording), it stated that one should encrypt even trivial E-mail. Its just the same as putting something in an envelope rather than writing all your personal stuff on a postcard and sending it.

      Signing and encrypting E-mail is easy these days. You use a S/MIME compatible E-mail client (Thunderbird, Mail.app, Outlook, Pegasus Mail, Eudora, mutt, even elm and pine have ways of being able to understand S/MIME certs.) You then either use a self-signed cert, grab one from StartCom or Comodo, or if you desire the Verisign check, plop your $19 down. Pretty much a four-step process... enroll, wait for the confirmation E-mail, browse to the URL, type in the confirmation code, then backup your certificate and private key to a secure place.

      Now, you have signing and encryption. S/MIME has some small issues(always check the certificate because E-mail from addresses is trivial to fake a sender,) but its a very easy way to keep what should be private E-mail that way.

      Instant messaging is the same or similar. You can use PGP Professional as a wrapper or use certificates in a number of IM clients similar to how its used in secured E-mail.

      For web pages, I try to have the websites I run use SSL whenever possible, even when a user is just doing a search of content on the site.

      The more encrypted traffic is generated, the better. Most people don't want everything they do on their computers to be an open book, but don't bother to take any steps to batten down hatches.

    11. Re:data-retention policies for network traffic ??? by Anonymous Coward · · Score: 0

      I think this is a partly the reason the RIAA/MPAA can get away with a printout of a screen capture showing an IP Address. They would probably argue its impossible to show actual copyright infringement but... listing an IP address close to an infringing sounding filename on a printout shows intent. Judges are stupid/crooked enough to go along.

    12. Re:data-retention policies for network traffic ??? by Seumas · · Score: 3, Interesting

      Of course, there is a lot of email that can NOT be encrypted. For example, my company has a strict policy that encrypting any communications can be cause for immediate termination. So while encrypting email is fine for personal communications sent through personal accounts via non-company networks and hardware, it still leaves a huge swath of communications open.

      Frankly, I would love to see all email clients come with built-in encryption in such a manner that you NEED to create a key (it could be a very simple process) and that all email will be communicated via that key and encryption by default. Otherwise, all you have is a bunch of people (like me) who really wish we could communicate via encrypted methods all the time, but know that 95% of the people we communicate with will not, can not and do not have a way to receive and read them

      In the long run, it won't matter. Denying a request to search your home or car or person will be probable cause in and of itself. And encrypting any communications will become enough probable cause in and of itself to consider you suspect.

      I would love to see personal privacy and civil liberties upheld without any exception, but I think we are only heading downhill in the long run. I expect to see all expectation of privacy eradicated within my lifetime. You need only look to things such as the prevalence of public cameras on city streets to "stop crime" and parents fingerprinting their children as if having their fingerprints will somehow imbue them with a magical protection against kidnapping or molestation to see where society is headed.

    13. Re:data-retention policies for network traffic ??? by Richard+W.M.+Jones · · Score: 1

      If we encrypt everything, it will simply become infeasible to perform long-term dragnet surveillance of innocent people. When someone is suspected of a crime, police will need to investigate that specific person, rather than assume everyone alive is a criminal.

      We could start by making HTTPS simpler, supporting TLS Server Name Indication on all web servers (and browsers), and having a free CA authority for encryption without necessarily needing strong authentication.

      Rich.

    14. Re:data-retention policies for network traffic ??? by newt0311 · · Score: 2, Interesting

      Hmm... If enough people started using encryption, Intel and AMD would probably start adding it as well. I doubt the extra hardware ill take more than a few thousand transistors. with the current limit of several hundred million, that should be trivial.

    15. Re:data-retention policies for network traffic ??? by newt0311 · · Score: 1

      Its a catch all up there with the other regulations like FAR 91.13 "Careless or Reckless Operation."
      Part a: No person may operate an aircraft in a careless or reckless manner so as to endanger the life or property of another.

      Its a catch all. If you screw up while flying, you were probably flying an a careless or reckless manner. There are quite a few regulations like that floating about.

    16. Re:data-retention policies for network traffic ??? by pipatron · · Score: 1

      If everyone using everything has encryption, then making it illegal will cause a public outrage.

      There are a lot more people copying MP3s than there are people encrypting all their email conversation. Where is the public outrage?

      --
      c++; /* this makes c bigger but returns the old value */
    17. Re:data-retention policies for network traffic ??? by Architect_sasyr · · Score: 1

      A valid point. Note my reference to online banking. The same also applies to identification, company VPN's, access controls, user passwords, etc.

      The public outrage will come from a corporation (ok, so my definition of public is a little vague here). MP3's are, whilst in the same grouping, a different point... as far as the user is concerned downloading an MP3 doesn't compromise their security, but having "weak" security on their banking website allows for it.

      --
      Me failed English...
      FreeBSD over Linux. If my comments seem odd, this may explain...
    18. Re:data-retention policies for network traffic ??? by Opportunist · · Score: 1

      The difference is that it's not necessarily you who's screwing up. You're also liable if someone steals your plane and crashes it in some tower.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    19. Re:data-retention policies for network traffic ??? by Anonymous Coward · · Score: 0

      If someone was doing things online often that they would be embarrassed about in public(with the exception of health and family issues), or know is illegal, maybe you should seriously consider changing your online(and offline) behavior anyways and not just complaining that the authorities might actually be able to keep track of what is going down under their noses.

    20. Re:data-retention policies for network traffic ??? by fourchannel · · Score: 1
      Or how about you try and do what you can to help reform the fucked up government we have. If you believe that you cannot stop it, then you won't even try. But the United States Government is not a force of God, it is full of people. Get rid of the people who want to treat everyone as scum, leave only those who are willing to give the average joe a chance to be a good citizen.

      How many times have you heard of some group of people being treated like criminals, only to then fulfill that prophecy and resort to criminal acts -- in retaliation for being stigmatized by others?

      You could spend all day worrying about how you look in the eyes of others sending encrypted emails, but the right to privacy exists for a reason. The founders of this country realized that people are people, regardless of their country of origin. They knew that to get along with each other, we needed to work together, but we also needed to keep some parts of our lives to ourselves. The act of keeping something private should not be made into a despicable act by anyone of authority. Do not let them trick you into thinking they are right. Decide for yourself if you think privacy is an immoral act, or a neccessary step to ensuring a stable society.

      We should not let up on developing stronger encryption, but I believe that we could eliminate much of the concern if we look at who we are keeping this information from. In all totalitarian societies, where the individual has absolutely no rights nor privacy, does the society continue on stabily? Do things work out all nice and neat in the end? Or is there revolution, uprising, and violence? Do you think we are somehow special, and will not see the same horrors? Once you remove a person's only safeguard from being plunged below the surface of a reality he does not want to share, he will act like the animal you portray him to be.

      Most of the people walking out on the street are not out to get you. For those that are, I believe that most are suffering a mental torment that they do not want. Do you think that a child molester takes pride in what he does? Or maybe does he hate the fact that his brain gives him pleasure from such a sinister act, and he can't stop himself from acting upon it. That maybe he would give the world to be a normal person if only he could make that trade? I'm not saying that we should let him babysit our kids...but we should not burn him at the stake for a condition that is not entirely his fault. Shit happens. When you see a mentally fucked up person, know that they could have been a regular person, but shit happened to them, and see how they suffer from it. Be glad it did not happen to you, show some empathy for those not as lucky. Try and help them overcome their disorder.

      Our founding fathers realized the mistake made over and over again by various governments of the past, and knew that they must avoid it if they can. Privacy is essential to a stable way of life -- do not let it slip out of your grasp. Do not let the government draft away your integrity with their criminalizing legislation. We must not repeat the mistakes of the past, lest we want to share the fate of those who suffered through it. I urge you to do all that you can to keep privacy as an essential part of life. I even urge you to fight for it, but only if you must. And above all, I urge you to not think of other people as potential scumbags, but like yourself -- uncertain of the future, hopefull of a peaceful life, concerned about the welfare of others, and a good person at heart.

      --
      ---FourChannel---
    21. Re:data-retention policies for network traffic ??? by Rakarra · · Score: 1

      Because no one should have anything to hide, right?

  3. well... by mastershake_phd · · Score: 4, Insightful

    .....and closes loopholes that make it possible for criminals to escape prosecution by locating their activities offshore.

    Well it depends which shore, as long as there is a country that doesnt sign the treaty the dedicated criminals can avoid this while we suffer it.

    1. Re:well... by l2718 · · Score: 1

      And I always thought that dissidents relocating their subsersive activities to these shores (the US of A) was a good thing(TM) ?

    2. Re:well... by mastershake_phd · · Score: 1

      And I always thought that dissidents relocating their subsersive activities to these shores (the US of A) was a good thing(TM) ?

      If I was a politician Id say you were soft on crime, and didnt think about the children!

    3. Re:well... by Anonymous Coward · · Score: 1, Insightful

      You shouldn't have to be treated like a criminal on the internet. This is why networks like anoNet (http://www.anonet.org/) exist, but with this treaty, Tor and other networks like it may be compromised. Fight against data retention, encrypt your communications, and even join an anonymous community. The Internet should be ours, not theirs.

  4. In through the back door by Watson+Ladd · · Score: 1

    Just watch as US passes laws restricting rights to "comply with the treaty" they helped draft, just as with the Convention on Psychotropic Substances.

    --
    Inventions have long since reached their limit, and I see no hope for further development.-- Frontinus, 1st cent. AD
    1. Re:In through the back door by antirelic · · Score: 1

      Yeah, there is a law that is already against this whacko treaty... "nor shall be compelled in any criminal case to be a witness against himself," IANAL... but its called the 5th Amendment.... http://caselaw.lp.findlaw.com/data/constitution/am endment05/

      --
      20th century Marxism is not progress...
    2. Re:In through the back door by drmerope · · Score: 4, Insightful
      Just watch as US passes laws restricting rights to "comply with the treaty" they helped draft

      Yes this one reason why those people who advocate the idea that treaties can trump the Constitution do not appear to apprehend all of the consequences. This is one point at least that Scalia et al do get right: allowing defacto amendment of the Constitution via the treaty process could significantly impair our Constitutional protections.

    3. Re:In through the back door by Dunbal · · Score: 1

      Yeah, there is a law that is already against this whacko treaty... "nor shall be compelled in any criminal case to be a witness against himself,"

            If medical records can be used against doctors all the time, why can't logs be used against netizens? Not that I agree or anything, but there is a certain consistency here.

      --
      Seven puppies were harmed during the making of this post.
    4. Re:In through the back door by Anonymous Coward · · Score: 0
      This is one point at least that Scalia et al do get right: allowing defacto amendment of the Constitution via the treaty process could significantly impair our Constitutional protections.

      One of the key arguments in Eldred v Ashcroft was that the US had to extend copyright in order to comply with WIPO. The Supreme Court, Scalia included, bought that argument up and ruled that congress could go ahead and retroactively extend copyright another 20 years.

      I suspect Alberto Gonzales is hoping for the same thing in pushing for a treaty to mandate the laws he hasn't yet managed to push through congress.

    5. Re:In through the back door by drmerope · · Score: 1

      I think you are misstating the logic of Eldred v. Ashcroft. That case does not in any way stand for the proposition that treaties render constitutional acts that would otherwise be unconstitutional. The reasoning of the court (7-2, opinion written by Ginsburg) is as follows:

      Petitioners present the argument that retroactively extending copyright terms is per-se unconstitutional because it creates a de facto regime of perpetual copyright. The court contradicts this by arguing that the '76 act is proof that a rational basis may exist for such a copyright extension--the rational basis being implementation of a treat--such that extending the copyright term does not per-se demonstrate that a constitutional violation. They then decline to find proof that the Bono copyright act was an unconstitutional act of Congress.

      The opinion also gives other examples of defensible extensions of the copyright term.

      The point then is not that the treaty enabled congress to extend the copyright term but that congress was within constitutional bounds to do so if a rational basis pertained and that implementing the treaty was a rational basis.

    6. Re:In through the back door by Anonymous Coward · · Score: 0

      What's so special about your constitution? If the rest of the world wants something you should be forced to change it.

      That's what GWB believes applies to Iraq and Iran.

    7. Re:In through the back door by smchris · · Score: 1

      Yeah, but if French or German police try to go after some American neo-Nazi holocaust denying website and the U.S. government doesn't let them into the country just watch our free press expose the hypocrisy. Oh, wait.....

    8. Re:In through the back door by Anonymous Coward · · Score: 0

      Constitutional protections? In the United States?

      You must be new here.

  5. Unfair by cedricfox · · Score: 3, Insightful

    I don't like it one bit. This is another law designed to keep the good people afraid, uncertain, and doubtful, while providing us less security.

    --
    Did you ever get the feeling the story is too damn long and in the present tense?
    1. Re:Unfair by Anonymous Coward · · Score: 0

      Oh God, if most people think like you, all is lost. You're such an idiot. Just amazing...

    2. Re:Unfair by Anonymous Coward · · Score: 0

      Absolutly right.

      Maybe the majority should try to ignore those stubborns behind the scene.
      Simply raise the middle finger and go away when /agent smith/ arises?

    3. Re:Unfair by Dunbal · · Score: 1

      This type of laws is necessary, to eviar the insecurity producidad in this world. I believe that she provides but security to us and but control in all its aspects

            To quote "Pulp Fiction": English - DO YOU SPEAK IT motherfucker?

            Seriously, an "A" for effort, but I have no idea what you're talking about.

      --
      Seven puppies were harmed during the making of this post.
    4. Re:Unfair by pipatron · · Score: 1

      Dude, it's a bot.

      --
      c++; /* this makes c bigger but returns the old value */
  6. Another law for cooperations by pembo13 · · Score: 0, Troll

    Another law that only barely benefits regular people

    --
    "Thanks for all the money you paid to us. We've used it to buy off ISO among other things" -Microsoft
  7. Makes me want to.... by Em+Ellel · · Score: 5, Funny

    ...set up a small state, join the treaty, declare storage of any credit card information illegal and then demand that all companies doing business online turn over all their credit card information, as well as arrest of all of their employees...Could be fun....

    -Em

    --
    RelevantElephants: A Somatic WebComic...
    1. Re:Makes me want to.... by Kuroji · · Score: 2, Funny

      Sounds like a job for Sealand!

  8. Can China join this by wannabgeek · · Score: 4, Interesting

    And demand information about bloggers posting from even outside their country?

    --
    I'm much more funny, interesting and insightful than the moderators think
  9. Cybercrime Treaty: What it Means to You and I? by SmoothTom · · Score: 4, Insightful

    I have not had an opportunity to peruse the ins and outs of these new and proposed laws, but as a retired businessman, who runs a six node wired/wireless network for myself and family at home, I wonder if as a 'network operator' of my own private LAN I will need a few terabytes of storage, etc. to meet the retention requirements.

    Sounds ridiculous, but it all depends on the wording, eh?

    --Tomas

    1. Re:Cybercrime Treaty: What it Means to You and I? by Migraineman · · Score: 2, Funny

      Funny, there hasn't been *any* activity on my home LAN for as long as I can remember. Yep, here are the printouts of the logs. See for yourself. Nuthin'. Backups? Got destroyed in the blizzard of aught-six. Sorry, nothing more I can help you with. You want to come in and see for yourself? I don't think Mr. Mossberg would like that ...

    2. Re:Cybercrime Treaty: What it Means to You and I? by rwwyatt · · Score: 2, Funny

      I'll need a few petabytes for my porn collection alone!

    3. Re:Cybercrime Treaty: What it Means to You and I? by Dunbal · · Score: 2, Insightful

      Backups? Got destroyed in the blizzard of aught-six.

            You reported the back-ups lost within 90 days of the blizzard, didn't you citizen? I'm sure you wouldn't want to spend 2 years in jail for forgetting to file the appropriate form...like it says right here in subsection 39 paragraph C part xii...

      --
      Seven puppies were harmed during the making of this post.
    4. Re:Cybercrime Treaty: What it Means to You and I? by Augmento · · Score: 1

      the only thing i could find the treaty about stored data is this which just pretty much states that any data the provider ALREADY HAS is retained in an expedited manner so it doesn't get over written. [quote]Article 16 - Expedited preservation of stored computer data 1 Each Party shall adopt such legislative and other measures as may be necessary to enable its competent authorities to order or similarly obtain the expeditious preservation of specified computer data, including traffic data, that has been stored by means of a computer system, in particular where there are grounds to believe that the computer data is particularly vulnerable to loss or modification.[/quote] Then article 20 refers to compelling a provider to do real time collection for a specific investigation within the limits of article 14 and 15 which is something the FBI has been doing for years and that ISP have been complying with for just as long. [quote] Article 20 - Real-time collection of traffic data 1 Each Party shall adopt such legislative and other measures as may be necessary to empower its competent authorities to: a collect or record through the application of technical means on the territory of that Party, and b compel a service provider, within its existing technical capability: i to collect or record through the application of technical means on the territory of that Party; or ii to co-operate and assist the competent authorities in the collection or recording of, traffic data, in real-time, associated with specified communications in its territory transmitted by means of a computer system. 2 Where a Party, due to the established principles of its domestic legal system, cannot adopt the measures referred to in paragraph 1.a, it may instead adopt legislative and other measures as may be necessary to ensure the real-time collection or recording of traffic data associated with specified communications transmitted in its territory, through the application of technical means on that territory. 3 Each Party shall adopt such legislative and other measures as may be necessary to oblige a service provider to keep confidential the fact of the execution of any power provided for in this article and any information relating to it. 4 The powers and procedures referred to in this article shall be subject to Articles 14 and 15.[/quote] in the end, this cioinsight article is so NOT slashworthy, the guy should probably be laughed out of the business for straight up plagiarizing a 2004 article.

    5. Re:Cybercrime Treaty: What it Means to You and I? by Migraineman · · Score: 1

      Absolutely. I also had the receipt notarized as doubleplusgood. I'm certain the Bureau of Records and Community Surveillance has the form on file. After all, compulsory self-surveillance is the first step toward maintaining Citizenship!

  10. Unwise by Anonymous Coward · · Score: 0

    ...decision if US Dept of Justice legitimizes this. Runs afoul of search and seizure provisions in bill of rights, to say the least.

  11. Ha! by Anonymous Coward · · Score: 0

    KCb/fbOkdpYNYaW5xo1rKQHhTbphFdO0

  12. If only.. by aero2600-5 · · Score: 3, Interesting
    If only the police would do their jobs, this wouldn't be necessary.

    What crimes can this help fight that can't be helped in other ways? As it is, everything leaves a digital trail, if not a physical one.

    Let's name some 'horrible' crimes. The only truly horrible crime I can think of on the internet is child pornography. It appears that, in light the large number of recent events, that they already know how to investigate this crime. In the event that didn't have a reasonable track record, there are still methods to combat this. The children are somewhere, find them. They're missing from somewhere, start there. There is money being made, follow that. The pervs get into these groups, so could the cops. The laws are pretty clear about child pornography: Have anything to do with it, and you'll go to jail for a long time.

    Let's talk about other crimes. DDOS? Will this law help stop Distributed Denial of Service attacks? Not likely. Most DDOS attacks are done remotely using a net of bots. This law would require terabytes worth of retained data created by these bots, while the people that created the bot-net will have done so in a manner that isn't traceable. This law won't help any.

    How about selling contraband over the internet? This law isn't necessary. The contraband is being created somewhere. The item is being shipped somewhere. Money is being transferred. There are standard methods to track all of this. The contraband is a physical item. Find it, you lazy fucks.

    In short, requiring network operators to retain a record of every digital transmission is a lot like banning guns. Ban guns, and then only the criminals will have them. Require that ISPs keep records, and then only the criminals will be able to move freely about the internet.

    Hey Keystone Kops, want to catch more bad guys? Work together better with your cohorts in other countries. Share that legally acquired data more efficiently. You found this item here. They're looking for this item there. Put two and two together, assholes.

    Why should network operators have to pick up the slack for inefficient and incompetent law enforcement?

    Aero

    "Any society that would give up a little liberty to gain a little security will deserve neither and lose both."
    --
    Please stop hurting America -- Jon Stewart
    1. Re:If only.. by DragonTHC · · Score: 1

      agreed.

      and finally, to the Keystone Kops:

      hire more qualified computer analysts. that means candidates with a BS in CS.
      that doesn't mean some yokel who took a certification course at the local diploma mill.
      that certainly doesn't mean training your officers in computer forensics.

      If cops could do computer forensics, they wouldn't be cops!
      I've known one cop in my life who wasn't a complete kludge with computers and he was a gamer.

      --
      They're using their grammar skills there.
    2. Re:If only.. by Anonymous Coward · · Score: 0

      If the average /. poster had even 5% of the knowledge he laid claim to, /. would be a resource to rival all the libraries of the world. Unless you back your statement up with some background on how you come to have such an in-depth knowledge of every police HTCU world-wide, you're just YA slashdotter talking big. I've got an MSc and work in computer forensics for a police department that's mixed police officer/civilian, and I know a lot of people in the LE forensics community, and you're wrong, wrong, wrong.

  13. ABOVE LINK NSFW by BugZRevengE · · Score: 1

    above link is Not Safe For Work

    --
    Why me? Why not!
    BACKUP YOUR PARTITIONS
    1. Re:ABOVE LINK NSFW by Anonymous Coward · · Score: 0

      above link is Not Safe For Work But is worth a look!
  14. HELP! by photomonkey · · Score: 5, Interesting

    I am an American, and I love my country. I am, however, getting really sick and tired of constantly watching my country crap all over everyone's rights (or in some cases, preempt people from HAVING rights) both here and abroad all for the sake of a few super-mega-corps; all the while, we're pretty powerless to immediately end any of it.

    As I sit back and watch all the industry in this country die as we make the shift to a service-based economy, I watch us become less important in the global marketplace. Sure we have lots of cash (read: power) now, but what happens when we piss it all away? For Pete's sake, the Shanghai market shows instability and Wall Street shits the bed. We're on the verge of recession.

    There were times in history in which the US helped prevent other countries from making stupid mistakes. Now we are the ones making lots of stupid mistakes, and we're doing it over and over again.

    How does it benefit the EU or anyone else to go along with our silly shenanigans (especially these ridiculous 'e-piracy', think-of-the-children policies)? They didn't with Iraq (for the most part) and escaped unscathed (mostly). Why not tell the current US administration to stop being stupid by not agreeing to participate in its bullshit?

    We're really not a bad country or a bad people. Unfortunately, the filth has risen to the top. Certainly we can do our part to help stop all this, but voting takes time. Please help us stop this train speeding off its track by not supporting/recognizing the US' inane global commercialization laws and regulations. In the end, it will be better for all of us.

    We are, as a world, beginning to define what a global economy really is. This is our (the world's) chance to make life better place for everyone, and even turn a buck doing it. Please help the US stop being stupid not for the sake of the Bush family or those that give us a bad name, but for the regular folks here who work to feed their families and really do want to spread freedom and wealth around the world.

    Americans really aren't bad people. The leadership class just needs a little reminder every once in a while that they are PART of the world, not the fucking owners of it.

    This is certainly no call for violence. Just a simple request that other countries not participate in nor support our stupidity.

    --
    Message contains 1 attachment: spam.gif
    1. Re:HELP! by Anonymous Coward · · Score: 0

      Let's play a game .. how more politically correct can you get ?

      You mean, you love USA but really hate the system here , not bad .... USA is craping on everybody's right, even thought most people in Europe have no rights compared to USA, at least when it comes to dealing with the goverment ( try living in a place like Germany where you are required to register with police whenever you move in , kind of like we do here to sexual offenders .. or perhaps Sweden , where you have to pay a fine if own a place that is bigger than a whatever is a current standard of "responsible" owneship.)

      How about these bad .. o yeah, you got that one covered - "bad .. bad corporations" even thought no corporation in the world has even a fraction of the power a typical goverment agency enjoys ...

      Well, you got that pretty much everything covered, you win.

      Some people have no guts .. and you are one of them, fucker.

    2. Re:HELP! by l0rd · · Score: 1

      I'm sorry but this is just a load of horse crap. As someone who lives in Europe and has been to the states a few times I still don't get where this type of ignorance comes from.

      Talk of no rights? Ever heard of the patriot act? Guantanomo Bay? Being sent to jail for having a little weed? Being called a terrorist every time you cirisize the goverment?

      While the EU is unfortunately going the wrong way (our politicians seem to be brain dead when it comes to privacy laws) I would still much rather live here than in the states.

      Please check your facts and don't go saying ignorant things like "people in other countries have less rights" until you've actually been to said countries or at least post under your own name....

    3. Re:HELP! by yoyoofthemilk · · Score: 1

      At least give us some advice then instead of just correcting our ignorance. By the way I love the signature.

    4. Re:HELP! by spun · · Score: 1

      Some people have no guts .. and you are one of them, fucker.

      Says the Anonymous Coward, parroting back idiotic right-wing blogger/radio propaganda.

      --
      - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
  15. Potential for abuse important, not overriding by buss_error · · Score: 4, Insightful
    Some good points about possible abuses have been raised, and not a few real problems too. These should be addressed; however, the problem on the internet today are so over-arching that something must be done. Not the law in it's present form, but SOMETHING.


    I admin for a moderately sized internet farm, and I can tell you this: If you take the amount of spam you see in your inbox, and multiply each spam by hundreds of thousands, you'll only just begin to get a glimmer of the amount of malicious or covert packets running around your own network, let alone from other networks.

    Sadly, the day where internet facing services can go unmonitored and un-logged is past by seven years or more. Criminals are stealing millions of US dollars every day, day in and day out, and some times stealing tens or hundreds of millions. Data theft is rampant, espionage (corporate and government) is rife, trust is broken... It's a mad house out there.

    One of the things we've done is to insert known "markers" in our own databases. These markers let us find how and who accessed a database, from where, what time, and what user/password were used to extract that data. In other situations, we've taken care to be able to trace the data flow. Some cases have arisen that made my hair stand on end, it was so bad.

    No, the "wild west" days of the internet are at an end, and they must come to a close. Reasonable laws, reasonable requirements should and must be put on networks so that criminals can be brought to the bar for judgment of their crimes. To do any less is to fail civilization. And that's from someone who signs his posts with the below. It's a fine quandry I find myself in...

    --
    Necessity is the plea for every infringement of human freedom. It is the argument of tyrants; it is the creed of slaves.
    1. Re:Potential for abuse important, not overriding by catprog · · Score: 1

      So I assume you want a log of where every one goes and then if they do something that is illegal somewhere else they get prosucted for it?

      --
      My Transformation Website
      Kindle Books http://www.catprog.org/rev
      Interactive CYOA http://www.catprog.org/st
    2. Re:Potential for abuse important, not overriding by buss_error · · Score: 1
      I can see that you didn't bother to read where "reasonable" entered into my comments, nor my sig. If you fear for your anonimity in surfing the web, I share that concern.

      I could use a thousand examples from Phishing to "So, if you want child porn, you shouldn't be logged?" type arguements. However, I'll simply limit myself to pointing out that I've asked for "reasonable" limits and "reasonable" laws. What is reasonable? Well, I for one would start with

      child porn is unreasonable and should not be protected.

      finantial crimes are unreasonable and should not be protected. I see no need for 419 spammers getting off scott free.

      Impure drugs are unreasonable and should not be protected. (EG: almost all drug spams and all penis pill spams.) (see several drug administraion findings that the most popular erectile drug spams have pills that contain rodent fecal matter and no erectile dysfunction compounds.)

      "lottery" ""Winnings"" that are anything but.

      Other frauds.

      I've stared with things that I think all reasonable people can agree are (or should) be prohibited. Where we go after that should be a consensus of all reasonable peoples.

      I don't ask that all see things the way I do, I only ask that the law abiding majority see that the internet is presenting crooks with a way to get away with their crimes, insist that there be world wide laws to bring them to the bar for judgement, and that said judgement is fair and equitable.

      I'm not so radical as to suggest that any email that isn't consentual be a crime, I'm saying that it is past time for reasonable limits and reasonable laws that can be enforeced cross juristiction. If you legitimately can't see that is the case, then I applaud you for your ability to escape the rigors of spam presented to the vast majority of those not so lucky. I only wish that I didn't get 100,000 spams a day for "viakraga", 1,000,000 spams a day from dead generals, presidents, "over invoiced" Nigerian oil companies, or 25,000,000 emails for disfunctions I don't currently experience.

      I can only assume you don't work an abuse desk.

      --
      Necessity is the plea for every infringement of human freedom. It is the argument of tyrants; it is the creed of slaves.
    3. Re:Potential for abuse important, not overriding by l0rd · · Score: 1

      I'm sorry, but how does logging what everybody does and giving that data away willy nilly help prevent the things you stated? These are stupid laws created by people who have absolutely no understanding of the internet or what constitutes a threat. The only people they inconvenience & punish are the innocent and they also create a dangerous precident for walking all over your rights.

      We are now opening a pandora's box with grave consequences.

    4. Re:Potential for abuse important, not overriding by Perky_Goth · · Score: 1

      You only suggested what needs to be stopped, which no one disagrees with, but not how, which is the issue at hand. And this legislation only feels like fuel to the witches fire.

    5. Re:Potential for abuse important, not overriding by catprog · · Score: 1

      child porn is unreasonable and should not be protected.

      And it is also illegal under todays laws finantial crimes are unreasonable and should not be protected. I see no need for 419 spammers getting off scott free. And it is also illegal under todays laws

      Impure drugs are unreasonable and should not be protected. (EG: almost all drug spams and all penis pill spams.) (see several drug administraion findings that the most popular erectile drug spams have pills that contain rodent fecal matter and no erectile dysfunction compounds.)

      I think this is also illegal as well and if not it should be

      Frauds

      also illegal

      --
      My Transformation Website
      Kindle Books http://www.catprog.org/rev
      Interactive CYOA http://www.catprog.org/st
    6. Re:Potential for abuse important, not overriding by buss_error · · Score: 1
      You only suggested what needs to be stopped, which no one disagrees with,

      Part of defineing a solution is defineing the problems to be solved. An some DO disagree
      with what I think should be stopped. I think it's important to state that right up front.
      One of the things I think should be stopped is unsolicated bulk email, of what ever content.
      Another is to force ISPs to act on abuse reports. I've one IP I reported to AT&T over a year ago for sending viruses, put in my IPTABLES, and forgot about until a few weeks ago. I dropped the IPTABLES entry, and within a few minutes had another sample of the same virus. I larted (with a note and the ticket number from the original LART) and put it back in IPTABLES. Today, the packet counts are still increasing by about 10,000 every day.

      but not how, which is the issue at hand.

      Agreed. Caught me plaming that card...

      And this legislation only feels like fuel to the witches fire.

      Which I think I covered in my post. "Not the law in it's present form..."

      The real problem is that every "Single Ultimate Plan to end Internet Abuse" (SUPIA) (say it Soup-a) has real flaws in law, technical, or politial areas. Not to mention users won't put up with it.

      --
      Necessity is the plea for every infringement of human freedom. It is the argument of tyrants; it is the creed of slaves.
  16. Encrypt the channel. by khasim · · Score: 2, Interesting

    At work there are other considerations to use. But TLS is very simple. You can send the emails in plain text ... over an encrypted channel.

    This is handy for me because it is far more likely that I'll have to grep through a month's worth of email looking for one message than it is that the government will have any LEGIT reason to search through the same mail.

    But for just about everything you send from your personal account, spend some time and do it encrypted.

    1. Re:Encrypt the channel. by Seumas · · Score: 2, Insightful

      Yeah, but encrypting transport methods only secures you against snooping. The greater problem is targeted retrieval and review of content. In my opinion, a company should want to encrypt the data as well. Perhaps they can have some master key for urgent or legal situations, but there is no reason every email from every employee should be sitting unencrypted in the mailstore for any number of people to access and read. Not to mention, if your system is ever the victim of malicious attack that allows access to the mailstore, encrypted data will mean very little to the attacker.

      Anyway, I really do hope that encryption becomes a more default and intrinsic part of email applications. I'd love to encrypt all of my communications, but taking the time to convince and assist every person you communicate with via jabber and email to employ similar methods would be both prohibitive and impossible. It's hard enough trying to convince the average person as to why they shouldn't just throw their social security numbers at every person that asks for them.

  17. Internet contrasts with postal system by Anonymous Coward · · Score: 1, Interesting
    That's an excellent point. Anonymous speech is a cornerstone of our democracy. A sign at the postal museum in Washington D.C. reads:

    At the beginning of the new America, nearly all the news came by mail. When the Constitution was signed, it was rushed by post riders to every town that had a printing press. And that's how the newspapers were able to bring the resounding news of how we were to govern ourselves. The newspapers knew of it first by mail.

    In England, for centuries, the mail was frequently scrutinized by agents of the Crown or of the Parliament. It could be worth your life to write a letter that might be seen as having the seeds of treason. This did not happen here. From the beginning, by and large, the U.S. mails have been free of eyes other than our own and those of the sender.

    To the framers of the Constitution, the mail made the engine of democracy run--along with the newspapers. And newspapers then printed a good deal of correspondence. Rufus Putnam, a key military figure in the Revolutionary War, said, "The knowledge diffused among the people by newspapers, by correspondence between friends" was crucial to the future of the nation. "Nothing can be more fatal to a republican government than ignorance among its citizens."

    As a journalist, I have sometimes been asked where my leads for stores come from. Much of the time, they come from opening the mail. Readers from all over the country send personal stories, newspaper clippings, local court decisions, and student newspaper editorials arguing for the First Amendment rights of students. There is no other way I would have known about these stories except through the mail. It is through letters that I often receive highly confidential stories about unfairness in the justice system from people who would not trust any other form of communication.

    The framers of the Constitution knew how vital the mail would be when Article I was written to protect privacy of communication through the mail.

    Nat Hentoff is a columnist for the Washington Post and the Village Voice, and the author of Free Speech for Me, but Not for Thee. How the Left and Right Relentlessly Censor Each Other.

  18. the article seems to have it all wrong by acidrain · · Score: 1

    Well, here is the list of suckers so far.

    A little disappointed to see Canada on there, but at least we didn't x the "signature without reservation as to ratification" box like the US did.

    Anyway from my attempt at reading the treaty, it seems like all it *requires* is a country to make it possible for it's "competent authorities" to be able to record data when requested to do so. It doesn't say service providers are required to do more than facilitate this recording. See Article 20 and Article 21. This is still a pretty major loss of privacy, but not something we haven't seen before.

    As for enforcing foreign laws and cooperate liability? I'm not seeing what the author claims on this one either. It looks like the country is expected to enact certain laws (nothing to do with Nazis), and make sure that there is always an entity responsible, even if it is a cooperation. Check your facts slashdot!!!

    Ahh well, this whole thing, if it gets implemented, it will immediately cease to be that important as everyone rolls out strong end to end encryption in response. And thats probably a good thing if you think about it.

    --
    -- http://thegirlorthecar.com funny dating game for guys
  19. Doing something by wytcld · · Score: 1

    We (those with technical abilities) can fully secure the Net - or a substantial subset of it. We could do it this year. But we won't, largely because we respect outlawry too much. Why? Because there are too many jackass laws. When governments stop persecuting people for free thought, for music, for sex (other than with children), for drugs, for spiritual practices and political involvements - then we can lock down the Net, knowing that our work isn't going to further greater evil than it prevents, won't be presenting governments with what they need to further destroy the true prosperity of individuals and societies.

    And I say that as someone who firmly believes that governments are necessary and can (and sometimes do) do great good.

    --
    "with their freedom lost all virtue lose" - Milton
    1. Re:Doing something by buss_error · · Score: 1
      We (those with technical abilities) can fully secure the Net - or a substantial subset of it. We could do it this year.

      I firmly believe this month were we as techs and admins to do what we know we should do.

      But we won't, largely because we respect outlawry too much.

      Or we wish to continue our employment.

      Because there are too many jackass laws.

      As many "jackass laws" as their are, there are many more "jackassed" "management" teams overruled by brainless salesforces.

      When governments stop persecuting people for free thought, for music, for sex (other than with children), for drugs, for spiritual practices and political involvements

      One could wish that all governments everywhere start representing their governed, rather than a raw and brutal power grab most represent... even (especially?) in the US. Power grabs using the ideals of a people are no less repugnant when the iligitimate grab for power is attractive to a select few or only a ideal that is foisted or co-opted on a people.

      - then we can lock down the Net, knowing that our work isn't going to further greater evil than it prevents, won't be presenting governments with what they need to further destroy the true prosperity of individuals and societies.

      A-MEN! Haliuia! From your lips to God's Ear. However, this is a great danger, and should be guarded against in all ways.

      And I say that as someone who firmly believes that governments are necessary and can (and sometimes do) do great good.

      You are a person of great perception and greater discernment. These are precisely the things I worry about.

      "with their freedom lost all virtue lose" - Milton

      But only if we allow it... only if we allow it.

      --
      Necessity is the plea for every infringement of human freedom. It is the argument of tyrants; it is the creed of slaves.
  20. No incarceration without representation by Anonymous Coward · · Score: 0

    Yes they can, and the stupidest thing is that it doesn't matter if it's a crime here, if it's a crime in China then we would be obligated to spy on our own people for the benefit of China.
    If you don't like it, you can't even complain to your elected representative because it's not a law in your own country and you don't elect the Chinese government.

    This treaty directly applies the laws of foreign powers to enabled surveillance regardless of your home countries own laws.

    It is totally unconstitutional in pretty much every country since there is no higher 'power' beyond the government of a country.

    No incarceration without representation

  21. Oh yeah? by ady1 · · Score: 1

    Until they make encryption illegal. I think that's the next step when it doesn't work out for them.

    jkerhi~uy@yy?>fdsalj9oyhuiyuio%$ewq!

    1. Re:Oh yeah? by eosp · · Score: 1

      Be sure to drink your Ovaltine??? You ASS!!!

  22. Encryption Illegal? As if. by TheVelvetFlamebait · · Score: 1

    Until they make encryption illegal.
    Yup, that'll fly. It would be the end of DRM and copy protection. You know FairPlay, Plays4sure (or whatever it's called), CSS, AACS, and all those other copy protection mechanisms that those companies spent so much time and money on? All would be illegal. But I guess there are always casualties when you make laws like that.

    In fact, they would be the only casualties. Any kid with knowledge of Basic would be able to create a tool to encrypt files.
    --
    You know, there is a difference between trolling and pointing out the flaws in your reasoning. Just saying.
    1. Re:Encryption Illegal? As if. by Anonymous Coward · · Score: 0

      Encryption for *private* parties to use. Large, corporate behemoths will be able to have licensed encryption for their needs.

      And before you roll your eyes at it, remember how effective "if you've done nothing wrong, you should have nothing to hide" has been so far. Now throw in the fearmongering that anyone who uses encryption is just using it to hide child porn, and you've got enough voter apathy/distaste in the public's mouth to make it politically feasible.

  23. mod parent up by Anonymous Coward · · Score: 0

    Sadly, the day where internet facing services can go unmonitored and un-logged is past by seven years or more. Criminals are stealing millions of US dollars every day, day in and day out, and some times stealing tens or hundreds of millions. Data theft is rampant, espionage (corporate and government) is rife, trust is broken... It's a mad house out there. By all that is holy, you're exactly right! Everywhere I look, I can see these cypherpunks in their criminal uniforms maliciously plucking away at their keyboard like a role-player yelling lightning bolt! Most of the businesses in my neighborhood have gone under, destroyed by heinous criminal underworld raping the open ports of teh intarwebs. Just the other day Xi Noodlehouse, across the street from me, lost 17 billion dollars in an unprovoked attack. I'm sure you saw the newspaper headlines about it. Tomorrow, it will be probably be IBM who loses everything in the click of a mousebutton.

    In the time it'll take you to read this post, another $247 million dollars has been stolen from corporations. I, myself, just had my Visa card compromised for the 9th time this week. All my friends and family have their life savings disappear about one every other month, on average. Have you checked your online bank account in the last five minutes?

    It's everywhere! It must be stopped! Like you, I am afraid to walk outside. The riots. The kidnappings. Security policies are a failure. The once-lauded firewalls have crumbled. Encryption is a joke. Passwords are too difficult! Only a brave hero like Captain Congress and the Guantanamo Brigade can save us from what clearly amounts to raw chaos in the streets.

    The goddamn liberty bullshit must be sacrificed in order to stop the massive hemorrhaging that's destroying the very fabric our society. We need new laws; oodles of them. We can unemployment in our lifetime by quadrupling the number of law enforcement. Hire all the gamers to develop monitoring systems to scan the population. Implant those chips the Chinese used to control pigeons. Launch pre-crime. Build more prisons. Increase the laws. Increase invasiveness. It's for our own protection.

    It's the only way to stop the burning tires on my street. The only way to put an end to the sinister criminal masterminds who are stealing millions of dollars day in and day out. The only went to end rampant data theft. The only want to stop the rife espionage. A shining light to restore trust in this fragile world.

    Lock everything down. Or we're doomed. DOOMED!
    1. Re:mod parent up by buss_error · · Score: 1
      Well, A/C, I think you over state the case to make a point. And again, I have to go back to my original words and original statements and reiterate "reasonable"... the problem is to define "reasonable".

      "Reasonable" is a wonderful term. It means something to everyone, but not the same thing to more than one person at a time.

      If you don't have more than 3 transist agreements nor more than 10 peering agreements, then I have to suggest that you simply haven't been exposed to the small bit of real abuse and real hacking out there. My backup connection is an OC3. Yet speed isn't an indicator of the levels of traffic. It could simply be that $dayjob only need to get one web page per day and three emails. Possible, but not likely.

      I don't think I've said or intimated that we need to "lock everything down". What I've said, and my experience shows, is that accountabillity end to end is desirable in some cases, possibally in many. I don't know. I think it's time and past to consider it, discuss what each finds reasonable (oh, that slippery word again!), and what circumstances. But then again, no one elected me God or President for Life. I'd like to think I'd have the intelligence to decline the nomination, were any so foolish to put my name in the hat for it. (I don't think any are, but you never know.)

      The way I interpert your post, you are against ANY monitoring, ANY enforcement. That is as flawed as TOTAL monitoring and TOTAL enforcement. I also suspect that such an arguement isn't worthy of your own intelligence.(eigher way)

      As for your appeal to liberty, I share that concern. After all, we now see that the FBI has (ab)used their power of National Security Letters (I never doubted this would happen, human nature being what it is), we already know about the tens of thousands of illegal wiretaps, monitoring of SWIFT transactions, and the thousand other cuts of illegal power exercised in the name of "Homeland Security". (Does anyone else detect a faint aroma of "Fatherland" when they hear that?)

      I live in Texas. I saw what George Walker Bush was when he ran for Govonor of Texas against Ann Richards (disclosure: she was a distant relitive of mine). Nothing he's done since being elected Govonor has surprised me in any way. In fact, my only surprise is that he's not been more blatant in his grasping for power. My only shock is that he's not issued an executive order voiding the Bill of Rights, instead of just sticking to "signing statements" that do much the same thing.

      Politics aside, and if you can restrain your FUD factory, I will again state what is obvious to me: There has to be a way for network operators to flag traffic to other network operators for logging. There has to be a unified and accepted defination of what is unacceptable at minimum (EG: DDoS is unacceptable, but getting a DNS record isn't.) There has to be National Juristictional authority to enforce agreements. There has to be an International agreement to enforce a minimum level of acceptable behavior, or a way for National authority to restrict or prohibit traffic from other national authorities and jurisdictions that fail to enfore the minimum.

      At the same time, there has to be a way to protect the system from abuse of a political party, extengicies of the moment, or even fits of pique.

      How?

      I think and hope that I've made it painfully clear that I'm no genius. I've not one iota of a clue as to how to go about this. However, I do have the faith and belief that others can come together and work out a solution that will fit most cases and accomidate exceptions either way. It may be that there will be parts of that agreement that rub me the wrong way.(See my sig.) It may be that others want more autority and control than I'm willing to allow. It may be that there was stiuations where both parties agree that there is abuse, but the rules don't allow for disclosure. I'm willing to live with that. But what I do know is that total authority is as much a lie and phantom as total anonimit

      --
      Necessity is the plea for every infringement of human freedom. It is the argument of tyrants; it is the creed of slaves.
  24. yep - there it is by vic-traill · · Score: 2, Interesting

    This was pretty quick find in terms of the status in Canada:

    - we signed
    - it isn't ratified by Parliament yet
    - the bureaucrats are working on it

    It is noted that a number of laws have to be changed in advance of ratification, so

    Complementary or further amendments could be made to other existing laws , such as the Competition Act, in order to modernize them in accord with the Convention, notably in the areas of real-time tracing of traffic data (see section on Specific Production Orders below) and interception of e-mail.

    There are a couple of beauties in here; the options being examined for the cost of building a required "interception capability" for ISP's include the ISP's paying for it, the ISP's paying for it when "significant upgrades" to their networks occur but not required to pay for changes to existing networks. This all adds up to the customer paying for the mechanisms that Johnny Law gets to use to bust those same customers. What a schmozzle in the making.

    http://www.justice.gc.ca/en/cons/la_al/a.html

    I don't have much of an alternative to contribute here, though. Crime on the Internet is apparently on the rise (I don't know if I believe stories of DOS-extortion, they always seem to be a rumour, not a news story, but maybe I'm naive). Internationally there needs to be a mechanism for a guy in France to charge a guy in Canada (yo MafiaBoy!) for DOS'ing his business, but this is Big Brother shit running wild.

    Why aren't existing extradition treaties sufficient, and used in concert with whatever updates occur in the laws of respective countries? If you think someone's guilty, make your case in extradition court. Is the requirement of evidence so much higher for cyber-crime than other crimes?

    ... Puzzled ...

    --
    [17] Leary, T., White, C., Wood, P. R., Bhabha, W. D., and Wirth, N. Lambda calculus considered harmful. In Proceedings
  25. Increased Penalties by mgiuca · · Score: 1

    But when it comes to cybercrime, no one really expects law enforcement to keep up technologically with criminals--it's an arms race the criminals keep winning. An alternative is to raise the penalties, in hopes of deterring criminals who weigh the benefits of committing their crimes against the risk of getting caught.
    Clearly what is needed is the death penalty for all use of file sharing and other computer crimes. That is sure to reduce crime levels to near zero.

    In case you missed my sarcasm, my point is that it is in no way "justice" (remember that word?) to raise penalties to offset the difficulty of catching criminals. Penalties for crimes are supposed to be in some way related to the severity of the crime. That's the notion of "justice". It's fair to weigh the penalty against the severity of the crime, not the difficulty to detect the crime.
  26. What if Saudi Arabia joined? by Panaqqa · · Score: 1

    Could they then demand that ISPs and/or LAN admins hand over information on who uploaded pictures to a magazine website, then use this information to demand the extradition of employees of any magazine that showed so much as a woman's bare ankle? Find out who uploaded Sports Illustrated Swimsuit Edition pictures and yank them over to Saudi Arabia for a public flogging followed by 15 years in jail?

    An exaggeration, I'll admit, but just an extreme example of the types of things we could see if this is ratified by many nations. Just about anything you can think of is a criminal offense somewhere. Add extradition treaties and you get something quite scary.

    I'm just glad that the retention requirement is impossible given today's technology. Even a small home LAN with a broadband connection would need a drive array with capacity measured in multiple Terabytes. A small enterprise network would require Petabytes. Fat chance!

  27. If you please, explain by BenEnglishAtHome · · Score: 1
    Of course, there is a lot of email that can NOT be encrypted. For example, my company has a strict policy that encrypting any communications can be cause for immediate termination.

    Huh? Could you please explain the reasoning behind this? In my organization, we're rapidly moving toward encrypting all internal email (and as much external traffic as we can). I can't imagine any organization where there's NO data that isn't recognized as sufficiently sensitive that it should be protected when it's put in email. Even if it's just at the highest level (takeover offers, executive headhunting and salary negotiations, stuff like that), surely the top-level execs at your organization cannot believe that it's proper to leave all of their email in plain text on servers where an admin with sufficient privileges could read it.

    Did you mis-state? Is the policy not *quite* universal?

    Really, I find your statement fascinating and I just wanted a little background. TIA if you choose to reply.

    1. Re:If you please, explain by hobbesmaster · · Score: 1

      I imagine that due to HIPAA, Sarbanes-Oxley or something with similar requirements, all electronic communications must be logged in his workplace by federal law. If they allowed encrypted email they would not be able to log that communication and his company could be in very serious trouble.

    2. Re:If you please, explain by BenEnglishAtHome · · Score: 1

      Thanks for the thought. I hadn't considered SOX or HIPAA. I work in a highly secure environment where we're required, under various laws dating back decades and mandating prison sentences for noncompliance, to keep data secure. We don't, however, have much in the way of logging requirements. Thus, I tend to think of data protection as being accomplished through access control; in practical terms this is accomplished via network privileges and encryption. In my environment, logging/tracking is a peripheral concern. It's always nice to be forced to think outside my normal routine; thanks.

    3. Re:If you please, explain by J'raxis · · Score: 1

      As long as the encryption keys are available or can be made available, I don't see why logging the encrypted communication would be a problem. This sounds like a paranoid company worried about people emailing off trade secrets or somesuch; they're probably reading all your email communications too.

      Come to think of it, this might be a pretty good way around data-retention laws -- retain everything, just like the government want, but it's encrypted, and the encryption keys are in the hands of the individual customers/clients/whatever. That would effectively prevent the situation where they can request a company hand over customer data without the customer's knowledge -- the only way the data they receive from the company would be remotely useful is if they also went after the customer himself in order to obtain the keys.

  28. not a conflict by way2trivial · · Score: 1

    although the courts cannot compel me to testify they can by god compel me to produce records that help to incriminate myself

    --
    every day http://en.wikipedia.org/wiki/Special:Random
  29. It's not encryption by Anonymous Coward · · Score: 0

    It's data compression for efficiency with the added affect of business security.

  30. Wait, what? by Caspian · · Score: 1

    Are you sure you responded to the right comment? I'm an American expat living in the EU, and I left America because of its rampant stupidity. I'm a "self-hating American", I suppose. And I found this guy's post to be very humble and critical of his own country. Nowhere in his post did he say that people outside the US have fewer rights than people in the US (nor would I make that idiotic claim). Are you just a troll? Honestly, there are plenty of perfectly good "stupid-ass redneck American" posts out there on Teh Intarweb without you having to fabricate outrage over a post which, really, is on the side of good (read: "unafraid to criticise the Big Bad US, even from the inside").

    --
    With spending like this, exactly what are "conservatives" conserving?
    1. Re:Wait, what? by l0rd · · Score: 1
    2. Re:Wait, what? by Caspian · · Score: 1

      Oh. Okay. Yeah, they're just another "fundamentalist American". Ugh. Criticise away. :)

      --
      With spending like this, exactly what are "conservatives" conserving?