Slashdot Mirror


BBC: AOL, Earthlink Are 'Cooperating' With FBI

braddock writes: "The BBC is now reporting that 'The FBI is scouring e-mail accounts for clues as to who might have been behind the terror attacks' and that AOL and Earthlink have confirmed that they are cooperating with investigators. Earthlink maintains 'We're co-operating, but we're not installing any surveillance equipment on our networks.' AOL and Earthlink together have approximatey 36 million accounts. Scary how fast privacy can be compromised when the bulk of a country's e-mail services are centralized." I wonder which ISPs really are installing Carnivore, if not the two largest in the country. Maybe this means it's already in place?

231 of 386 comments (clear)

  1. so they'll use grep ??? by neodymium · · Score: 1

    Honestly, I can't imagine that AOL and Earthlink won't install any special surveillance equipment in their network. Searching for keywords in >>100 millions of emails takes a little more than a workstation with grep...

    1. Re:so they'll use grep ??? by Damien+Vryce · · Score: 3, Insightful

      From what I've heard, at best the FBI's infamous surveillance equipment is an x86 system, and most likely won't have more than 8 cpus in it (if that).

      The kind of firepower that a major ISP can throw at a problem of this nature can include 64-cpu Sun Enterprise class computers with gigabit ethernet cards connected to every mail network that the ISP has.

      If said ISP is commited to not having other people's machines connected to it's internal networks, the ISP can provide a lot heavier duty monitoring firepower than anyone else.

    2. Re:so they'll use grep ??? by Lars+T. · · Score: 1

      Maybe they don't need to install special hardware, because it's already there. And if it wasn't installed for the FBI...

      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    3. Re:so they'll use grep ??? by GearheadShemTov · · Score: 1

      Don't automatically assume that AOL cooperating with the FBI involves Carnivore, nor should you assume that the FBI will be grepping through the entire message base for keywords. (What keywords would you look for? "Appt. at 8:45 a.m. today confirmed"? Let's be serious.)

      Much more likely, they've got a few individual names of some possible material witnesses (so-called "persons of interest"), and the FBI wants to have a look at the e-mail traffic of those few individuals. This is not hi-tech, this is shoe leather stuff, folks.

      Never underestimate the value of trying the obvious thing first.

    4. Re:so they'll use grep ??? by Knobby · · Score: 1

      Here's an honest question... Imagine a user has an Earthlink account and decides to access it via a POP3 client which automatically removes the message from the server. The message text is gone from the server, and all that's left is a log entry. I'm not sure if AOL allows POP3 access, but the terrorist could certainly delete the incriminating messages from his/her inbox.. So the questions become "What are these guys really hoping to find?" and "What's the probability that an incriminating message will still reside on the servers?"

      Does anyone know what percentage of people store their mail on servers, rather than on their notebook, or home PC?

    5. Re:so they'll use grep ??? by badk1tty · · Score: 2, Funny

      Indeed, but it also comes down to that we're not dealing with complete idiots here. Er..perhaps I'll clarify. The terrorists aren't idiots. I have no doubt that the people running AOL and EarthLink are probobly fools, but that's just a personal opinion. Anyway. Yeah. I don't think people are going to plan an attack on the US and email eachother back and forth with;

      OBL: So, this terrorism thing under way as planned?
      Person2: yup! hijacking plans are all ready!
      OBL: Great! So you using bombs or knives?
      Person2: Knives! but we'll pretend there's a bomb!
      OBL: Pentagon too right?!
      Person2: You betcha boss!

      ... you get my drift.

      -bk

      --
      My lips may promise, but my heart is a whore.
    6. Re:so they'll use grep ??? by Damien+Vryce · · Score: 1

      Your understanding of Sun Enterprise class systems is clearly lacking, as is your understanding of production level networks.

      Scanning for data in real time when you're looking at several near-full gigabit lines isn't exactly trival, and the more keywords to search on, the harder it gets.

      The advantage of a Sun system with a fair number of CPUs is that each IO board can have dedicated CPUs handling it to make sure that the process that's doing the work never blocks waiting for IO, CPU or both (remember kids, handling IO requires cycles, and blocking on CPU is bad when you're trying for soft realtime).

      Of course, there are other problems as well. The network card drivers have to be able to keep up (remember kids, that needs CPU cycles as well). You have to watch that the system is balanced in terms of how fast you write IO to memory, and how fast you process what's in memory and flush it to disk (gee Billy, that takes CPU as well).

      In short, if you're just grepping through mail spools, you're more likely to be disk IO bound, though there are high-end tricks for getting around that by making it more CPU bound, and adding more CPUs. If you're decoding packets in real-time off the wire on multiple gigabit networks, you're bound to network IO, which is bound to the CPUs.

    7. Re:so they'll use grep ??? by Surak · · Score: 2

      So what high-end tricks are available to make the grep process not be I/O-bound? Enquiring minds want to know! The only thing I could imagine would involving a separate thread that caches the whole the thing in "real time" to the memory while the grep process looks through memory. Even then, you'd be waiting on that cache, wouldn't you?

    8. Re:so they'll use grep ??? by ichimunki · · Score: 2

      Don't forget that regular backups are done so that no mail is lost in an emergency situation. Most of these are incremental (in a good backup plan). The likelihood is high that AOL could reconstruct the state of a server on any given date with reasonable accuracy.

      What surprises me is that anyone would bother with this. Encryption tools are readily available that would completely protect this information in transit. At best they can analyze who got mail from who and use that to obtain search warrants for newer, less certain suspects. Normally, you can't just use warrants to go on fishing expiditions like this, but then this is "war" so who knows...

      --
      I do not have a signature
    9. Re:so they'll use grep ??? by Bobzibub · · Score: 1

      I think that one would agree that the ability to discern who one communicates with is just as important as the contents of the message to police-like authorities.

      Carnavor (and ilk) probably store much more of this info than the actual contents of one's emails due to storage constraints.
      cheers,
      -B

  2. Even more reason to use PGP/GPG by brunes69 · · Score: 3, Insightful

    If we all used GPG for our email transmissions, this wouldn't be a problem, would it? That is until a few months goes by and a new amendment to the constitution prohibits encryption tools of any kind... Think I'm crazy? We'll see.

    1. Re:Even more reason to use PGP/GPG by neodymium · · Score: 1

      Just take an encryption tool with a good number of regular users, make it closed source and implement a "government backdoor". Then publish a new version, preferably with a nice GUI and some new encryption methods which are not backwards compatible and let your marketing department do the rest. Sounds familiar ?

    2. Re:Even more reason to use PGP/GPG by jsse · · Score: 1

      Well.

      The country is at war. The piracy will not be their prime concern.

      Will open source developers cooperate to make backdoor in their encryption? Very unlikely, because not all developers are from US.

      It'd do more harm than good for US to prohibit the development of encryption tools. That'd make us more vulnerable to the outside world where encryption is not restricted by stupid laws.

    3. Re:Even more reason to use PGP/GPG by Fat+Casper · · Score: 2
      They'll never do that- we'd actually own the DVDs we've bought. Not even a global war can undermine their commitment to the DMCA. Even congresscritters need campaign funds.

      --
      I spent a year in Iraq looking for WMD and all I found was this lousy sig.
    4. Re:Even more reason to use PGP/GPG by isomeme · · Score: 3, Insightful
      Encryption tool installation and use are still too complicated for the average user out there. I have been a software professional for 20 years, and it took me a couple of hours of fiddling to get PGP configured properly for Eudora. Most people will not be able to do so without expert help, and most people do not have expert help available.


      The only realistic way to achieve widespread email encryption is to build it into the primary mail clients -- Outlook, Eudora, the major webmail services. I don't see much chance of that happening, of course.

      --
      When all you have is a hammer, everything looks like a skull.
    5. Re:Even more reason to use PGP/GPG by Greyfox · · Score: 2

      If you install PGP on your system, Outlook will magically have menu items for it. Although I don't do Windows, my company set up PGP encryption for communication over the raw Internet to a company in Romania with whom we were outsourcing development. Our Romanian team installed the International version of PGP and Outlook just picked it up. It took only slightly more work for me to get GPG working with Xemacs :-)

      --

      I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

    6. Re:Even more reason to use PGP/GPG by zpengo · · Score: 2
      Yeah, we need to fight the evil government and protect our right to communicate our plans over e-mail and telephone, so we don't have to bother with all that secure communications nonsense.

      By the way, brunes69, the crow flies at midnight.

      --


      Got Rhinos?
    7. Re:Even more reason to use PGP/GPG by ignatzMouse · · Score: 1

      Since when are we at war? Just because CNN puts up pretty graphics and repeats it over and over like a mantra and politicians throw the word around like it has no meaning doesn't make it so. We are at war when congress declares war and here's a newsflash: They ain't gonna do it cause that would mean sticking their necks out and naming countries like Afghanistan. God knows they don't want to do that. All this is hype in order to justify treating the constitution like a doormat. Soon the war on terrorism will get thrown into the category with our other great concept "wars": drugs and poverty. Good company.

      If you really want to fight terrorism, go after the group that trained these people. Somehow I don't see us declaring war on ourselves. Strange how all the major American conflicts of the last 30 years or so have been fueled by the CIA: Iran, Iraq, Nicaraqua, Panama, Afghanistan. When are we going to wake up and realize they are a bunch of MAJOR FUCKUPS?

      --
      No artist tolerates reality. -- Nietzsche
    8. Re:Even more reason to use PGP/GPG by Lenbok · · Score: 1
      The only realistic way to achieve widespread email encryption is to build it into the primary mail clients

      Which is one reason why I believe it's extremely important that mozilla mail have support for GPG/PGP for version 1.0. There are patches waiting, but the powers that be don't rate it as important enough to get in before 1.0. If 1.0 comes out without GPG/PGP, it'll be that much harder to get email encryption mainstream. Go vote for bug: http://bugzilla.mozilla.org/show_bug.cgi?id=22687

    9. Re:Even more reason to use PGP/GPG by NutscrapeSucks · · Score: 2

      The course of the discussion seems to be that Netscape/Outlook/Mozilla does NOT have built-in encryption, when in fact they all do. The problem is that it's SMIME and not PGP/GPG.

      SMIME is certainly geared more towards corporate usage (with a real CA heirarchy rather than PGP's trust model), but it's real encryption and it works.

      Netscape (now iPlanet) sells a 'Certificate Server' for use with SMIME mail and other things. That explains their relative lack of interest in PGP for Mozilla.

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
    10. Re:Even more reason to use PGP/GPG by sporty · · Score: 1
      In actuality, it might be more proof to the point that encryption itself isn't the criminal in this whole fiasco is to use steganography tools.

      Just planting a seed of thought. I can't run with this since i haven't a clue what tools are available...

      --

      -
      ping -f 255.255.255.255 # if only

    11. Re:Even more reason to use PGP/GPG by Dwonis · · Score: 3, Insightful

      Except there is no longer a difference between little brother and big brother. Not to mention the fact that there is no way in hell that the U.S. will manage to force anyone with truly malicious intents to use dumbed-down "encryption".

    12. Re:Even more reason to use PGP/GPG by red_one · · Score: 1

      My contribution.

      -----BEGIN PGP PUBLIC KEY BLOCK-----
      Version: GnuPG v1.0.6 (GNU/Linux)
      Comment: For info see http://www.gnupg.org

      mQGiBDfYEDURBAD2ud7d0VWJLlK5oyn22bue6xDKGBJ0mmC+ DH Sj84CRdjEkOIP5
      iR6A/+AZB1rr57mBkJ2ITowR66nAaytXfpQEU0lo+JBKlowj wf O2mRo5h0e+wHdg
      CSr+9diSRX/jIoj/dVbGVNUndpZ96bFtassXdR29GR9rAVX9 vm j+mqWMPwCg/63T
      NqeIM8QCisuYTAdBsLMUDSsEAOG0I03lwxXZQhKLMe3CM7/l ZY 7in1RXu5Qvh+9Q
      pGFl0XHmFehqFxymCx3KvEFVtUC4xuBPtP5/UpMiCPrr5nqP KD CqMmcZV36uULWg
      B1CpD01TmIUF191soVyEfs0+S/lA9vH+/3/z4w9vxB/vSAak Zw zNImomFfDtpG0I
      3GT+A/4moipLU34IPEfLetus27gT9eHyqHAmQ8IIwLxxp0FS 2W 3Hrr+aSDMtMDQr
      GC3wCQK7d+vgzPdYoKTKJT7C5IESp+JNQbFq54g4lELWpi+Z ue HAm7vyyz0o4rN/
      Co1HIzHfeT1zBR9xlYQmlEB8WgAzAaOGpcyWjIkZRAgDOtVD Zr QoU2ltb24gSGls
      bCA8cmVkX29uZUBvdGhlcnNkaWV0cnlpbmcuY29tPohOBBAR Ag AOBQI5yZiBBAsD
      AgECGQEACgkQsnOzDG7Xi8rtiQCeLuP/M06CR2UPuHCO91ZA bO aNe6UAnAxms2tF
      4alLPdBdGj5v+tYZKr0+tCVTaW1vbiBIaWxsIDxzaW1vbl9o aW xsQGdlb2NpdGll
      cy5jb20+iE4EEBECAA4FAjnJmIEECwMCAQIZAAAKCRCyc7MM bt eLytgbAKCNEy+A
      ekG28t1W1WZ5vSo9DXpRKQCgvH2JdrhBSH2uYSei7nlELru8 gy W5Aw0EN9gQNRAM
      AMwdd1ckOErixPDojhNnl06SE2H22+slDhf99pj3yHx5sHId OH X79sFzxIMRJitD
      YMPj6NYK/aEoJguuqa6zZQ+iAFMBoHzWq6MSHvoPKs4fdIRP yv MX86RA6dfSd7ZC
      LQI2wSbLaF6dfJgJCo1+Le3kXXn11JJPmxiO/CqnS3wy9kJX tw h/CBdyorrWqULz
      Bej5UxE5T7bxbrlLOCDaAadWoxTpj0BV89AHxstDqZSt90xk hk n4DIO9ZekX1KHT
      UPj1WV/cdlJPPT2N286Z4VeSWc39uK50T8X8dryDxUcwYc58 yW b/Ffm7/ZFexwGq
      01uejaClcjrUGvC/RgBYK+X0iP1YTknbzSC0neSRBzZrM2w4 DU UdD3yIsxx8Wy2O
      9vPJI8BD8KVbGI2Ou1WMuF040zT9fBdXQ6MdGGzeMyEstSr/ PO GxKUAYEY18hKcK
      ctaGxAMZyAcpesqVDNmWn6vQClCbAkbTCD1mpF1Bn5x8vYlL Ih kmuquiXsNV6Uwy
      bwACAgwAijrc7qQpWuoXPMmMCCI4pjH36zEiPuQ8AvaB7g8V 1q FF5img/0z7weLE
      myv9yk3lAX4eEdBMU/QlNyreCvvut/wqwH7ypwuM4pq7Oc9h T0 DnXNY3ENMt4ouD
      NGyRm0VXHRdIZNidjm0WSxBDIJF3YSnnLxGKvr4yDVE05zJ2 +6 xFKdJMNXqGKNNK
      XPVrT7AE0TYTYRMQ5736Mlcs6GNOBS+bsckGgLT8gOqK+nTm xh RLM3tAU91dHFh0
      pmtHK3uXCrXqXnboEQDM163tN8VuLho1oUbfqJOpsIr14TPc n/ OvpiI0MaLa1DfC
      ERZ/uS5lF9XgB3cX1/PzS3A+VPT3HtAUQ5PmiBMAxTY56zJd MQ 80L8UHijE9U/sR
      Jjyjjye2XNjNGtebX0kjwod02x+DOiBXGgOs9bFNYHIet2vk +4 KQJ3AdDpR8wM0/
      1pN4zwBPZEya/d64Yu9pQJOrBdS7CPDiMlmKEKNOMhbo9F0g R3 LJ05JQ20qJwHRp
      5+lFaM2ViEYEGBECAAYFAjfYEDUACgkQsnOzDG7Xi8rXUQCg 4W cvI/h/1V64I110
      4u+pdDVcTTgAoPUrWOMFhiOl8Ggs1xeXcTNQ6CXV
      =z7Mg
      -----END PGP PUBLIC KEY BLOCK-----

  3. What is the point here? by the+eric+conspiracy · · Score: 5, Insightful

    It sounds like the FBI is presenting ISPs with subpeonas, and the ISPs are not fighting them in court but are cooperating. Is this wrong in some way? If it were a case where someone had evidence that this was countervaling established precident or I'd be concerned. Buth there seems to be little evidence that there is any abuse at present.

    Much more of a concern would be the call by Att. Gen. Ashcroft to rewrite wiretap laws.

    1. Re:What is the point here? by Anonymous+Covard · · Score: 1
      Much more of a concern would be the call by Att. Gen. Ashcroft to rewrite wiretap laws.

      Which happened this morning (Monday).

      --
      Information wants to be free -- but informants want to be paid.
  4. Encryption by Guillaume+Ross · · Score: 1

    We will soon be outlaws I guess ! "15years old script kiddie gets 8 months of detention for using PGP, a dangerous tool, which always leads to destruction."

  5. A difficult balance.... by rootrot · · Score: 4, Interesting

    It is easy to throw away the 4th Amend. in a state of fear and/or rage. It remains my hope that rational minds will prevail...sadly, while the individual may be rational, the mob tends to act with passion.

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

    Overall, it is worth keeping in mind that it was hate and revenge that created this tragedy and that to give way to hate and revenge is to let this tragedy demean and lessen us. Understanding something this massive and monstrous will take a long time, and the dialogue we will engage in about this will, eventually, be healthy and worthwhile. The trick is to not fall into the trap of knee-jerk "reactive" action.

    /rr

    1. Re:A difficult balance.... by rootrot · · Score: 2, Interesting

      Dear AC (subtle irony...why do you opt to post with privacy???):

      I am in no way liberal. Personally, I think the focus should be on very small teams of very cold men each with a short list humans who no longer need to exist.

      What I do *not* want to see is the typical American response...throw lots of money (and in this case, lives) at a "problem" with very little attention on long term goals/solutions. We are a very "reactive" culture with little patience for systemic solutions.

      We sall see.

      /rr

  6. there need to be a trade off by defunc · · Score: 1

    i wonder how many people would trade in some of their privacy to help the law enforcement agencies in preventing similar tragedies from happening in the future.



    i know i would.

    --
    .defuncrc
    1. Re:there need to be a trade off by gid-foo · · Score: 1

      Can you guarantee that the trade will 100% prevent similar tragedies? Can you also guarantee that no innocents will be taken? A false sense of security is less worth than a real awarenes of the risks.

    2. Re:there need to be a trade off by defunc · · Score: 1

      unless you try , you will never know. every little bit counts.

      --
      .defuncrc
    3. Re:there need to be a trade off by j7953 · · Score: 2

      If everyone is now willing to trade their liberties for more perceived safety, the terrorists will succeed in their "attack against the free countries of the world", not by destroying the countries, but by making those countries destroy their freedom.

      "An elective despotism was not the government we fought for."
      -- Thomas Jefferson

      --
      Sig (appended to the end of comments I post, 54 chars)
    4. Re:there need to be a trade off by evilmonkey_666 · · Score: 1

      No, I dont think so.

      Do you really beleive that international terrorists communicate via an AOL email account?

      Get Real.

      --


      - PS. This is what part of the alphabet would look like if Q and R where eliminated.
  7. So what else is new? by Dog+and+Pony · · Score: 1

    Maybe I am a bit too cynic here, but really... all those softwares are most probably installed a long time ago, and if they aren't in some places, what would you expect?

    No authority of those kinds will ever care about the average Joe if they want to do something, whether for good reasons or not. They will just do as they please, and if they overstep, they apologize and throw us a scapegoat. Meanwhile, it is business as usual...

  8. I don't mind. by soybased · · Score: 1

    Personally, I wouldent mind my email being scoured if it were simply for the task of finding the terrorists. I'm not a terrorist, so I have nothing to worry about.

    I would be angry if they were to assault me for other activities while scouring my email account though. But I seriously doubt they would/could do that.

    Due to the abuse of freedom on tuesday, I expect to see some freedoms removed temporarily. Made more secure, and then returned to the people. I completely support this.

    I'd rather be alive.

    1. Re:I don't mind. by gwallen3141 · · Score: 1

      The government doesn't understand temporary. Once a law is enacted it's a law forever unless it's written with the legal equivalent of an expiration date. Somehow I don't see that happening here. Once you give power to these people they'll fight tooth and claw to keep it forever.

    2. Re:I don't mind. by HelpfulPete · · Score: 1

      You wouldn't mind? Fine, fuck off to some shithole place like Afghanistan where people accept such gov't intrusion.

      What could possibly make you doubt that they would/could do that? Are you a natural born moron or just drunk on the flag waving?

      --
      "Society is like a stew. If you don't keep it stirred up, you get a lot of scum on top. " - Edward Abbey
  9. Anyone know the keywords? by Rayonic · · Score: 1

    Obviously they can't check through all the mail, so anyone know what kind of keywords they're searching on? There are a lot of people exchanging e-mails about the recent terrorism, so I'd imagine they'd get a lot of hits.

    Or maybe they're just searching for messages in Arabic? Or singling out encrypted ones?

    1. Re:Anyone know the keywords? by suwain_2 · · Score: 1
      Or singling out encrypted ones?

      You bring up, or mabye just cause my "unique" mind to dream up... An interest point:

      Theoretically, couldn't an unencrypted message be "more" secure? It's like hiding something in the open, where no one would bother looking.

      But I agree, they'd get a lot of hits. But I strongly doubt international terrorists would send e-mail in plain text saying "Hey, let's crash planes into the World Trade Center!" I'd think they'd use some form of 'codeword' or something...? So, for all we know, an e-mail saying "Wuzzzzzzup?!?!?! NMH!" could mean "Let's blow up the White House tomorrow." I doubt the FBI would be able to figure that out, unless they had inside sources who told them.

      Not that I have any clue how terrorists communicate, but just a thought...

      --
      ________________________________________________
      suwain_2 :: quality slashdot p
    2. Re:Anyone know the keywords? by kachuik · · Score: 1
      Far more likely the important info would be, "Who sent you mail?" & "Who did you send mail to?".

      Right now, the idea is to develope leads and see where they go. Shadey Character #31 e-mailed Scumbag #47 who talks to Scumbag #48 who talks to Shadey Character #30. "Put more Agents on checking out #30"

  10. can we regain those freedoms after the war? by count0 · · Score: 1

    In wartime, and particularly in this kind of war with an invisible enemy, civil liberties will be restricted. And I fully support that, if it helps them get the people and organizations that planned and carried out this tragedy.

    The question I have is: after the war is over, can we regain those liberties which we voluntarily (at least for me) have given up? I'm not sure...and I'm not sure where the line is between short-term support of this surveillance to aid the current search for terrorists, and long-term support that will see us living in a police state.

    1. Re:can we regain those freedoms after the war? by Safety+Cap · · Score: 1

      If you are never able to eliminate all terrorist threats, why should the government restore your rights...ever?

      Also, since the governement finds your rights to be expensive and a nusance to maintain, why not allow them to do away with all of them? It will make the government more efficient and they can pass the savings on to you!

      Now serving number 54. Number 54. How do you plead?
      [pause]
      The verdict is guilty. Number 54, report to the liquidation center for sentencing.

      Next!

      Now serving number 55. Number 55. How do you plead?
      [pause]
      The verdict is guilty. Number 55, report to the liquidation center for sentencing.

      Next!

      --
      Yeah, right.
  11. Find Another Way to Communicate by quakeaddict · · Score: 1

    Guys...we are at war. The normal rules do not count in war. In times of war the needs of the many outweigh privacy arguments.

    If you feel it necessary to communicate privately use regular mail or meet them in the park and simply talk.

    Electronic surveillance has done much to already get them on the right path in many cases, and I think we owe it to the country not to whine so much about privacy stuff when the only thing the feds are after are the guys who killed 5000+ of our citizens.

    --
    I'm still working on a clever footer.
    1. Re:Find Another Way to Communicate by sphealey · · Score: 2

      "Guys...we are at war. The normal rules do not count in war. In times of war the needs of the many outweigh privacy arguments."

      That is what happened during the (US) Civil War. After the war ended, the balance between government and Constitutional rights was restored to (more or less) what it had been before.

      Then came the Great War (WWI). Again the "normal rules" were "suspended". But after that war the normal balance was never really restored, and the beginnings of the National Security State were first seen. And so on through WWII, Korean War, and Cold War.

      I have always been a pretty strict constitutional libertarian, willing to accept some risks to live in a free society. Obviously such a position will be hard to defend now (in fact, I wonder if I am taking some risk by writing this).

      So I think that the idea of Constitutional freedom will be greatly reduced in the United States in the next few years, and will never be restored. Nor do I think that anyone will object too much about it. But let's not forget what we will lose in the process.

      sPh

    2. Re:Find Another Way to Communicate by singularity · · Score: 1

      "Guys...we are at war. The normal rules do not count in war. In times of war the needs of the many outweigh privacy arguments."

      Is this basically what we said to Japanese-Americans as we locked them up shortly after Pearl Harbor?

      "Guys...we are at war. The normal rules do not count in war. In times of war the needs of the many outweigh the freedoms of some. Now walk into the camp."

      --
      - (c) 2018 Hank Zimmerman
    3. Re:Find Another Way to Communicate by gilroy · · Score: 2
      Blockquoth the poster:

      the only thing the feds are after are the guys who killed 5000+ of our citizens.

      ... for now.


      It's not that the desire is so out of place, as worry as to how far this will go. What seems urgent now becomes convenient becomes standard becomes routine becomes indispensable. And then we see the FBI saying, "Well, drugs kill thousands of Americans each year. So do drunk drivers. And anyone manipulating the market disrupts the economy and impacts millions. And those who associate with anyone who is eventually linked to any of these must be suspect themselves..."



      Don't let the terrorists win! Don't sanction the uprooting of fundamental liberties for the impression of action and the illusion of safety. What is most desired by these despicable people is exactly that we become them, that we give up on three centuries of open and free government.

    4. Re:Find Another Way to Communicate by coreyb · · Score: 2, Insightful

      The difference between this "war" we seem to be in now and the wars previously mentioned is that the current war does not have a defined enemy. Indeed, we may be getting ourselves into a fight against Hydra - every terrorist we take down is replaced by three more. In effect, this is a "war" that may never end.
      What is most disturbing is that members of congress and the president and other government types are saying that "we must defend freedom" as they attempt to destroy it.

    5. Re:Find Another Way to Communicate by screwballicus · · Score: 2
      Guys...we are at war. The normal rules do not count in war. In times of war the needs of the many outweigh privacy arguments.

      Why is it that specifically, in "times of war", the rights of the populace are negated by the "needs of the many"? Why not in "times of crime" or "times of dissidence"? Certainly, it would be beneficial to the "needs of the many" for the FBI to use Carnivore and Echelon in more domestic crime, should it net them a criminal conviction. Catching serial killers or convicting pimps or drug lords would certainly justify negation of privacy accross the country. It would certainly serve the "needs of the many".

      The problem with your argument in the context of American politics is that your statement is a staunchly utilitarian one. If America were utilitarian, it wouldn't need any rights at all. It would allow the government to snoop around in its citizens' personal business in whatever way served the greater good. However, America is not based on any sort of utilitarian principle, but rather the exact opposite, rights theory. Rights are not something one can choose "when it's convenient". They are allocated to us solely on the bases that we are thinking, breathing human beings. The government, furthermore, is the last body which should be able to choose, whenever it seems convenient, to wave any one of our rights for "the good of the many".

      If you're a utilitarian, then the needs of the many always outweight the rights of the individual, and our government need only decide at what level and under what circumstances it no longer has to concern itself with those rights.

      However, America isn't a police state (yet) and it would probably be best if it stuck to the rights theory expounded on by its forefathers rather than, in times of trouble, deciding that whether or not Americans actually have any rights is a matter of opinion on the part of the government.

      If "freedom is under attack" as the jingoists have phrased it, and "freedom" is our real concern, negating the rights of the populace is the most tragically ironic response to this massacre that I could possibly imagine.

    6. Re:Find Another Way to Communicate by morris57 · · Score: 2
      Blockquoting the blockquoter:

      Don't let the terrorists win! Don't sanction the uprooting of fundamental liberties for the impression of action and the illusion of safety. What is most desired by these despicable people is exactly that we become them, that we give up on three centuries of open and free government.



      Where in the Constitution does it say that law enforcement cannot request information from ISPs? Or do you have another source of "fundamental liberties" that I am unaware of? The bill of rights gave us protection from "unreasonable search and seizure" of our persons, papers and property but also provides the exception in the case of probable cause of law breaking.


      That said, I don't think that the terrorist most want us to give up on our form of government, more likely they want us to stay the heck out of their part of the world.

    7. Re:Find Another Way to Communicate by warpeightbot · · Score: 2
      Nor do I think that anyone will object too much about it.
      I will. And so will other voices, bigger than mine:

      Don Marti's take on a pertinent issue.

    8. Re:Find Another Way to Communicate by zgeist · · Score: 1

      I find the responses in this particular thread to be very interesting. For the last thirty years, I've heard this assertion that our (USA citizens) constitutional rights have been consistently eroded during the last century and the rate of that erosion grows faster and faster each new year. I think that is a completely unfounded assertion. With the exception of wartime restrictions, can someone explain to me, specifically, what personal civil liberties have been restricted? Aside from the fact that we are compelled to pay income tax, be involved in the Social Security and associated programs, and have to wait three days to buy a gun, I can't think of no such restriction - and in those cases I don't think of it as a restriction so much as an evolution of the social compact. I don't know if it's lack of education or some sort of particular politial complaint that drives this myth but I find it constantly referenced and never supported. Maybe this needs to be another thread but I read and hear these statements, sometimes near hysterical prophecies of doom, but I never see them supported in any depth and rarely see them challenged. "Scary how fast privacy is comprimised when the bulk of a country's email services are centralized" What privacy has been comprimised? The privacy of a dead criminal suspect? I'm not a constitutional law expert ( I just play one on slashdot) but I don't think there can be a great expectation of privacy if your dead - especially when the manner in which you died involved crashing your stolen jetliner into the WTC or the Pentagon. If stealing a jet and crashing it into the WTC or the Pentagon isn't enough cause to allow law enforcement officers to look over your "private" email, just what would one have to do to face more stringent restrictions of civil liberties like actually being arrested or jailed? There is nothing unreasonable about this act - and unreasonable search and seizure is what the Fourth Amendment is all about. The hysteria created in the slashdot community whenever an Internet privacy issue arises is about as uninformed and ingnorent as TV news reports about the Internet child porn. Reasonableness is not the same thing as Utilitarianism, to touch on another of the associated threads within this thread, but it does presupose that there is a sort of mental calculation or measurement of situation and circumstance to produce a fair and just result. Just because those results may be different given different situations or circumstances does not mean that we are unprincipled. It just means that we aren't idealogues that can only view and react to the world through the prism of their ideology. The right to privacy is important but no more important than any other right - including the right to life.

    9. Re:Find Another Way to Communicate by Rix · · Score: 1

      I think we owe it to the country not to whine so much about privacy stuff when the only thing the feds are after are the guys who killed 5000+ of our citizens.

      That is your opinion, and you have every right to it, just as you have every right to open all of your communications to the government if you so desire. You do not, however, have any right whatsoever to demand this of others.

      The fundamental rights of over 5000 people where violated on Tuesday, would you chose to violate the fundamental rights of millions in response?

    10. Re:Find Another Way to Communicate by gilroy · · Score: 2
      Blockquoth the poster:

      The bill of rights gave us protection from "unreasonable search and seizure" of our persons, papers and property but also provides the exception in the case of probable cause of law breaking.

      Fair enough. Truth be told, the cooperation of the ISPs is not what worries me, nor what I meant to rail against. They are, at least, conforming to accepted usages of law. I am much more worried by, say, the Senate bill that expanded the validity of warrantless searches and that allows the FBI or the Justice Dept to cloak anything and everything behind an unbreachable wall of "potential threat to national security". I firmly believed judicial oversight is necessary.


      Right now, everyone's pulling together and inquiries are legitimate. How long, though, will it be before some FBI bureaucrat slips up? How long will he resist the temptation to bury everything under the National Security fence?

    11. Re:Find Another Way to Communicate by morris57 · · Score: 2

      The Senate bill you are talking about (not sure which one) would be a far more valid criticism of the government than the issue of the FBI going after ISPs. Thanks for bringing it up.

      I wish /. would investigate bills like the ones you mention... if not them, someone else maybe.

    12. Re:Find Another Way to Communicate by Spaghetti+Stick · · Score: 1

      Yes, we are at war.. My question is, how long do you think we will be at war? It sounds to me like Mr Bush is talking about a permanent war on the "scourge of the 21st Century"..

      As long as there are fanatical people and a centralized powerhouse for them to target there will be terrorists of one kind or another. Terrorists are nothing new.. they have been called pirates (the sea type), hackers (computer type), revolutionists, freedom fighters, militia, and anybody else whom the general public does not understand.

      I personally feel and have felt my entire life to be a person whom the general public does not understand.. a "geek" if you will.. I have no problem being different and thinking different. But many people don't like it and would like to stop it or harm it.. Obviously, I'm not saying that I'm a terrorist, I am saying that people tend to group and categorize.. people group their fears regarding others and when people are afraid they don't always descriminate between those people whom they fear.. I have serious concerns when people start talking about.. "we are at war. The normal rules do not count in war". I counter this line of thinking with "evil cannot be fought and defeated with actions based upon fear, evil can only be fought and defeated with actions based upon the heart"

      This is a war that has no end. The "normal rules" once gone shall never return as long as people maintain the mentality that "we are at war. The normal rules do not count in war"

      regards,
      Spaghetti Stick

  12. Carnivore is pointless by Kallahar · · Score: 1

    Keep in mind that all the ISP's ALREADY log all the connections through their network. They ALREADY have a lot of the emails, etc. on their system in the form of access logs and backups of undelivered messages.

    Carnivore can only be installed to monitor traffic to/from a specific person (as per the warrant). It can also only monitor real-time data (nothing from the past). Therefore, what is the point of installing Carnivore now? They just want to install it so that it will be easier for them to deploy it in the future to catch all the non-violent pot smokers who are "ruining the country"

    Travis

    1. Re:Carnivore is pointless by honestbob · · Score: 1

      True, provided those "non-violent pot smokers" are also members of the 30 - 50 terrorist cells which are believed to be holed up in this country at this moment. Do you deny that the threat of future attacks is sufficient reason to allow the FBI to monitor electronic communications? Would you rather risk your email being read by a computer program and possibly a person, or being blown to bits as you sit down at your desk at work?

      A democratic government's biggest challenge is to resolve conflicting interests. We are discussing weighing privacy against law enforcement and national security. Last Tuesday, the latter received an unforgettable point in its favor. I don't think this is alarmism. We have known it was possible for decades. I think we just didn't know there were people who were both willing to and capable of doing it. Now that we know, we must revise our policies accordingly.

      honestbob

  13. How could they possibly find anything... by Dr.+Awktagon · · Score: 2

    I can just imagine the FBI's sophisticated search techniques:

    "Search for Arabic names or the word Allah and turn it over to us"

    Oh well.

    rm -rf /bin/Laden
    fsck -a /usa

  14. They are following legal guidelines here... by _LORAX_ · · Score: 2

    They have authority, although the authority seems a bit broad. I mean come on, how ofen is the FBI going though the phone company logs of a suspect? You don't hear slashdot complaining when at&t and version are cooperating with a legal sopena?

    But it doen underscore the need for encryption and the fact that even you ISP cannot be trusted. We need commercial security aware companies to provide SSL'ed smtp servers because even GPG/PGP does not prevent DCS1000 from figuring out who you are communicating with.

    I would love to have ALL logs an ISP keeps be encrypted with my public key, that way the govenment cannot make use of the data without my authority.

    1. Re:They are following legal guidelines here... by coreyb · · Score: 1

      Such a subpeona is for the logs of a _single_ user.
      This new development is what comes down to looking at _all_ users' traffic, without any court giving permission. (i.e. _without_ a subpeona)

  15. War versus Civil Rights by JabberWokky · · Score: 1
    I'd feel much better about this if we'd declared war. In wartime, I'm willing to accept this without them even telling me. In peacetime, I'm willing to go to the wall to defend my rights. The difference is - in wartime, there are fellow citizens (potentially myself) putting their lives in the hands of people doing their damndest to make the right decisions with very little information, while the other side attempts to cloud the issue.

    As it is, Viet Nam and Korea (and assorted lesser bloody conflicts) have been uncomfortable to label here in Merka, because Congress hasn't officially declared war since WWII.

    Of course, right now, it's kinda difficult to declare war when the extent of the enemy isn't clear... and never will be.

    --
    Evan

    --
    "$30 for the One True Ring. $10 each additional ring!" -- JRR "Bob" Tolkien
    1. Re:War versus Civil Rights by Reality+Master+101 · · Score: 2

      We did declare war. Congress passed a War Powers Act: "...the president is authorized to use all necessary and appropriate force against those nations, organizations, or persons he determines planned, authorized, committed, or aided the terrorist attacks...".

      --
      Sometimes it's best to just let stupid people be stupid.
    2. Re:War versus Civil Rights by gaj · · Score: 1

      Invoking the War Powers Act is not the same as delcaring war. The Viet Nam Conflict was fought under the hWar Powers Act, but we never did declare war on North Viet Nam. Neither have we declared war now, in any but a metephorical sense.

    3. Re:War versus Civil Rights by Reality+Master+101 · · Score: 2

      Well, the whole question of "what constitutes declaring war" has been a debate in the US for a long time. The constitution says that congress has the power to declare war, so my personal feeling is that if congress passes a war powers act authorizing war (particularly when they specifically use the word "war"), then they have pretty much declared it.

      I don't think we've had any new recent legal definitions, but if you have something, post a link.

      --
      Sometimes it's best to just let stupid people be stupid.
    4. Re:War versus Civil Rights by JabberWokky · · Score: 2
      We did declare war [foxnews.com]. Congress passed a War Powers Act

      Which is what we did in Viet Nam. (Korea was a "police action". Heh.) That does not mean that we formally declared war. For one thing, read your own post - who did we declare war on? All that was done was allocate funds. The president is Commander-in-Chief, and head of the Executive Branch of the government, and as such, any of them can use whatever force they want in any way. It doesn't take Congress' approval to do so, and in American history, there have been cases of the president and the Congress being at odds over such issues.

      The check and balance is that Congress can reallocate funds and/or impeach the president. Formal declaration of war is done by Congress, and the check and balance on that side is that the president in office can say "Yes, very good. You've declared war. But the armed services aren't going to do anything'.

      Not declaring war is a nice political move, and is why Congress gave Bush $40 billion when he asked for $20 billion for military funding. That way, every Representative and Senator can say "I voted so that the $20 billion for relief would go out, not for the $20 billion for this war that my voters don't like now". It's hard to play both sides in a stark simple vote to declare war.

      Bringing it back to subject, that ambiguity allows "emergency investigations" in peacetime... right now, the FBI are looking for terrorists in AOL. When are they going to look through your home computer as a matter of routine when someone at your place of work embezzels $5,000?

      --
      Evan

      --
      "$30 for the One True Ring. $10 each additional ring!" -- JRR "Bob" Tolkien
    5. Re:War versus Civil Rights by Reality+Master+101 · · Score: 1

      who did we declare war on?

      We declared it on "those nations, organizations, or persons he determines planned, authorized, committed, or aided the terrorist attacks". Just because we are going to name names later doesn't make it less of a declaration.

      --
      Sometimes it's best to just let stupid people be stupid.
    6. Re:War versus Civil Rights by slashdot_commentator · · Score: 1


      No, from the text, it looks like Congress approved a vague "Police Action" which authorizes the President to blow up whatever he thinks was involved in the terrorist attacks.

      Declaration of War needs the words "Declaration of War" and a Nation(s) to direct hostilities towards.

      --
      There is no America. There is no democracy. There is only IBM and AT&T and DuPont, Dow, General Electric, and Exxon
  16. And the privacy war rages on... by z3r0byt3 · · Score: 1

    Privacy is a funny thing. Everyone has secrets about himself that he would rather keep private: sometimes because having his secret revealed would be embarrassing, or would have legal ramifications, or numerous other reasons. Sometimes it's just assuring to know that there are some things you can keep private. Everyone deserves this freedom, right?

    And yet, wouldn't it also be reassuring to know that people who are plotting your death wouldn't be able to keep that a secret? Don't you wish you could make the killers, the thiefs, and the serious do-badders give up their privacy without compromising your own?

    Sadly, it's not so easy.

    There are certainly times where privacy is invaded for petty reasons; for example, take the various spy services the web offers. Any Joe Schmuck with a few bucks can find out close personal details about anyone. That seems wrong to me.

    However, I have no problem with the FBI scouring communications to detect potential suspects in major cases. I trust the FBI to be mature, not using Carnivore or related technologies for petty purposes. I will certainly stand and hand in the freedom to commit an anonymous crime for the peace of mind that everyone else has done the same.

    1. Re:And the privacy war rages on... by bendude · · Score: 1

      Look, anyone who's going to the trouble of killing me, will have no problem going through whatever they have to go through to organise their deeds.

      Jo Schmo, who likes the idea of liberty, just doesn't quite understand all the heated debate, will not go out of his way to get an anonamous message through to his government, and will not want to have to use new terrorist style technology, just to have a private discussion with his lawyer.

      While removing internet privacy will prevent people from using the internet privately, it will do nothing to stop those who truely feel the need to keep their activities private, it will only further criminalise their activities (which were already criminal). The only luser here is Joe Schmo.

      --


      Get the Hell off my planet, you slimy mobster Bush!
    2. Re:And the privacy war rages on... by z3r0byt3 · · Score: 1

      Yes, criminals who are very intent on achieving their purpose will go about their business other ways. However, with the anonymity of the internet decreased somewhat, that will make this much more difficult. If police can monitor phone conversations, email, instant messages... etc, criminals have to make a much more concerted effort to be not discovered. And in the extra time it will take to communicate, we could be hot on their trail. No one expects any technology to 100% remove terrorism or crime from our society; we're simply looking for a comparative advantage.

      As for Joe Schmoe, if encryption software must provide a government back-door, the change-over is probably seamless for him. He may have to download another program and install it (which, granted, isn't easy for everyone), but after that the implementation details are hidden from Joe. He doesn't have to do anything different than before.

      Privacy won't be completely lost; it's not as if everyone will have free access to everyone else's emails. Obviously, this is excessive. However, the authorities who have the power to prevent criminals from striking will have access to emails when necessary (admittedly, I don't know under what circumstances Carnivore can be used now, or what the circumstances will be in the future.) At any rate, I am prepared to surrender my freedom of privacy for a much greater freedom: the freedom from harm.

  17. How far does privacy have to go? by Refried+Beans · · Score: 1

    I'm glad that people are worried about their privacy at a time where it's likely to get trampled in the name of national security. I just think some people are overreacting to it. It's not like the NSA is going through all your private email and publishing it on web pages for all the world to see. The guys that are running through the world's email are probably scanning millions of emails a day using sophisticated filters and probably skimming hundreds of those with their own eyes. Do they care about your weekend plans or how much you love your dog? NO! They are looking for threats to national security. As long as you're not doing anything that would make the Federal government curious, you probably have nothing to worry about. Go back to your hole. If you are, then let them read your email and try to crack your PGP keys.

  18. i was under the impression... by anguish+feast · · Score: 1

    Didn't we just hear about Bin Laden's obsession with encryption? And isn't Carnivore or (DCS1000 or whatever) only supposed to examine email headers? If I'm not mistaken, they are only supposed to be allowed to view the message bodies to/from certain usernames/IPs and by court order on a case by case basis. I don't mean to be naive, but don't be naive enough to believe that Bin Laden and pals wouldn't use encryption or that they would be that foolish. My guess is that they will not find anything significant that they aren't already aware of. Remember, "if we outlaw encryption, only the outlaws will have encryption" - source? i forget, i think it was someone from the EFF. take care.

    1. Re:i was under the impression... by camusflage · · Score: 2

      And isn't Carnivore or (DCS1000 or whatever) only supposed to examine email headers?

      My understanding is that Carnivore can do two things. Pen Register and Tap and Trace. Pen Register can be done without a warrant, and only records from and to information. Tap and Trace, with a warrant, will capture the contents of the email. IIRC, it also works on other traffic in the same way. Pen Register capturing the host, destination, and URL, and Tap and Trace capturing everything.

      --
      The truth about Scientology, Xenu, and you: Operation Clambake
    2. Re:i was under the impression... by braddock · · Score: 1

      Follow the news. Thursday (Fri?) the US Senate passed the "Combatting Terrorism Act of 2001" in a 97 to 0 vote. This bill allows both FBI Pen Register, AND Tap and Trace WITHOUT a warrant if used on any case involving Terrorism, or COMPUTER SECURITY (any crackers out there?). Still have to pass the House (AFAIK) but, THERE WAS NO OPPOSITION IN THE SENATE ABOUT THIS!

      --Braddock Gaskill

    3. Re:i was under the impression... by camusflage · · Score: 2

      Thursday (Fri?) the US Senate passed the "Combatting Terrorism Act of 2001"

      Early Friday. It was a rider on the spending bill.

      Still have to pass the House (AFAIK) but, THERE WAS NO OPPOSITION IN THE SENATE ABOUT THIS!

      Senator Leahy (chair of the Judiciary Committee) raised the issue that it's overbroad. Given that it was an amendment to a spending bill for $40 billion for dealing with terrorism domestically, it's not exactly a surprise that it was passed like beer through a college student.

      I actually posted my own uninformed analysis of the amendment here on slashdot.

      Follow the news.

      I do try to remain clueful, especially where online rights are concerned. If my wife and I both die, the EFF and CDT are in for six figure paydays. S'matter of fact, I first mused on this Tuesday evening. Be particularly mindful of my wry comment "We promise we won't wiretap anyone without a magistrate's approval who doesn't really, really, REALLY deserve it." I hate being right sometimes...

      --
      The truth about Scientology, Xenu, and you: Operation Clambake
  19. Seems a bit futile to me by Red+Moose · · Score: 1
    Does anyone honestly believe that somewhere among the 36 million users, and possibly hundreds of emails a year at least, that they will find something like

    "OK, we will kill thousands by hijacking planes on Sept. 11 2001"

    "Signed: Osama Bin Laden"

    "PS - just to prove it's me I will send this in paper by FedEx as well....hahahha, those Americans will never be able to catch me"

    And it's hardly as if he will have an email address like osama@afghanistan.com or something.

    I don't mind them installing software or whatever, but surely there is something better to try. Like the endless talk of face recognition systems or something. I couldn't believe that in the first 24 hours they had not one mention of going through the surveillance cameras in the airports, or anything.

    --

    Acting stupid isn't much fun when there's someone around who knows better

    1. Re:Seems a bit futile to me by Knobby · · Score: 1

      I agree, here's a quick example of how Mr. Bin Laden might avoid encryption issues and confuse the Carnivore stuff as well:

      "OOK, ve-a veell keell thuoosunds by heejecking plunes oon Sept. 11 2001"
      "Seegned: Oosema Been Ledee"
      "PS - joost tu prufe-a it's me-a I veell send thees in peper by FedEx es vell....hehehha, thuse-a Emereecuns veell nefer be-a eble-a tu cetch me-a"

      See nothing to it!

  20. Work on the assumption that you have zero privacy by Ars-Fartsica · · Score: 3, Insightful
    You can bemoan the intrusion of carnivor all you want, but lets put it bluntly: right now mainstream America is not concerned with linux hackers having their internet traffic observed. In fact, this has probably increased society's paranoia about "hackers/crackers", the internet, and electronic commerce.

    That said, work on the assumption that you are being observed. If you want to encrypt data, do so - you may have reason to. If you want to use gpg for email, you probably have good reason to do that as well.

    Its going to be at least a year until society really and actually starts thinking about civil liberties again - right now you can forget about it.

  21. Only The Guilty Need Worry! by Anonymous Coward · · Score: 1, Funny

    All these people whining about their precious privacy. What have they got to hide? What are they so worried about? If they're innocent then they have nothing to fear.

    It's not like the individuals who work for the government agencies that have been charged with enforcing the law don't know what's best for America. I know what's best for America. Hell, I know what's best for the world!

    I'll be reading your email now, but don't worry. Only the guilty will be affected.

    1. Re:Only The Guilty Need Worry! by mpe · · Score: 2

      All these people whining about their precious privacy. What have they got to hide? What are they so worried about? If they're innocent then they have nothing to fear.

      They may be innocent but "politically incorrect", which has certainly happened in recent history with the likes of the FBI. Indeed the FBI activly ignored organised crime for a portion of its history.

  22. Tunneling.. and DCMA by MadCamel · · Score: 1

    This is why I have moved my IPsec tunnel endpoint to a location outside of the US. Now, all my personal traffic is encrypted until it reaches another country(In this case, Sweden). Perhaps things like this will become more commonplace as our civil liberties decline in the face of these attacks. The strange thing about liberties is that once their gone, even if it is only "temporary", they never come back.

    Has anyone considered the effects of the new government policy in conjunction with the DCMA? Once the witch hunt is over, we could be in serious trouble.

    1. Re:Tunneling.. and DCMA by MadCamel · · Score: 1

      First off, pardon my dyslexia.

      It's not E-Mail that I encrypt, but rather my IP traffic, until it is in a differant country. Why do I care? Am I doing somthing illegal? Why yes I am!
      All my CD's were stolen, and I still have the cases. I have been downloading copyrighted mp3 files and burning myself replacements. This is illegal, although I do not consider it immoral. I would be willing to bet that you yourself patricipate in SOME form of illegal activity online yourself. After they are done looking for terrorists(or, at least, when the search slows down), they will have an extensive network set up for monitering and analysing traffic. Do you think that they won't put it to use to catch us 'bad guys'?

    2. Re:Tunneling.. and DCMA by arrow · · Score: 1

      The sad part is, I started reading this and thought to myself "That sounds like MadCamel".... then I looked at who posted it. *sigh* :P

      --
      symetrix. We are building a religion, a limited edition.
  23. Bin Laden's people "using cybercafes in Pakistan" by JPMH · · Score: 5, Informative
    Interesting piece in today's Sunday Telegraph on how Bin Laden is set up in Afghanistan, written by one of the BBC's most senior reporters, John Simpson, from the border between Afghanistan and Pakistan.

    The full article is at
    http://portal.telegraph.co.uk/news/main.jhtml?xml= /news/2001/09/16/wbin116.xml

    Extract:

    Forget those earnest statements from Taliban spokesmen that bin Laden is under house arrest in Kandahar or that his communications equipment has been confiscated. These things are said to deceive the simple-minded, and to distance the Taliban from his activities.
    ...

    Bin Laden has one of the most sophisticated communications systems in the region. A communications vehicle is stationed at a distance from him, and his calls are routed through it. That way, if they are intercepted, he won't be hit by some smart weapon fired from a distance.

    But he makes few calls anyway; instead, when he wants to speak to people in Pakistan, he sends his Afghan spokesman quietly across the border. No amount of international eavesdropping can detect that.

    Other bin Laden agents make for the internet cafes that have sprung up in the Pakistani border town of Peshawar. They use the most common service providers, all of them American, and refer to each other and to bin Laden himself by their first names. In the welter of e-mail traffic their messages go unnoticed. If approval for the World Trade Centre operation came from bin Laden, then this is how it would have been done.

  24. Privacy lives by Coward+Anonymous · · Score: 1

    Did anyone stop to think that if our privacy were so absolutely compromised by the government, as many here like to imagine (evil carnivore, etc.), then these terrorist attacks would have been thwarted?

    Notice, I'm not saying government surveillance is a good thing. I'm pointing out that people pretend the government to be much more powerful and nefarious than it actually is...

  25. Re:Sacrifice by Fat+Casper · · Score: 2
    Long waits and ticket prices are one thing; they directly affect security. Privacy? We already have too little of it. Privacy, freedom of speech and freedom of thought are all parts of the most important thing we have: liberty.

    On your point 4- I'm waiting for the callup. Is your willingness simply rhetorical, like most peoples' desire for revenge, or practical?

    --
    I spent a year in Iraq looking for WMD and all I found was this lousy sig.
  26. Right to Safety by natpoor · · Score: 1

    Although we do have a right to free speech (1st Amend.) and a right against search and seizure (4th Amend.), we also have a right to "life, liberty, and the pursuit of happiness." Our rights are complex legal ideals, and embodying them in practice may be difficult and even contradictory. Media pundits have been talking about the danger to our civil rights if the government's reaction is too strong, but it's clear the right to safe flights is a right we should have. (Interestingly, it's been the conservatives that are bemoaning the possible loss of our rights, even though the administration is very conservative.)

  27. calm down.... by jeffy124 · · Score: 2

    the fbi is going after specific account information associated with specific individuals, not the general public. they are going to ISPs WITH search warrants, not just barging in and asking for arbtrary information.

    In essence, they are only moving forward with normal police work and nothing else. They are legal in their use of search warrants, and they are going after specific information.

    --
    The One Rule Of Chess You'll Ever Need: Don't play someone who carries a kit in their bookbag.
    1. Re:calm down.... by jeffy124 · · Score: 2

      in addition...

      The ISPs have an obligation to allow the FBI to execute the warrants. If they were to refuse, they could be held accountable for obstruction of justice.

      I myself am a former AOL member (jumped ship from dial-up over to broadband). In the User Agreements, AOL specified that they would turn over information at the request of law enforcement authorities. I dont recall what information that would be, just that they would. I imagine every major ISP has such stipulations in their user agreements.

      Regular people should rest assured they are not being spied on or having their civil rights being violated. This story is the typical knee-jerk-reaction-without-all-the-facts that /. has sadly become familiar with in recent months.

      --
      The One Rule Of Chess You'll Ever Need: Don't play someone who carries a kit in their bookbag.
    2. Re:calm down.... by jeffy124 · · Score: 2

      In order for the FBI to use Carnivore (or DCS200 or whatever its called), they are required to have a search warrant in place and have the system installed at various points to obtain their taps.

      The past few days have shown that ISPs are refusing to install Carnivore on their networks. This is a sign to me that Carnivore is not as large a network we all think it is. If it was this "email vaccuum" capable of grabbing everything, it would already be in place everywhere, right? The fact that ISPs are making statements that they are refusing FBI install requests suggests that Carnivore is very small in size as it is now, and probably wont grow much larger in the immediate future. On the other hand, down the road .... who knows?

      --
      The One Rule Of Chess You'll Ever Need: Don't play someone who carries a kit in their bookbag.
    3. Re:calm down.... by jeffy124 · · Score: 2

      I highly doubt it gets abused.

      Have there ever been cases of such? No.
      Would we know about cases of confirmed abuse? Yes, /. would have a field day of it.
      Have there been cases of it being used legally? Yes, this case of terrorism, intercepting the emails of the NY mob-boss (even though they were encrpyted).
      Does the FBI have the time/energy/money to abuse Carnivore? No, the case of Steve Gibson's DDoS showed that the FBI has a HUGE priority list of cases to investigate, and many cases actually go untouched for years.

      If it does get abused, it would be BIG news on /. A case of abuse would be found out because a defendant in a case would be entitled to see the search warrant authroizing the use of Carnivore. If that warrant isnt there, then all the evidence collected through Carnivore's abuse would be thrown out by the judge. These kinds of checks-and-balances exist in the US legal system to ensure things happen fairly and justly.

      --
      The One Rule Of Chess You'll Ever Need: Don't play someone who carries a kit in their bookbag.
    4. Re:calm down.... by testpoint · · Score: 1
      Checkout what the FBI was worried about in the 50's at www.thesmokinggun.com/archive/madfbi1.shtml


      The FBI investigated MAD magazine because of what it felt were unAmerican activities. MTV once told its viewers that, "Bevis and Butthead aren't role models, they're not even human". Apparently J. Edgar wasn't any better than the average MTV viewer at telling the difference between "regular people" and Alfred E. Neuman.

      What, me worry?

  28. Re:just heard on the news as commentary by Angry+White+Guy · · Score: 1, Interesting

    Because, if you have nothing to hide, you won't be targeted. I'd hardly take the commentary of a paid analyst who most likely has less knowledgable input on this subject than you or I over the perceptions and views of the encryption community as a whole.
    Will it not affect us because we will not be monitored, or will it not affect us because it will be seamless implementation that we won't notice? That commentary makes me more worried then the actual topic. I like to know what's going on, and I don't want to be part of a government mushroom treatment of the sheeple.

    Angry White Guy

    --These comments should be treated as truth until I change my mind

    --
    You think that I'm crazy, you should see this guy!
  29. It's scary by dannu · · Score: 2, Insightful

    I don't know what is more scary. That we could be at the beggining of World War III where the terrorists want us to be. Or that terrorists will launch more attacks what they certainly want to do. Or that a lot of politicians now will want to implement stricter laws what the terrorists will see as a sign of victory. Our clever politicians make a big show but change nothing.

    And mostly everybody seems to refuse to REALLY THINK about what the hell made all this happen. It's surely not just a big bank account and some mislead religious fanatism. That's just the surface. There is MUCH MUCH more to it.

    1. Re:It's scary by FrostedChaos · · Score: 1

      It's surely not just a big bank account and some mislead religious fanatism. That's just the surface.

      People search for meaning in the oddest places. Here's a hint: fanatisicism may be exactly the cause of this tragedy. You sound like a rape victim who believe's she "must be guilty somehow."

      --
      "Any connection between your reality and mine is purely coincidental." -Slashdot
    2. Re:It's scary by gid-foo · · Score: 1

      Or it could be the years of training and cash we've been handing to terrorists such as bin Laden. But nah, we don't have anything to do with it, they're just evil scum.

    3. Re:It's scary by dannu · · Score: 1

      But where does fanaticism come from? It's not a genetical malfunction. It grows on the grounds of poverty and probably also because of the arrogant west who just believes itself to be the "good" versus "them", the "evil". Imposing their view of the world on everybody else. Don't you think this is at least sometimes some kind of fanatism too?

  30. Technology over Totalitarianism! by Rayonic · · Score: 1

    Blast it, why must this issue be about individual liberties vs. public safety? Can't we use technology to make us safer without becoming a police state? There are several options to make planes un-hijackable (cockpit sealing, panic buttons w/auto-pilot, etc.) and many other practical options available to us.

    Trying to prevent people from talking about terrorism isn't going to get us anywhere. We should make it illegal to think about terrorism for all the good it will do. I say let them talk - if hijacking a plane is impossible, they might as well be talking about the weather.

  31. Public Image by leibnizme · · Score: 1

    I don't think this is wrong at all. Many people in America - especially high profile companies - are willing to assist with the investigation wherever possible. What kind of public image would result from a statement like "The FBI reports that AOL and Earthlink refuse to cooperate with the authorities?"

    The terrorists had to communicate, and there were lots of people involved, so e-mail would be a plausible solution.

    For me, checking every possible lead for these attacks is far more important than privacy concerns.

  32. Re:Sacrifice by Kuroyi · · Score: 2, Insightful

    "They that give up essential liberty to obtain a temporary safety deserve neither liberty nor safety." -- Benjamin Franklin, 1759.

    The keyword there is 'essential liberty'. Which liberties are essential? life? speech? movement? privacy? How much privacy is essential? How much of the freedom to travel is essential? I dunno.

  33. Re:Sacrifice by garcia · · Score: 2

    sorry but in no way, shape, or form do I agree that we need to goto war to eliminate this problem, nor do I feel that I should have to give up my privacy in communication when I did nothing wrong.

    I want to see heavy sanctions placed on Afghanistan for their lack of serious cooperation but I do NOT feel that endangering the lives of many military personell is in any way better than what these assholes did to our civilians...

    I am most certainly willing to give up short line waits, cheap airfare, etc but my privacy? NO WAY.

  34. Re:Sacrifice by QuantumFTL · · Score: 1

    I definately agree. When we're talking about peoples lives at stake (this terrorist attack was nothing compared to what a nuclear or bioterrorism attack could have done) I don't understand why so many people care if the government looks through their messages to their friends that were sent through a communications system developed by the department of defense to find clues.

    I don't care if the FBI wants to read through my love poetry to my girlfriend, or me telling my mom what I did today. I don't care if they find out about all the programming projects I'm working on, they dont' care *AT ALL* about that stuff, they only want to konw if I've been mentioning terrorist-related things. It's not like a corporation is selling away your privacy, it's a governing body that's trying it's best to do what's best for the people right now. If you don't like what our government is doing, either VOTE or MOVE.

    The US is far too individual-centric, and we need to realize that each one of us has a responsibility to the larger community, and that that includes making sacrifices like this. We are not giving up a freedom (like free speech) we are giving up a privlege (privacy in a public forum). This is the same government that made phone-tap laws, and if they want to treat the internet differently, that their perogative. And if it's unconstitutional, our system of checks and balances will catch it sooner or later. Meanwhile, the FBI will be parsing your grocery lists. Oooh, so scary!

  35. The real story gets lost in the Slashdot tabloid by Synn · · Score: 1

    I'm getting real sick of Slashdot twisting facts to support the anti-corp, anti-gov paranoia around here.

    Fact: The FBI had subpoenas.
    Fact: The ISPs are refusing to install Carnivore.

    And yet somehow this has turned into a story about the FBI invading our privacy.

    Slashdot has turned into a new service I can't trust anymore.

  36. America Centric by moose...+Indian. · · Score: 1
    I object! The last couple of days almost all Slashdot reporting has centered round this largly American issue of your country being bombed. Y'know, there are 20 or so Europeans hanging out here too that would like to get some decent tech news. Sheesh.

    For the humor impaired, that was intended to be funny.

    --

    Swindon: What will History say?
    Burgoyne: History, sir, will tell lies, as usual.
  37. keyword = 911 by flollywebfrog · · Score: 1

    I have heard it mentioned that the the terrorists may have attacked on the day they did in order to take advantage of the code 911. 911 is used in many contexts, and regularly, thus if the communicating terrorists were under electronic surveilance their code may have gone misunderstood.

    --


    ________________
    All my sig are fjdklafjkldafjkldafdaklf
    1. Re:keyword = 911 by Pope · · Score: 2

      Only the USA uses month/day.
      Most ISO compliant nations use day/month, so 11/9/2001 means essentially nothing.
      I wouldn't look to closely at the dates.

      --
      It doesn't mean much now, it's built for the future.
    2. Re:keyword = 911 by BrookHarty · · Score: 2

      And if your doing file logging, 20010911 is easier to parse.

  38. It's really scary by dannu · · Score: 1

    I don't know what is more scary. That we could be at the beggining of World War III where the terrorists want us to be. Or that terrorists will launch more attacks what they certainly want to do. Or that a lot of politicians now want to implement stricter laws what the terrorists will see as a sign of victory. Our clever politicians make a big show but change nothing.

    And mostly everybody seems to refuse to REALLY THINK about what the hell made all this happen. It's surely not just a big bank account and some mislead religious fanatism. That's just the surface. There is MUCH MUCH more to it.

    1. Re:It's really scary by WildBeast · · Score: 1

      Want my take on this? They weren't able to win a simple war on drugs, now they want us to think that they can eliminate crime?
      Terrorists come from countries at war. The only and best long term way to eliminate terrorism is by establishing peace in those countries. Attacking Afghanistan will only make terrorists angrier and reinforces the Anti-U.S. feelings in Arabic countries. This will lead to some Arabic countries siding with Afghanistan and more Terrorism in the United-States. By declaring war on Afghanistan not only would we have helped terrorism grow but we would have hurt our children to. Think about it, children who's parents have been killed by terrorist attacks or by war will grow with hate on their mind and a few of them will become criminals.

    2. Re:It's really scary by dannu · · Score: 1

      Exactly. It feels dangerous if the president of the united states says to eliminate terrorism. Is he really that naive? As most of the americans seem to call for "a war" it would be a lot more responsible to send signals that we also needs to help improve the situations in several countries. For their own good and for justice.

  39. there is no such thing as email privacy by lophophore · · Score: 1
    There is no such thing as email privacy. Email is transmitted in the clear over the internet. It is about a private as a postcard. If you want to send a private message, then put your mail into an "envelope" with the use of PGP/GPG etc. Even then, don't be fooled. If the feds want to read your encrypted email, they can, in a very short time.

    What are you doing that's so secret, anyway?

    --
    there are 3 kinds of people:
    * those who can count
    * those who can't
    1. Re:there is no such thing as email privacy by Safety+Cap · · Score: 1
      What are you doing that's so secret, anyway?

      What does it matter? Anything the government doesn't need to know. If you could care less about your own rights, why do you bother to put your snailmail in envelopes? Just use postcards -- it's much cheaper. Why do you resist putting your government ID number, I mean social security number on all your checks, drivers license and sig? What do you have to hide?

      What if you wanted to change the government legally, but had to meet in secret to prevent the government from foiling you? Ever heard of unions? Why do you think they have to meet in secret? The answer is that the companies would bust them up on the spot and beat up or fire the members.

      Look, if you don't have anything to hide, why do you hide behind locked doors and anonymity?

      --
      Yeah, right.
  40. Perspective by suwain_2 · · Score: 1
    I've always hated anything that could be used to invade my privacy. I have telnet and ftp turned off, in favor of ssh/scp. (That's common sense, I suppose.) I'm working on installing PGP or GPG. My friend and I are testing an encrypted AOL IM client we wrote. Yet I have *NOTHING* to hide, short of someone intercepting an e-mail to a friend about how I'm mad at another friend, or something like that. Or maybe my ISP might notice that I've downloaded two MP3s this month. In short, I guess you could call me paranoid.

    Yet, despite my paranoia, I was somehow relieved and comforted when the press announced that the NSA was reviewing tapes of cell phone calls to try to gather more clues in the WTC disaster. Sure, the government admitted to listening to your phone calls. But it's clearly for a good reason. I'm not proposing 24/7 wiretaps on your phonelines, packet sniffers on your LAN, or hidden video cameras in your house; nor am I advocating invasion of privacy. But somehow, for some unknown reason, I'm beginning to think that maybe a little bit of snooping here and there is a good thing. Kinda scary that I'm starting to appreciate some privacy invasions...

    --
    ________________________________________________
    suwain_2 :: quality slashdot p
  41. Re:just heard on the news as commentary by mpe · · Score: 2

    Paraphrased, but essentially the viewpoint is that encryption crackdowns won't affect the average citizen. So there you have it.

    So long as the "average citizen" is not an employee or customer of the businesses this kind of thing will hurt. The number of terrorists it will catch is likely to be zero. Indeed by concentrating on high tech things it may well be harder to catch terrorists in future.

  42. an unusable means by Elias77 · · Score: 1

    I can't believe that checking millions of mails will help. Terrorists who were able to plan and execute such a terrible strike and execute it in such a precision are most likely able to take precautions against mail-sniffing. After all even a fool can use encryption tools like PGP/GPG.

  43. Re:Sacrifice by HanzoSan · · Score: 1



    I'm willing to sacrafice my way of life, and my country to keep my privacy and to keep peace in the world.

    What good is living at all if you dont have any freedom?

    And defending a country, if it kills more people than he saves, may not be worth it

    right now we dont know what will happen to the middle east, i just hope millions dont die over this.

    --
    If you use Linux, please help development of Autopac
  44. Subpeonas? by BierGuzzl · · Score: 2

    The statement says they're cooperating with investigators. That statement is a lot broader than "complying with the subpeona". Given the fact that national and even international security is at stake, maybe we they're justified in cooperating and we're overreacting. If an invasion of privacy becomes par for the course, on the other hand, then we've lost too many freedoms.

  45. Re: Sealed Cockpit? That's worse.... by Red+Moose · · Score: 1
    So when the cockpit seals off, the terrorists can say they will shoot one person every minute until it's open. What would you do as a pilot?


    It's totally changed the deal with hijackers; now they don't have demands, or want money or their cause spoken for on TV. Right now not one person has said why they did it. Bin Laden is just speculation.


    So if they hijack the plane, the cockpit seals off and they say that they will blow a bomb on board if they do not get control.


    I have no idea how to make a plane hijack-proof. The one thing maybe is that if hijackers ever take a plane again from now on, no passengers are going to believe a damn thing they say about threatening to blow a bomb unless they get 1 million dollars or something. They'll prob all freak out and beat the shit out of them.

    --

    Acting stupid isn't much fun when there's someone around who knows better

  46. Re:Sacrifice by gilroy · · Score: 2
    Blcokquoth the poster:

    I am ready to start making sacrifices to ensure that you and I do not meet the same fate.

    Bravo. I hope when the call comes, you retain your civic-mindedness. But I am struck by #4 of your willing sacrifices:

    My life. I am willing to die for my country, my way of life and to protect civilization

    Protect civilization? By sacrificing all that is good and true in it? By making a mockery of the sacrifice of thousands before you? By abandoning the principles that have made this nation the largest free, open, and lawful society in the history of humanity? I'm not sure exactly what you think you'll be "protecting" as you support calls for abridging traditional freedoms. Now is exactly the time to worry about civil liberties and the natural tendency to curtail them. Our freedoms are precisely what makes "us" different from "them", and it would be horrible if we allow these terrorists to succeed because we are too mad or too scared to remember our proud heritage of the rule of law.

    What are you willing to sacrifice?

    I am willing to sacrifice time and treasure. I am willing to risk the lives of those sworn to protect the United States, and I am willing to serve if called. I am willing to sacrifice convenience and comfort.


    And I am willing to sacrifice the entirely-reasonable but utterly dangerous lust for vengeance that could drive us more toward what we fight than what we are. I am willing to sacrifice a little safety in preservation of our traditional freedoms and the rule of law.


    Are you?

  47. Think For A Second by Cylix · · Score: 3, Insightful

    The system guys behind these large ISP's are *gasp* slashdotters too.

    No one wants carnivore on their system. From the information I know (loosely collected from over the internet and slashdot posts), the concerns are that it could too easily gain information from other users. To me carnivore sounds like an overglorified packet sniifer. (Of course we will really never know until the code is released to those who can make an honest assessment)

    Earthlink cooperates with the FBI all of the time on warrants. Earthlink has its own software that will serve the needs of the FBI. Thus there is no need for carnivore. So in the end, the FBI's information is gleaned and those communications of customers not cited in the warrant are kept private.

    No one is saying, come in, sniff the network for those Arab bastards. Alot of people share the same values as yourselfs.

    This is not the end of civil liberties.

    --
    "You should always go to other people's funerals; otherwise, they won't come to yours." -- Yogi Berra
  48. Re:Sacrifice by jsse · · Score: 1

    3) Less privacy to ensure law enforcement can do what they need to do

    I totally agree with you but 3).

    What if the measures to prevent terrorists from hidding their secret with encryption falls into wrong hands? Would it be possible that terrorists would use the same methods FBI is using on us?

    I don't think weakening our security would help protecting us. We would sacrifice ourselves to the right cause, not to the morons who made unrealistic laws.

  49. TOS (not really a flame, it just sounds like one) by MegaFur · · Score: 1

    Most Terms of Service agreements say, in essence, "we promise to protect your privacy unless it becomes inconvenient e.g. if the cops ask for your personal info, we'll give it to them".

    Read the fine print guys. You (probably) agreed to this when you signed up for service.

    Have you ever seen "Pump Up the Volume"? At one point, all these reporters are at the post office and they want to know who the "Happy Harry Hardon" post office box is registered to. The clerk says, "I'm sorry, policy says I can't give you that information." Then the cops show up, and one of them says, "But you will give it to me." To which the clerk responds, "I certainly will." [He does].

    This is normal guys. If you don't like it, write your representatives. However, given the current political climate, I doubt you'll get far.

    --
    Furry cows moo and decompress.
  50. No choice by SilentChris · · Score: 2
    I don't think given the situation right now, and the situation in the future, that we even have a choice in this. If the FBI wants to install monitoring software at AOL's base in Virgina, and they have a court order to do so, for how long can the goverment actually be stopped?

    And personally, I can't imagine anyone who was in those buildings, even privacy advocates, arguing against limited monitoring for the foreseeable future. If terrorist militant plans to kill 5,000 people could be averted by a simple keyword search, I'd gladly "trade-in" some of my freedom.

    1. Re:No choice by Safety+Cap · · Score: 1
      ...I'd gladly "trade-in" some of my freedom.

      "Trade" implies you get something in return. Guess what? You give up your rights (and your kids' rights...), you don't really get anything in return, 'cept a police state.

      If you think giving up your civil liberties will give you security, then you're living in a dream world.

      Q: What kind of car alarm will prevent a professional thief from taking your car?
      A: None! If the crooks want your car, you can't stop them.

      Q: If you want to completely stop terrorism in this country, can you lock down all citizens, suspend the constitution and treat everyone as if they were guilty before proven innocent?
      A: You Sure can! Will it work? Nope.

      Now, put on your brown shirt and start monitoring your neighbor!

      --
      Yeah, right.
  51. What did you expect? by fmaxwell · · Score: 2

    Of course law enforcement agencies want to search for clues in e-mail and I would be very angry, as an American, if AOL, Earthlink, or other ISPs were anything less than cooperative with reasonable requests.

    Choose your battles wisely. An investigation into the worst act of terrorism in our nation's history is not the same thing as Carnivore systematically, but without specific purpose, examining every e-mail that goes through an ISP.

    If you are transmitting data of a sensitive nature, encrypt it. If you have sent unencrypted e-mail indicating your involvement in criminal activity, then you should be arrested -- for stupidity!

    1. Re:What did you expect? by sinster · · Score: 1

      If it is true that both AOL and Earthlink are cooperating with duly authorized search warrants. And if it is true that these search warrants are sufficiently specific to pass constitutional muster. Then ya, I don't have a problem.

      However, we know nothing about whether AOL or Earthlink have been served search warrants. We know only that Earthlink has been served a subpeona: that has a far lower level of judicial oversight than a search warrant. Specifically, subpeonas have no judicial oversight.

      Further, we haven't seen the subpeona served on Earthlink. So we don't know if it's addressing specific information, as would be required for a search warrant, or if it's a blanket subpeona covering all of Earthlink's records.

      For the uninitiated:

      A search warrant is requested of a judge in closed session by law enforcement personnel (including DAs and AGs). The petitioning party has to convince the judge that sufficient evidence already exists to lead investigators to believe that a particular item or piece of information exists at a specific location. That item or information must be named in the warrant, and in the case of information, its specific expected physical embodiment must be named as well. Only things specifically named in a search warrant are subject to seizure. While there have been many search warrants issued this century that are broad and inspecific, or even based on insufficient evidence, those search warrants are illegal and can be legally resisted by the target, generally by refusing entry until his lawyer arrives. Search warrants are issued before a case has been filed with the courts.

      A subpeona can be issued by either the defense or plantiff in any civil or criminal matter. A case has to have already been filed in the courts. Subpeonas are issued during the discovery phase of the trial. The clerk of the court provides any requested number of prestamped subpeonas to each side in the case, and the two sides can fill them out requesting any information or item from any party that they choose. Subpeonas must always be complied with. But, if the opposition objects to the target of a subpeona (defense objecting to a plaintiff subpeona or vice versa), the judge can rule that the evidence is inadmissable. But that ruling occurs after the subpeona is executed. (Subpeonas can also be used to compel people to appear in court as a witness, or to submit to deposition).

      The most abusive subpeonas you'll see are those issued at Grand Jury investigations. Those are insanely broad.

      If, as reported in the link above, the FBI has issued a subpeona to Earthlink, that means that either a grand jury has been convened or that a court action has been filed.

      I think it's more likely that the article misreported a search warrant as a subpeona. In any case, I didn't see any mention in that article of AOL being served with a search warrant or subpeona... and we have all seen AOL's history of cooperating with warrantless searches.

      You can be certain, however, that the FBI, secret service, and other investigating agencies are going to take full advantage of the fact that it is politically expensive for any entity to deny any law enforcement request in these times. Dont expect the agencies to exercise any kind of restraint in their requests. You will see a whole lot of unreasonable requests with which the targets will meekly comply. And in the next 5 years you will see many prosecutions based on evidence gathered during these next few months, which are nevertheless totally unrelated to the WTC/Pentagon attacks.

      --
      -- Nolite audere delere orbiculum rigidum meum.
  52. Re:For some reason.. by fmaxwell · · Score: 5, Funny

    ..I don't think Osama used America Online...

    Maybe he did. That could explain why he hates America.

  53. If you want privacy by alen · · Score: 1

    Run your own fiber lines and buy yaour own hardware. All of your communication runs on equipment owned by others. And they have an interest in protecting it.

    If you want privacy in your travels, walk from NYC to LA all you want. But if the airplanes are owned by others they may want to take steps to protect their property and the livews of other passengers.

    If you want privacy in email run fiber or copper lines to anyone you email. As long as your communications travel on hardware owned by private companies they will take an interest in protecting their property. A lot of data and phone lines were damaged in the attack.

  54. Re:Work on the assumption that you have zero priva by coreyb · · Score: 1

    It is very important to realize that one may have reasons for encrypting data that are not related to anything remoteley criminal. Keeping secrets is not a crime.
    What would it be like to send a letter (snail mail) to a loved one about intensely personal issues, such as the revelation that you have AIDS, knowing that a government agent will read it first? That would scare the shit out of me.
    Freedom can not be saved by its destruction.

  55. If you care about your mail by MSisNOT4Sale · · Score: 1

    Run PGP and get your own mail server running.

    --

    When death looks you in the eye, smile. Someone needs to cheer him up.
  56. slighty OT- social -vs- military conflict - by rootrot · · Score: 5, Insightful

    There are broader issues at risk here too...a writer friend of mine, Harvey Ardman, just sent the following and I thought it was worth sharing:

    Who are the combatants in this war?

    On the one side, you have the secular, multi-ethnic Western nations, dedicated to progress, as they define it, embracing technology and change, extolling prosperity and materialism, tolerating differences, promoting freedom of speech and freedom of choice, and bent on imposing their forms of commerce, government, philosophy and even religion on the rest of the world--all in a spirit of good will, of course.

    On the other, you have fundamentalist religion, most particularly Islam fundamentalism but not limited to it. These people despise what the Western nations stand for and fear that their beliefs and their world cannot survive the secular tsunami. Let me say this again: they believe their spiritual survival is at stake.

    When Osama Ben Laden saw American troops operating in Saudi Arabia, his homeland, during the Gulf War, he was not only furious, he was afraid--afraid for his culture, his religion, his social beliefs. He saw this degraded culture, this wave of infidels, from his point of view, threatening everything that he loved and believed in.

    This, by the way, is why the Arabs continue to attack Israel, and to speak of it with loathing. It is a secular state in a fundamentalist world. It is a western bastion, even a Trojan horse. This is why the Arabs have NEVER attacked any Israeli religious targets. It is not the religion that bothers them. It is the lack of religion. It is the secular Israel that offends, not the Jewish one.

    There is a key difference between the combatants. The secular westerners believe, in a vague and comfortable way, that their way of life is desirable and superior to the lives and values of the fundamentalists. They are intellectually and philosophically committed to their beliefs. The fundamentalists, on the other hand, believe in their cause with every molecule of their bodies. Ours is a reasoned, reasonable belief. Theirs is fanatic.

    How can we prevail over this level of belief, especially since we cannot match it. How can we outlast such passion? Well, I don't believe that we can win the battle militarily, although we might be able to strip the terrorists of most of their power, at least for awhile.

    What's needed here, I believe, is both a military and a social war. The military war must be fought against identifiable terrorists. The social war must be fought against poverty, inequality and famine--for these are the seeds of fundamentalism, this is the food of fanaticism.

    It is not much of a sacrifice for us to fight that military war. We're good at that. We secretly enjoy it. To fight the social war, however, we must find new reserves within us. We must make genuine sacrifices, sacrifices to which we are unaccustomed. We must give not as we gave during World War II, but as we gave afterward. I'm talking about the Marshall Plan, which resurrected Europe from the ashes of war.

    On the surface, the Marshall plan--billions in relief for Europe--was a generous act. But of course self interest was involved, in at least three ways. First, we were desperate to keep Western Europe out of Soviet control. Second, we had pressing economic reasons to make sure Europe became strong and prosperous again. The people of Europe were our best customers. Finally, the values of Western Europe were the same as ours. Supporting them strengthened us.

    We have a self-interest in undertaking similar programs for the 3rd world. It is the only way we can keep these people from fanatic fundamentalism. It is the only way we can hope to once and for all defeat terrorism. We must reduce the difference between the haves and the have-nots. We must end abject poverty at the very least.

    Here's what makes the socialwar so difficult: We will be sorely tempted--because we strongly believe in our values---to attempt to impose them on those we aid. We will demand they embrace democracy?. We will demand they allow freedom of speech and yes, religion? Will we insist that they become as secular as we are? And if we do, will we just be creating more Osama Ben Ladens?

    I don't know the answers to these questions. I do know that the social war is much more complicated than the military one. And it is also more important, because no military victory is forever, in the long run of history. No conversion at the point of a gun is a genuine one. Vengeance always leads to revenge.

    We need to change minds more than we need to kill terrorists. It will not be easy. I hope we have the stomach for it.

    /rr

    1. Re:slighty OT- social -vs- military conflict - by Jeremy+Erwin · · Score: 2

      Nuclear strikes against Afghanistan will only exacerbate the various conditions that encourage disillusioned youths to join terrorist organizations, and throw their own lives away in a manner calculated to take the lives of others.

      It has been speculated, rightly or wongly, that the persons behind this terrorist plot wish to foment a global conflict between those they see as their allies and those they see as their enemies.

      The recent attacks were directed against symbols-- financial, political, and military. Each person who died was killed not because of personal reasons, but because they happened to be in the building at that exact moment. Make no mistake, the terrorists intended to kill-- but they made no effort to determine who, in their eyes, "deserved" personally to die.

      Attacks, particularly with nuclear weapons, that reflect a similar callousness towards the individuality of human life, are no more morally justified than the terrorist attcks they were intended to avenge.

      Morevever, the purported justification-- to shock into submission-- bears a chilling similarity to the motive behind most terrorist attrocities.

    2. Re:slighty OT- social -vs- military conflict - by wass · · Score: 3, Informative
      This, by the way, is why the Arabs continue to attack Israel, and to speak of it with loathing. It is a secular state in a fundamentalist world. [snip] It is not the religion that bothers them. It is the lack of religion.

      Your friend seems to have missed some television and radio broadcasts within Palestine and also other parts of the Arab world. Here are some notable quotes. Note that this isn't Joe Schmoe off the street venting, but these are people in positions of leadership, with tremendous public responsibilities. Much of their anger isn't directed merely at the political state of Israel, but all Jews indiscriminantly. That certainly sounds like a religious issue to me.

      After the lynching of two Israeli army soldiers who made a wrong turn into Palestinian-controlled territory, Dr. Ahmad Abu-Halabia, member of the "Fatwa Council", appointed by the Palestinian Authority, said this, live on Palestinian television.
      "The Jews are Jews, whether Labour or Likud, the Jews are Jews. They do not have any moderates or any advocates of peace. They are all liars. They are the ones who must be butchered and killed. As Allah the Almighty said: 'Fight them'. Allah will torture them by your hands and will humiliate them and will help you to overcome them, and will relieve the minds of the believers. ... Our people must unite in one trench, and receive armaments from the Palestinian leadership to confront the Jews. ... Have no mercy on the Jews, no matter where they are, in any country. Fight them, wherever you are. Whenever you meet them, kill them. Wherever you are, kill those Jews and those Americans who are like them - and those who stand with them - they are all in one trench, against the Arabs and the Muslims - because they established Israel here, in the beating heart of the Arab world, in Palestine. They created it in order that it be the outpost of their civilisation - and the vanguard of their army, and to be the sword of the West and the Crusaders, hanging over the necks of the Muslim monotheists, the Muslims in this land. They wanted the Jews to be the spearhead for them..."

      Bashar Assad, the President of Syria, referring to the Arab-Israeli conflict, has this to say as he welcomed the Pope to Syria on May 6, 2001.
      "They [the Jews] try to kill the principle of religions with the same mentality that they betrayed Jesus Christ and the same way they tried to betray and kill the Prophet Mohammed."

      Here's a sermon broadcast on Palestinian Authority television on August 3, 2001. I don't know the name of the speaker.
      "All weapons must be aimed at the Jews, at the enemies of Allah...whom the Koran describes as monkeys and pigs, worshippers of the calf and idol worshippers. Allah shall make the Moslem rule over the Jew, we will blow them up in Hadera, we will blow them up in Tel Aviv and in Netanya in the righteousness of Allah against this rif-raff.....We will enter Jerusalem as conquerors, and Jaffa as conquereors, and Haifa as conquerors and Ashekelon as conquerors...we bless all those who educate their children to jihad and to Martyrdom, blessing be he who shot a bullet into the head of a Jew."

      After Arafat's cease-fire declaration, Sheikh Ibrahim Madhi had some nice words on Palestinian Authority television, broadcast June 8, 2001.
      "...Allah willing, this unjust state...Israel will be erased; this unjust state, the United States will be erased; this unjust state, Britain will be erased...Blessings to whoever waged Jihad for the sake of Allah...Blessings to whoever put a belt of explosives on his body or on his sons' and plunged into the midst of the Jews..."

      So, you might believe that events of the Arab-Israeli conflict aren't religiously motivated, but I completely disagree. What I find apalling, though, is that not only is violence encouraged, but it's directed not at the political enemy of Israel, but at all Jews. Luckily, here in the USA, our political and religious leaders have the responsibilities of being civilized, and publicly renounced not only violence, but racial and religious discrimination and persecution.

      --

      make world, not war

    3. Re:slighty OT- social -vs- military conflict - by Tim · · Score: 4, Insightful

      "This is why the Arabs have NEVER attacked any Israeli religious targets. It is not the religion that bothers them. It is the lack of religion. It is the secular Israel that offends, not the Jewish one."

      Exactly right. I have been more than a little bothered by the rhetoric from our leaders that would suggest this attack was "an attack on democracy," or "an attack on our way of life."

      This attack was an attack on American political and ideological hegemony, plain and simple. Fundamentalists may or may not be "fanatical" (I don't like to paint with such a broad brush), but it seems pretty clear that the people who did this were not attacking our way of life, specifically. They were attacking our tendency to impose our way of life on nations and cultures around the planet.

      I will never suggest that this justifies the taking of thousands of innocent lives, because it doesn't. But, we can only expect these types of disasters to continue as long as our leaders fail to recognize the underlying causes and continue with their own chest-beating, flag-waving version of patroitic fundamentalism.

      --
      Let's try not to let fact interfere with our speculation here, OK?
    4. Re:slighty OT- social -vs- military conflict - by rootrot · · Score: 1

      I agree completely. I think, with respect, that you miss his point. He is *not* saying that it is not religious in nature. He is saying the religious issue is deeper than the simple "them" and "us." We, Jews and other non-fundamentalist Muslims, are a very real and immediate threat to the very core of their beliefs. This is in now way a justification for the actions...just a questing for understanding...
      /rr

    5. Re:slighty OT- social -vs- military conflict - by phutureboy · · Score: 2

      Nuclear strikes against Afghanistan will only exacerbate the various conditions that encourage disillusioned youths to join terrorist organizations, and throw their own lives away in a manner calculated to take the lives of others.

      A broad, sustained conventional military campaign with even low levels of civilian casualties will accomplish that just fine. No nukes necessary. There are plenty of extremists waiting to take bin Laden's place, and we're about to stir up enough venom against the U.S. to give them all the inspiration and support they need.

      If we indiscriminately bomb the hell out of Afghanistan, and continue trampling over Iranian, Iraqi, Sudanese and Pakistani civilians, we will surely create a whole new generation of bin Ladens. Perhaps this is exactly what bin Laden wants, and the acts on 9/11 were just bait. Sort of like a giant DoS attack using broadcast ICMP reflectors.

      No matter. The American people are filled with a bloodlust which will not be satisfied until we have taken at least as many innocent lives as the terrorists, and imposed U.S. dominance on every Muslim country in the region.

      And the cycle of violence will continue, with wave after wave of terrorism on U.S. soil.

      When will we learn?

    6. Re:slighty OT- social -vs- military conflict - by wass · · Score: 2
      Point taken. It's interesting to examine what would go on in someone's head regarding incidents like these. I think that if what you described is the case, though, then Osama Bin Laden has no logical justification for his actions. I, too, am against the "Westernization" of the entire world. I saw this happening to Japan when I was there a few years ago, through American consumerist capitalism and the throngs of American missionaries throughout the country. However, in no way, would I advocate violence or terrorism to prevent this "western contanimation". Examine the following two possible scnenarios of what might be occuring in his thoughts as he's preventing Western decay of his fundamentalist ideals. He can thus either act entirely within his set of beliefs to prevent it, or he could change his beliefs somewhat in order to prevent the Western incursion.

      In the first possibility, he's prevent the onslaught of Western imperialism by adhering to his fundamentalist Islamic or SaudiArabian/Afghani cultural beliefs. However, if this culture advocates or defends the unprovoked murder of 1000's of innocent lives, then I completely DISAGREE with his culture, and I think what he stands for is an insult to humanity. In that case, I have no sympathy for the impending influence of Western thought and ideals.

      On the other hand, he might go to extremes to prevent the contamination of his pure culture. If that's the case, then he's already guilty himself of ruining his pristine society, but tainting it not with Western imperialist capitalism, but with ultraconservative fundamentalism. In this case, he's just as guilty as the parties he's trying to check. If so, then he has absolutely no qualms to hold against the West, and has no justification for any of his actions.

      In either case, I don't see any rational view of his violence, and in either case, IMHO, he's guilty of some crimes against humanity in one form or another.

      --

      make world, not war

    7. Re:slighty OT- social -vs- military conflict - by SailorBob · · Score: 2, Insightful
      I was just reading your comment on slashdot and wanted to make a few minor clarifications. Just so you know who's talking, I'm a Jew born in the USA who immigrated to Israel and am currently serving mandatory service in the Israeli army.

      You make the statement that, "the Arabs have NEVER attacked any Israeli religious targets. It is not the religion that bothers them. It is the lack of religion. It is the secular Israel that offends, not the Jewish one. "

      The Arabs have, in fact, attacked Jewish religious institutions and have done a great deal to delegitimize Jewish history, religion and nationality. After Jordan expelled all the Jews from east Jerusalem (including the old city) in 1948 they destroyed all of the Jewish houses of worship (Synagogues) in their part of the city. There is a Jewish cemetery outside the walls of the old city in the valley of kidron. It is ancient. Jewish kings from the second temple period are buried there as are some of the high priests of the temple and many other jewish notables from throughout history. The Jordanians vandalized the cemetery, destroying ancient graves and taking the headstones from many graves to use to tile toilets and build sidewalks and roads. During the current violence the arabs have burned the Tomb of Joseph and are currently doing all in their power to erase all traces of jewish history from the temple mount. They are building a new underground mosque in the mount and are cutting up stones from the second temple period that they have found while digging, to use as tiles for the mosque floor. They have specifically targeted ultra-orthadox non nationalist Jews for attack on holidays when they come to pray at the Temple Mount's western wall. At this point they are simply anti-semitic in addition to being anti western. Maybe part of the cause was that the Jews brought western secularism to the area, but I doubt that. All of the arab dictators are secular arab nationalists for the most part. Of course the islamic fundies hate them too, but the fact is that if we Jews were instead secularized muslims they wouldn't be fighting us the way they are.

      The cause here is something else. The fundie muslims believe that they are intended to rule the world by Allah and to convert or kill all pagans, and to put people of the book (Jews and Christians) under the heel of their rule as subjects. They believe that they are inherently superior by fact of being muslim and that any area that they've conquered in the past, such as Israel or Spain, is their property - Islamic Waqf. They see the Jews in Israel as a inferior subordinate people who have basically revolted and taken away a piece of the Islamic nation's real estate.

      Anyway, I'm sorry I've been rambling on for so long... It's late, someone was murdered by terrorist's in my neighborhood in Jerusalem last night so I'm note particularly happy at the moment.

      --

      Woopty Doo Basil, what does it all mean?!

    8. Re:slighty OT- social -vs- military conflict - by lohen · · Score: 2, Insightful

      > This, by the way, is why the Arabs continue to
      > attack Israel, and to speak of it with
      > loathing. It is a secular state in a
      > fundamentalist world. It is a western bastion,
      > even a Trojan horse. This is why the Arabs have
      > NEVER attacked any Israeli religious targets.
      > It is not the religion that bothers them. It is
      > the lack of religion. It is the secular Israel
      > that offends, not the Jewish one.

      It should also be pointed out that there is another, very real reason for the widespread hatred of Israel in the Arab world - the 50-year long persecution of the Palestinians, and intermittent persecution of the Lebanese, during Israel's existence. The western allies of Israel are also hated because of their support of, or lack of opposition to, the atrocities and human rights abuses which have persistently been inflicted upon the indiginous peoples of Israeli soil. In particular the US is hated due to being Israel's most stalwart supporter, and Britain is remembered with anger for their betrayal of a promise to hand over the land to the Palestinians. Control of that land was ceded to the Zionists under US pressure and in the presence of Zionist terrorist bomb attacks upon British civilians.

      The worst of Israel's abuses seemed to be past until the reelection of one of their most infamous hawks, Sharon, whose actions are in no small part responsible for the latest Intifada and much of the innocent blood that has been shed in Israel and Palestine since September. And in the wake of the appalling terrorist attacks upon the USA, Sharon has intensified his programs of invasion and assassination in the sure confidence that at this point they will attract no US censure at all, and will set a precedent which he may now continue to follow for a long time to come.

      --
      "What is freedom of expression? Without the freedom to offend, it ceases to exist." Salman Rushdie
    9. Re:slighty OT- social -vs- military conflict - by Xspringe1 · · Score: 1

      Aye, in the conversations with my friends we also came to the conclusion that a marshall plan for the middle east was needed, along with:
      - intelligence: to defend ourselves
      - religious pressure: the religious leaders IN THE MIDDLE EAST will have to condemn terrorists and spread anti-terrorism propaganda
      - democratisation of some form(and solely that, not forcing our way of life on them)
      - pressure on countrys who harvest terro's to banish them, or at least make it harder for the terros to live there.
      - some other stuff i forgot

      The only reason these people spawn down there is because of the current situation in those regions. Terrorists feed on hopelessness, despair, fear, poverty etc. Thats why retaliation will only spawn more terrorists. A full scale conventional war is exactly what bin laden wants america to do.

      If we make sure that somehow these people do no longer have a religious, social, economical or military reason do become terrorists, the problem is solved (but this is very difficult!).

    10. Re:slighty OT- social -vs- military conflict - by swillden · · Score: 2

      We need to destroy the culture of the middle east... large scale nuclear strike agains the centers of Islam... It is unfortunate that many will die but its not like there is any ecconomic signifigance to the area.

      This AC post is probably just a troll, but I'm going to choose to feed it, this time.

      Just as the OP said, this is a war of cultures, and the text quoted above was written by someone whose personal culture is closer to fundamentalism than to democracy.

      The evil that lies in Islamic fundamentalism is not in its view of women, or of beards, or of television, or even in its fanaticism (I'd prefer to call it depth of conviction). I, personally, agree with many of the teachings of the Islamic fundamentalists, and I have deeply-held convictions that could motivate me to give my life under certain circumstances. In fact, I think that anyone who doesn't have values that they hold more dear than life is a sad and dangerous person.

      No, the evil in fundamentalism is the notion that culture, faith, values and beliefs can and should be imposed by force. The AC I quoted above falls in line with this view as well; since the other culture is worthless by the metrics of his materialism, he would replace it with a radioactive crater.

      As much as Christian fundamentalists like to believe that our country was founded on Christian values, it wasn't. America was built around a simple notion of live and let live: self-rule, democracy and tolerance for dissenters. At the time the Constitution was signed, the fledgling nation was split right down the middle in a bitter disagreement over slavery. It was such an emotionally-charged topic that the two sides finally had to stop talking about it and our Constitution's almost total silence on the issue is (while sad) a profound testament of the dedication of our founding fathers to the principles of compromise and tolerance.

      Imposition of culture by massive force is their way, not ours. Acceptance of millions of innocent deaths is their way, not ours (yes, I know that the U.S. has caused its share, but not by direct, intentional assault, targeted at civilians, because our national morality couldn't accept that -- even more than most people, we have a need to see ourselves as the good guys).

      Our society isn't really as open, or as tolerant of different ideas as we like to think it is. But its approach to eliminating non-conformance is one of gentle persuasion (fundamentalists would call it subversion, or corruption), rather than violence. There are exceptions, of course, but "embrace and extend" is our culture's approach to the battle for societal survival and dominance.

      As the OP said, this gentle, creeping subversion, carried out via material wealth, secular education and amoral entertainment is very, very frightening to fundamentalists. Fear breeds hate, and Tuesday's events showed very clearly just how strong this hate is.

      Being steeped in American culture, and having traveled the world enough to understand that people are people everywhere, I'm torn between my desire to allow the fundamentalists their right to live and worship as they wish and my horror at the way they force people to live.

      At bottom, western culture and fundamentalism are incompatible, and war is inevitable. Obviously, I want mine to win, but to nuke the opposing culture out of existence would be to make the opposition ultimately victorious, for we would become them.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    11. Re:slighty OT- social -vs- military conflict - by Dwonis · · Score: 2
      Nobody is saying that the "murder of 1000's of innocent lives" is justified, but we're trying to figure out what brings people to do these things, and how we can prevent this from happening.

      Think about it: has DeCSS really been kept from the rest of the world? What about RSA or DES? Trying to kill the terrorists will not solve the problem, since more will arise. Removing people's reasons for being terrorists has far greater potential. That's what we're saying.

    12. Re:slighty OT- social -vs- military conflict - by joaobranco · · Score: 1
      What I think it should be done is a combination of things:
      • Find out exactly who was directly involved in the attacks, and bring them to justice. Enlist the support of the several countries in the world to do so. You will find that if the evidence is convincing, no country will dare oppose it, and most will go out of their way to help.
      • This war is really a social and cultural one. It can be won only by improving the living conditions of the people there (and in other parts of the world). You help take away those irritants, and you will see that the number of people that will support terrorism will drop... hard.
      Will this end terrorism? No, it won't, but then, neither will the "war" thats been talked about. It may help however to limit the threat to a manageable level (and I place a lot more faith in such a solution to achieve it than just conventional warfare).
    13. Re:slighty OT- social -vs- military conflict - by VP · · Score: 1
      "This is why the Arabs have NEVER attacked any Israeli religious targets. It is not the religion that bothers them. It is the lack of religion. It is the secular Israel that offends, not the Jewish one."

      Exactly right. I have been more than a little bothered by the rhetoric from our leaders that would suggest this attack was "an attack on democracy," or "an attack on our way of life."

      Taking a lie and basing your coments/conclusions on it, is a stupid thing to do.
    14. Re:slighty OT- social -vs- military conflict - by AlefOne · · Score: 1


      This is why the Arabs have NEVER attacked any Israeli religious targets.

      Not true. Palestinian Arabs attacked Joseph's Tomb in Nablus over a year ago. This is a recognized holy place, in addition to being a yeshiva.

      Such elementary blunders discredit the analysis.

    15. Re:slighty OT- social -vs- military conflict - by Nakoruru · · Score: 1
      I do not think that we do a lot of imposing of our own way of life on others. Americans are famously ignorant and apathetic about the outside world. The problem I think that other people have is how seductive our way of life is.


      If America is seen as being more attractive to the youth than your fundamentalist teachings, then America must be seen as the greatest enemy you have.

    16. Re:slighty OT- social -vs- military conflict - by Bongo · · Score: 2

      Here's what makes the socialwar so difficult: We will be sorely tempted--because we strongly believe in our values---to attempt to impose them on those we aid. We will demand they embrace democracy?. We will demand they allow freedom of speech and yes, religion?

      Your writer friend, Harvay Ardman, may be interested in a system called Spiral Dynamics [www.spiraldynamics.org], if he hasn't already studied it. I am not a "Spiral Wizard", so let me just say that the system maps out human values as a set of vMEMEs, each colour coded for convenience, which have been found to exist in people and culture throughout the world.

      The vMEMEs, which are each described in detail the book, are BEIGE, PURPLE, RED, BLUE, ORANGE, GREEN, YELLOW and TURQUOISE. The vMEMEs are arranged in a sort of 'spiral', and emerge sequentially (babies arn't just born at GREEN... they have to grow to reach that vMEME).

      If your value system is basically about survival, then that's BEIGE.
      At PURPLE, you value the tribe and the family.
      At RED, you value your own power, (streetgangs).
      At BLUE, you value order, discipline and service to the One True Way.
      At ORANGE, you're an achiever, willing to diplomatically step over people to get to the top.
      At GREEN, you value the Planet, Gaia, and are a champion of the Oppressed Masses.
      YELLOW: You realise that every vMEME is valuable and necessary. You see that there are good and bad versions of each vMEME, and you seek to integrate them all in a Positive Way that Works. eg. children need good BLUE authority if they're to be saved from unhealthy RED (streetgangs), but without killing healthy RED energy and drive.
      (hope I've got these roughly in the right ballpark -- read the book for the proper introduction)

      America is basically clustered around ORANGE. ie. you've got your Texas Biblebelt (BLUE) and you've got your GREEN environmental multi-cultural ethnic mixing, but most of the power is in ORANGE MegaCorps. Similarly with Europe, although it's a little more into GREEN. Meanwhile, the Islamic Fundamentalists are at BLUE, (their God is the only God) but supercharged with some RED anger/power striving.

      As you can probably imagine, when two people, or nations, which are centered at different vMEMEs, come head to head, then you've got a conflict. A GREEN environmentalist and an ORANGE businessman simply can't agree, because one is pointing to the trees, saying "this is important!", and the other is pointing to company profits, saying, "no, this is important!".

      By mapping out and recognising each vMEME, SD is a powerful tool for understanding and including where people are coming from, and the nature of the conflict.

      The authors of the book have been directly involved in conflic resolution in South Africa, helping to end Apartheid.

      What's facinating for me about the SD system is that you can hear (or at least I think I can) the different vMEMEs talking in people.

      I think that some Westernised Muslims may be very GREEN in their attitude, which is that America should stop oppressing the masses, and instead should respect foreign cultures like the Muslims. Whearas, if a Muslim is at BLUE, then they may simply believe that 'foreign cultures' who don't worship Allah deserve no respect. Rather like how BLUE Christianity conducted itself, teaching God to the Heathens.

      But note, the main lesson of SD, and it's founder, Dr. Clare Graves, is that we need healthy forms of each and every vMEME, for each one serves a purpose. PURPLE holds the family together in a way that ORANGE business-trip daddy never will. GREEN lets people aknowledge the views and differences of others in a way that PURPLE tribalism can't grok. ORANGE lets people aspire to personal excellence and getting results while the GREEN tree huggers sit around waiting for the animal spirits to decide for them what to do. BLUE serves as the moral compass for ORANGE, so that 'good for people' comes before 'good for business'. GREEN sensitivity reminds us that nobody owns the Earth, nobody has the right to oppress, not even BLUE Churches in the name of God. And if it wasn't for BEIGE, well, no-one would bother to feed themselves.

      I probably haven't done SD any justice with this post. IANASW, so please read the book, "Spiral Dynamics", by Don Edward Beck and Christopher C. Cowan.

    17. Re:slighty OT- social -vs- military conflict - by BryceH · · Score: 1

      i dont think that we need look much further than our own KKK to know that our culture will not drive out fundamentalism.

      --
      "Shut up brain or ill stab you with a Q-tip" Homer Simpson
  57. Re:so sick of this by WildBeast · · Score: 1

    With the number of laws out their I'm sure you've done a lot of illegal things.

  58. Re:For some reason.. by WildBeast · · Score: 1

    You're right, but America Online may be used by wannabe terrorists.

  59. Re:Sacrifice by Reality+Master+101 · · Score: 2

    I want to see heavy sanctions placed on Afghanistan for their lack of serious cooperation but I do NOT feel that endangering the lives of many military personell is in any way better than what these assholes did to our civilians...

    Well, I guess it's a good thing that others are willing to fight for your peace, freedom and liberty.

    You can't sanction away terrorism when the terrorists are flying jumbo jets into skyscrapers. I thought Colin Powell said something interesting this morning: (paraphrase): "The terrorists don't care how many people they kill. The scale of their attacks is limited only by the technology they have available." After this week, you aren't convinced this is true? Will it take a nuke going off before you're convinced that it just might be time to take care of this problem once and for all?

    --
    Sometimes it's best to just let stupid people be stupid.
  60. Not quite the real problem by UberOogie · · Score: 4, Insightful
    Two of the largest ISPs in the country executing court-backed survalence orders while not installing Carnivore is not the largest threat to civil liberties right now.

    The biggest threat we face right now is the civil rights of Americans of Arab descent in the United States.

    One of the goals of the terrorist activities is to make the Western Democracies strike out against Arabs and make it a clear us vs. them scenario by which they can gain more support in the Middle East.

    By using deep cover agents, they have made a real step towards that goal. Now every Arab in the United States can be considered a potential suspect. Anti-Arab sentiment and violence is already on a serious rise as it is.

    And either through violence, or harassment, or over-scrutinization by the count-ordered emergency measures above, it is going to be a very hard time for this portion of the US population. The footage from Chicago, for example, was just chilling.

    We all need to remember that we are Americans, and as Americans, we are all the targets of this terrorism. The suicide bombers did not check to see if there were any Muslims in the WTC before they attacked it. We are all in this together, and the worst--and most likel--thing we can do to help them win is turn on ourselves.

    --
    "Enough of this wretched, whining monkey life." -- Marcus Aurelius, _Meditations_, Book 9, 37
    1. Re:Not quite the real problem by superMuppet · · Score: 1

      Please understand that the consequences of tuesday spread far beyond the shores of the US. I am British and as such have been all too familiar with the effects of terrorism in this and other attacks. However, I have very never heard of threats against people of Irish decent because of the acts of the IRA. This is because we brits in general accept that Irish folks are nice folks. The Muslim faith isn't any more responsible responsible for the attacks than the irish are for the attacks of the IRA. It is a lack of understanding that brews hate. I know a guy from Lebanon, he's a nice bloke and we have been Scuba diving together quite a few times. I have to say that before I knew him my opinion of Lebanese people was not good. My opinion now is better though I accept that as in many Arab countries there are fundamentalist in Lebenon. Think global, understand people and in general try to make friends and accept people, not make enemies and try and change people.

  61. Re:Sacrifice by NumberSyx · · Score: 2


    I don't care if the FBI wants to read through my love poetry



    You may not care now, but what about in 5 years when they are still doing it. Instead of Terrorists, what if the are looking for Tax Evaders, would you care then ? The problem with giving up freedom is we will never get it back and just because the current administration CLAIM they will not abuse the power, how about the next one ? What if the next President after Bush is Pat Robertson or Jerry Falwell, they will be scanning our email to find out who wasn't Christian and who might be Gay, would that be okay with you ?


    --

    "Our products just aren't engineered for security,"
    -Brian Valentine,VP in charge of MS Windows Development

  62. Combining points made here... by A_Non_Moose · · Score: 1

    if the terrorists really wanted to drive their point home they should have picked 2 more appropriate buildings symbolizing greed and democratic subversion: The RIAA and MPAA corporate headquarters.

    Think about it: what other institutions in the USA have affected not only our laws, but others as well (Can. Brit. etc).
    Illegal search and seizure (a la J. Johansen) Innocent until proven guilty and a fair trial (a la 2600's case, and the Judge who had ties to the MPAA).

    If you think about it in a serious or even mildly sarcastic manner these corporations can not only affect us, but the world around us and have done just that!

    I'm sure if corporate lear jets had been flown into the MPAA/RIAA's HQ's, most of us would have said "hey, you missed a spot!".

    Laugh, you know you want to.

    For those that are missing the point: yes this is a tradegy, yes "we" the people will respond to these attacks on our way of life, and yes this is rather dark humor on my part to deflect the pain and anger I feel. We are all finding a way to cope, this is mine.

    I may be "conspiracy theorizing" here, but does anyone else find the timing of the dmca/sssca/wtc attacks a little too close together for comfort?
    Those "unseen hands" seem to be "one hand clapping" in unison now, and our rights are what is being slapped in the face.

    Oh, BTW, who needs carnivore on aol? They could just download AIMThief and achieve faster results.

    As an aside, Sun Tzu was correct:
    "When an enemy is outside your walls goading you to fight, they are in a position of weakness, but if they have even one man inside your walls, you are in a position of weakness".
    Something, to that effect.

    Moose.

    any resembalance of the above statements to actual fact is purely coincidental.

    --
    Have you read the moderator guidelines? Well, have you, PUNK? (and I want a Karma: Gnarly option)
    1. Re:Combining points made here... by MegaFur · · Score: 1
      I'm sure if corporate lear jets had been flown into the MPAA/RIAA's HQ's, most of us would have said "hey, you missed a spot!". Laugh, you know you want to.

      No I don't. Of course I don't like RIAA or the MPAA, but I'm apalled that you would say this. You're indirectly (perhaps unintentionally) advocating the wholesale slaughter of humans--just because they happen to belong to an organization you hate. Do you think that all of them are evil? What about the secretaries? The janitors? What about the daughter/son of a woman who just happened to be visiting her friend that works there at the time the jets slam into the building?

      I realize that you probably didn't intend your message to be interpreted this way. I'm just trying to say that the "war on MPAA/RIAA" is not the same as, and should not be treated in the same way as the "war on terrorism".

      Killing people to make a point is *wrong*. Even if the people are lawyers.

      --
      Furry cows moo and decompress.
  63. Re:Sacrifice by Reality+Master+101 · · Score: 2

    Now is exactly the time to worry about civil liberties and the natural tendency to curtail them.

    You no nothing of sacrifice. Why don't you take a look at your grandparent's generation and what they sacrificed so that you we have freedom and liberty today. It's not just mamby-pamby speech restrictions (although they had those), we're talking travel restrictions, food restrictions. Freakin' automobile factories became airplane factories!

    Let me make a suggestion, and I mean this seriously to anyone who hasn't really looked into it: pick a few books about World War II. You might think you understand the prices that have been paid by our past generations, but I guarantee you don't or you wouldn't have posted this message.

    Civil liberties don't mean a damn if we have people bent on destroying us. I quoted this in another post, but I think it bears repeating. Colin Powell said something interesting this morning: (paraphrase): "The terrorists do not care how many people they kill. The scale of their attacks is limited only by their technology." Is it going to take a nuke in New York before you think there are something things that just might be more important at this time?

    --
    Sometimes it's best to just let stupid people be stupid.
  64. I wonder... by rimdo · · Score: 1

    ...if the FBI and the American people will accept the possible outcome that these terrorists acted alone. IMO they were intelligent enough; the FAA doesn't just give any stupid shmoe a commerical pilot's license.

  65. also, we will *not* get safety.... by rootrot · · Score: 1

    at least not in a meaningful sense. This idea is the logic behind a police state, and if you are advocating that, fine, as it is logically consistant. Otherwise, the reality is that we no amount of "tech" intrusion is going to significantly improved "security." It simply becomes a route that those with a plan will *not* use.

    What it *does* supply is the facade of security. It allows those with little vision to sleep better at night. Personally, I think that false sence of security is far more dangerous.

    /rr

  66. email has NEVER REALLY BEEN private by nikkatsu · · Score: 1

    so the real problem to me seems that people who use good open source encryption are gonna seem suspicious to authorities -- and that the real blow could come from not monitoring of unencrypted emails but that they'll want to pass laws banning our current encryption schemes and the like...

  67. Re:Work on the assumption that you have zero priva by treat · · Score: 3, Insightful

    In fact, this has probably increased society's paranoia about "hackers/crackers", the internet, and electronic commerce. It certainly hasn't. If it had, people would be against encryption restrictions, instead of suddenly supporting them. One of the most serious negative effects of encryption restrictions is that it harms computer security. Primarily by making secure authentication impossible.

  68. Re:Sacrifice by eXtro · · Score: 1

    Afghamistan doesn't care about sanctions. There are two parts of the country. The Taliban, who presently rule, and the actual Afghanistans. The Taliban gets what they want at the cost of the real citizens. If the citizens die they couldn't care less. They have done huge injustices to them already.

  69. Re:Sacrifice by delay · · Score: 1

    I think that people willing to die for their country are the reason such conflicts arise.
    If the terrorists were not willing to loose their life, nothing would have happened.
    Anybody who is willing to die for his ideals is not any better than a terrorist! And is to be blamed when such things happen.
    It's not about being willing to lose your life, it's about raising your voice.
    It's important that you understand that your life is not very important. If you loose it, nobody wins anything. But when you use it to do good to humankind, everybody profits. Sometimes it's important to defend yourself, but it's never a good idea to do this because you want revenge. The only acceptable reason to do this is to prevent further harm to yourself or to other people.
    And I don't know a war will prevent any harm.

    --
    What do you do when you see an endangered animal eating an endangered plant?
  70. Re:Geeks = Not Important by WildBeast · · Score: 1

    You don't know much about Mafia, Hells Angels, etc.? Those people have federal agents working and spying for them. Last time I heard about them they were accessing extensive info on cops to see which ones they could hire. Imagine them having logs of your emails, websites you visit, etc.

  71. "Laws will be changed" - Ashcroft by JPMH · · Score: 3, Interesting
    If we all used GPG for our email transmissions, this wouldn't be a problem, would it? That is until a few months goes by and a new amendment to the constitution prohibits encryption tools of any kind... Think I'm crazy? We'll see.

    Just up on Ananova:
    http://www.ananova.com/news/story/sm_400036.html?m enu=news.usterrorattacks

    US Attorney General says attacks will mean changes in law

    US Attorney General John Ashcroft says several US laws will be changed as a result off the terrorist attacks.

    He says laws governing phone-tapping are being examined and will be changed to make surveillance easier.

    He says the appearance of mobile phones has made it more difficult to keep track of terrorists.

    "It's clear to me we need to upgrade and strengthen a number of laws in the US," he says.

    Steps have already been taken by Congress to address this, he told reporters.

    Story filed: 17:32 Sunday 16th September 2001

    1. Re:"Laws will be changed" - Ashcroft by zpengo · · Score: 2
      I think we should all fight this as soon as possible to make sure that it doesn't happen. We all need to right our representatives and tell them that they are interfering with the rights of innocent citizens and terrorists, and that we're not going to put up with it. Our consitution protects our right to e-mail kiddie porn to each other without having some fed finding out about it. What's up with that?

      --


      Got Rhinos?
  72. Re:For some reason.. by J'raxis · · Score: 1

    Even if he did, what do they expect to find?

    From: xxxTeRrOrIsTxxx@aol.com
    To: osama.bin.laden@taliban.gov
    Subject: BOOM

    Abdul just blew up the first tower, guess it's my turn now. gtg


    As if these zealots or anyone helping them were stupid enough not to encrypt or use code messages.

  73. Ban Talking in the Park by Greyfox · · Score: 2

    Although no news services are going into great detail about what communication was going on, it sounds like very little electronic communication was actually happening and instead the terrorists were actually meeting face to face and communicating privately that way. Perhaps we should ban meeting in the park instead...

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

    1. Re:Ban Talking in the Park by symbolic · · Score: 1

      This is a very good point. We know that certain attempts to commit terrorist acts have been foiled, but we have no idea why various governmental agencies (including those of other countries) were able to stop them. It seems like most people are operating under a blanket assumption that the intelligence allowing this to happen came from electronic surveylance. What if it turned out that the bulk of useful information comes not from the wealth of electronic toys, but from people? Do you think the FBI or NSA would ever admit this?

  74. Never sacrifice civil liberties!! by TarPitt · · Score: 2, Insightful

    And would you feel the same way if your parents/spouse/child were suddenly picked up by the FBI and sent to a detention camp? And if this were done based on an anonymous tip from a neighbor with a grudge? And if this were done under a sealed warrant and you had no right to hire an attorney to defend against this? This happened during WWII. It happened to my grandmother (a US citizen of German ancestry for 20 years at the time. The details including the neighbor with a grudge were revealed 40 years after the fact through a FOIA request.)

    You people who advocate suspending civil liberties are the most dangerous terrorists of them all. More people have been murdered by governments in the name of "national security" than have been killed in all terrorist acts put together.

    --
    If your children ever found out how lame you are, they'd murder you in your sleep
  75. Re:Sacrifice by sunking2 · · Score: 1

    Err...you assume he isn't in the reserves. I hope that you enjoy all of the rights you are given that were granted to you through the blood of your bretheren.

  76. Re:How much? by Bzk · · Score: 1

    So guns equals rights ?
    I'm leaving in a country that support gun control and I never felt less free than any american. Besides, guns restrict your freedom. You "may" have some kind of power (a stupid one) but you also get the responsibility to act accordingly.

    And if everyone was allowed to wear a gun in plane, don't you think that would make terrorist's job easier ?

    Why not allow every american people to carry a personal nuclear war head ? Nobody would dare fuck with them !

  77. Re:Sacrifice by garcia · · Score: 2

    opinions are like assholes.

  78. NOT by Archfeld · · Score: 1

    More than likely they are standing back watching the FBI DO WHATEVER IT WANTS. Whether that be randomly reading emails, or installing WHATEVER software/hardware they want. If you depend on AOL or Earthlink to protect your privacy you HAVE NONE. All I can say in encrypt Encrypt ENCRYPT.

    --
    errr....umm...*whooosh* *whoosh* Is this thing on ?
  79. Real issue: national database and dossiers by joneshenry · · Score: 4, Informative
    In my opinion, "victory" for the United States can be defined to be a narrow achievable objective: Victory is the prevention of another massive terrorist attack on United States soil led by foreign nationals from Middle Eastern countries. It remains to be seen whether the people of the US are prepared to pay the price.

    The willingness of the terrorists to die in the commission of their attacks isn't a strength, it's a weakness. The willingness to die restricts potential recruits to a relatively small segment of the population. As far as detection goes, the situation is far better than in the 70s when people who looked like Japanese tourists could suddenly pull automatic weapons out of their bags as happened at Tel Aviv's Lod Airport in May 1972 at the cost of 24 lives. Radical Marxism backed by covert support from Easter bloc intelligence agencies is no longer turning out as many terrorists with different nationalities as Germany did with Baader-Meinhof or Venezuela did with Carlos the Jackal. Furthermore in the 1970s members of attacking terrorist teams often were female such as Leila Khaled.

    Trying to track the terrorists back to their native lands is the United States weakness and their strength. On the other hand, their operating on United States soil should be their weakness and our strength. The suspicious eyes and mouths willing to inform the authorities of any suspicious activity should accompany them wherever they go.

    Suicide attackers have to be kept in a constant state of psychological preparedness. They have to travel together in at least pairs because they have to have reinforcement of the need for them to die. Often their support comes from the only people they can trust, relatives.

    In short, suicide attackers who are foreign nationals from a distinct ethnic group are the perfect targets for proactive profiling. The question is whether the people, the intelligence agencies, the leadership, and the judicial system of the United States are going to be willing to make the necessary painful decisions. To easily separate suspects from nonsuspects, reducing the amount of work by two orders of magnitude, the people will have to accept a comprehensive national database with easy means of checking attributes such as fingerprints, voice, DNA, photographs. The United States does have a population of millions of loyal citizens of Middle Eastern descent. (No suspected hijackers or accomplices born in the United States have been identified so far.) Some means must be found to quickly distinguish them from foreign nationals so that they can efficiently exercise their rights as citizens.

    Intelligence agencies must find the means to share information and break the bonds of bureaucratic inertia. Analyses such as Alexander B. Calahan's apply far beyond how to organize assassination teams, they apply equally to how to organize terrorism prevention teams. It is becoming clear that United States intelligence agencies had all the clues needed to prevent the attack. The WTC had been a previous target by the same groups, there had been an earlier plot to hijack a large number of airplanes, two hijackers were under watch by the FBI. What are needed are anti-terrorism units organized like special forces units who are allowed the initiative and the time to follow-up leads and build complete dossiers on suspects and the people they interact with.

    Of course for this to happen the leadership and especially the courts have to get out of the way. The courts have to recognize that there has to be a distinction between the rights of citizens and the rights of foreign nationals, especially when there is a clearly demonstrated danger that a segment of foreign nationals is plotting to inflict massive terrorist attacks on the nation.

    Carnivore, Echelon are simply manifestations of the truth that supply will increase to meet demand. We are no longer talking about hypotheticals. Foreign nationals are now plotting acts of mass terrorism on United States soil that have the potential to claim 50,000+ lives a strike. Something has to be done and something will be done.

    1. Re:Real issue: national database and dossiers by Kaa · · Score: 2

      In my opinion, "victory" for the United States can be defined to be a narrow achievable objective: Victory is the prevention of another massive terrorist attack on United States soil led by foreign nationals from Middle Eastern countries.

      First of all, what is the time frame? If you want to prevent another massive terrorist attack ever then it's clear that victory can never be achieved.

      Second, what's special about Middle East? Do terrorist acts by Algerians, or Japanese, or Indonesians, or... kill people by other, less lethal ways?

      The willingness of the terrorists to die in the commission of their attacks isn't a strength, it's a weakness. The willingness to die restricts potential recruits to a relatively small segment of the population

      It may be a weakness from the pool-of-recruits point of view, but it's definitely a strength from the potential-operations point of view. Willingness to die is a very powerful thing and makes many kinds of attacks possible and effective.

      And, of course, a terrorist group need not be composed only of those ready for the ultimate self-sacrifice. It's enough that it has some people like this.

      The suspicious eyes and mouths willing to inform the authorities of any suspicious activity should accompany them wherever they go.

      Them -- whom? The terrorists? Well, if you know who they are, your problems are mostly over. Or are you saying that all foreigners should be watched closely all the time? Or maybe all people who don't look European? Or those who were a bit slow in genuflecting towards Washington yesterday?

      No suspected hijackers or accomplices born in the United States have been identified so far.

      Two words: Timothy McVeigh

      Some means must be found to quickly distinguish them from foreign nationals so that they can efficiently exercise their rights as citizens

      First, aren't there such things as human rights? You know, ones that do not depend on which color passport is in your pocket?

      Second, I find it very hard to imagine a situation where FBI/NSA/CIA/etc. have a hard time in preventing or investigating a terrorist act because they have problems figuring out who is a US citizen and who is not.

      --

      Kaa
      Kaa's Law: In any sufficiently large group of people most are idiots.
  80. How difficult is "secret communication" anyway? by konmaskisin · · Score: 2, Insightful

    I mean if you write an e-mail from one address acquired under a fake name and fake userID that you have at a provider which you only access from an account that you have with *another* provider, which you pay by credit card registered to your fake identity (you know like use "John Smith" instead "Osama bin Laden"). Then the e-mails consist of:

    "Do you rmember the time me and your nieces went to the park - about 3 years ago. I think you have 4 nieces right? Well I remember I bought each one an ice cream ...."

    blah blah blah ... BUT the seeminly boring messages when accumulated over a period of 6 weeks reveal (in every 4th word if ROT13'ed and then utransliterated twice from English to Cyrillic/Russian and then again to Arabic) a series of numbers. The numbers of course contain all the "instructions". Add more layers as needed: communicate in hard to understand dialects, etc. Another cool thing to do is to create an entire fake network of "communicators" who may or may not be communicating in code. Plant lots of fake information, etc.

    How can any of this be stopped by snooping or banning cryptography? If one wants to prevent terrorism on aircraft it would be much more effective to ban air travel than to "crack down on the Internet". The country can probably function quite well without air travel (yes it can) - as long as the Internet is working well!

    Carnivore and its ilk seems like yet another silly techno-fix to the lack of real intelligence information in the CIA, FBI and NSA. With no contacts on the ground and no reliable information these agencies instead decide to spy on the e-mail of their own citizens. And elected representatives seem to think it's OK since the Internet was how the terrorists communicated: in the eyes of legislators what evil will the Internet be responsible for next? I mean Charles Manson used the postal system for goodness sake ...

    1. Re:How difficult is "secret communication" anyway? by funky+womble · · Score: 1

      The message body really isn't much use. Read the article - "information from [...] user and connection logs." I can't imagine anyone with that kind of userbase logging more than To+From+Timestamp+IP from email unless they know beforehand what to look for. I'm sure it's difficult enough keeping the damn thing running as it is! Same with IM - no point looking at content, but IP addresses, combined with Calling-Station-Id from the RADIUS logs, you have a lot of information to feed into some correlation software, that's a lot more interesting.

  81. Put your privacy where your mouth is. by Safety+Cap · · Score: 1

    Please post your social security number here. I guarantee your complete safety: trust me.

    --
    Yeah, right.
  82. FBI knew a lot as it is... by hysterion · · Score: 2, Informative
    I'm sending this because it doesn't seem well advertised in domestic news sources. Found through yesterday's La Repubblica (the Italian daily) and some web search:

    Ramzi Yusef, architect of first World Trade Center bombing, carried plans for airliner suicide crashes

    U.S. officials said the destruction of the World Trade Center and the Pentagon bear the imprint of Yusef, the 41-year-old Pakistani who was convicted for the 1993 attack on the World Trade Center. Yusef was arrested and found with plans for a coordinated series of hijackings and suicide crashes of several U.S. commercial airliners.

    The plan was never carried out, the officials said, because of the limitations of the poorly-trained squad.

    Jeff, the terrorist who revealed the kamikaze plan to the Fbi (fish translation)

    The truth that is emerging in these hours in New York, and that nobody as yet wants to say aloud, is bitter as a poison: the Fbi could have known if it had only believed to those that it already knew.(...)

    The plan to train pilots, too slow in Africa, continued more rapidly in America. In the "memo" of the long depositions of Jeff to Attorney Mary Jo White, one can read: "The training of the men infiltrated in the United States through Canada involved training to the individual conflict in the paramilitary fields in Afghanistan, intelligence and techniques of flight in the United States. For instance Iab Ali, a.k.a. Nawawi, the right arm of Osama. He lived in Orlando, Florida. He was trained until the diploma in the school of flight of Norman, Oklahoma".

    According to La Repubblica, this "memo" dates from October 20, 2000. They don't say how they got it -- I couldn't find the complete text online, but another part is in "Jeff"'s guilty plea in "USA v. Ali Mohamed", dated the same day.

  83. Re:Sacrifice by dwillden · · Score: 1

    Anybody who is willing to die for his ideals is not any better than a terrorist! And is to be blamed when such things happen. The willingness to sacrifice yourself for beliefs are not comparable to terrorism. What one does with that willingness is. A military action will not be targeted at a general population of innocent civilians. In targeting the WTC the terrorists proved why they were the slime they were. Plus those of us in the Armed Services have made the statement that we are willing to sacrifice our lives that freedom may flourish. But don't mistake our intentions. As Patton stated "Remember that no bastard ever won a war by dying for his country. He won it by making the other poor dumb bastard die for his country." We who serve in defense of this country have no intention of dying for the country we just recognize that it may happen in the course of making the terrorists pay. And to any who question whether violence is of any effect on Terrorism, When was the last time Libya activly supported a terrorist activity. Not since We bombed Libya. Quadaffi's daughter was killed in the attack. She was not the target he was but what is he doing these days? for the last year or so he has been making overtures to the West, trying to re-enter the world community. If we make it too costly to them, they will think twice. It's one thing to sacrifice yourself, its another if you know that your friends and family will pay as well. A war will not prevent any Harm, but if we take the time to make sure we know who to target, and them hit them with such force and power that they will never forget it. Greater harm in the future will be prevented. SSG Dwillden

    --
    I'm too lazy to compose a creative sig.
  84. BS, you've fallen for the trap by Archfeld · · Score: 2, Interesting

    Security is not our problem. The airlines have decided it is OK to trust your security to $5.50 an hour security guards, and WE SHOULD MAKE THE SACRIFICE ? The airlines make 300% of each ticket, and they cannot be 'bother' to maintain a decent security system, or even hire decent employees to handle baggage. The number of rip-offs and scams that go down in an airport PROVE THAT. If the Fed would just HOLD the airlines to the existing standards and the FINE them enough MONEY to make it worth while instead of a handslap, things would be VERY different NOW. Bottom line if the airlines adhered to existing secuirity the terrorists would NOT HAVE GOTTEN KNIVES ON BOARD.

    #1 long waits ??, beyond the screwing we get now as the airline oversells seats and tries to shuffle people around at the last minute, a HUGE security hole.
    #2 Higher ticket proces ? beyond the 300% profit they make per person now, How about the airlines just live up to the agreements they have already made.
    #3 Less Privacy, i already am required to provide valid ID prior to getting on a plane, and that ID must match the name/id of the person reserving the ticket.
    #4 My Life. I TOO am willing to die to protect my Family, and MY FREEDOM, but I refuse to go to war for a corporations's profits. When the corp's begin to take some responsibilty for the messes they creat instead of expecting Uncle Sam to re-write the laws for them, or throw his weight around so they can manuever some 3rd world country into a recievership economy. In the meantime all I can offer is my deepest sympathy for those affected by the bombing, and the hope that we can find the responsible ones.

    --
    errr....umm...*whooosh* *whoosh* Is this thing on ?
  85. Is that legal? Is there any point. by t_allardyce · · Score: 1

    I think the FBI is using this as an excuse to get full access in the name of "anti-terrorism" to stuff that would normally take months of warrent-obtaining. They're probably not even looking for messages from the terrorists (which don't exist or are encrypted) but instead stuff like "Bob, i still haven't payed my taxes, i think they're on to me..."

    I hopfully the terrorists did use encryption. It would be somehow dumb to see them go down from such a stupid mistake, from what was otherwise the perfect crime.

    --
    This comment does not represent the views or opinions of the user.
    1. Re:Is that legal? Is there any point. by t_allardyce · · Score: 1

      >Yes Bob, you need more privacy so you can
      continue breaking the law.


      I'm not breaking the law. I have a right to privacy, not just a need. My name is not bob.

      >Give terrorists more protection.

      Terrorists are normal people until they commit a crime. They are inocent until proven otherwise. They have a right to think and believe what they want to. They have a right to play "crash into the WTC" on Flight Simulators, and to send private, encrypted messages. Messages which the FBI would be unable to read, or in some cases even recognise, if they tapped the email/phone/net lines etc. Its the responsibility of others to not allow several hundred tons of metal and fuel that flyes over cities everyday, to be hi-jacked by anyone. Unfortunately, that is very difficult, but theres nothing you can do about it.

      >We have too many skyscrapers in this country anyway - they block the view.

      Yes you do. Putting all your eggs in one basket is a stupid idea, and one that only someone who wanted to make as much money as possible with no regard to safety would do. Putting 1000's of people all in the same tall building is a very stupid thing to do - look at the pentagon, nicely spread out and very difficult to total.

      --
      This comment does not represent the views or opinions of the user.
  86. Aol and Carnivore by CtrlPhreak · · Score: 1

    Seems to me that AOL would be one of the first companies to install carnivore. It's just another way for them to screw over their customers. First with their bad software, next with overwhelming SPAM, and with high prices. It's just the next step in their evolution to deny privacy as well. AOL is just a test of how much customers will take, while they make tons of money off them.

    --
    WikiAfterDark.com It's a sex wiki, go now!
  87. Trust by Greyfox · · Score: 2
    I grew up living on ground zero and wondering each day if today would be the day that my government would destroy every man, woman and child on the face of the planet. While I love this country and feel we all need to pull together at this time, I still don't trust my Government any farther than I could spit a rat. I do not think, however, that in the long term anything being done now will significantly impact our civil rights. We do need to make sure that our Senators and Representatives know that knee-jerk reactions such as making encryption illegal in this country would be the wrong way to go about insuring America's technological leadership in the coming century.

    By the way, I also didn't emerge from the mexican standoff with Russia just to be pushed around by some sandy little butthole who uses his country's civilians as a human shield.

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

  88. Re:For some reason.. by Mike1024 · · Score: 2

    Hey,

    I don't think Osama used America Online

    From the article:

    Other bin Laden agents make for the internet cafes that have sprung up in the Pakistani border town of Peshawar. They use the most common service providers, all of them American, and refer to each other and to bin Laden himself by their first names. In the welter of e-mail traffic their messages go unnoticed.

    Maybe AOL is the ISP that provides service to the cybercafes.

    Michael

    --
    "Goodness me, how unlike the FBI to abuse the trust of the American public." -- The Onion
  89. Fed Comp Week reports ease on Carnivore restrictns by cps42 · · Score: 1

    Aparently, one of the amendments on the US$40 billion emergency funding bill slipped in by Rep. Orrin Hatch (R-UT) was to ease restrictions on installing and using Carnivore. Read about it in Federal Computer Week.

  90. Hm... by Scoria · · Score: 2

    AOL and Earthlink: So easy to use and so far away, no number it's #1 for Afghan terrorists!

    Seriously though, how does this help? Chances are, Bin Laden doesn't use e-mail, and if he does, the probability is that he doesn't use America Online or Earthlink. Maybe he uses some sort of Afghan ISP; oh wait, the Taliban banned the Internet! Oops.

    It would sound like he uses a man on a camel with encrypted computer disks or paper messages. By my guesses, the FBI is pretty much wasting their time...

    --
    Do you like German cars?
  91. Re:Sacrifice by NumberSyx · · Score: 2



    a. tax evaders are _BREAKING THE LAW_ if this helps catch them, great.


    So as long as I don't have anything to hide I have nothing to worry about ? Is that what you are saying ? There are alot of things which are not illegal, but you also would not want the Government to know about just simply because it is none of anyone elses business.


    b. if jerry fallwell becomes president, i'll eat my computer.


    This is not as far fetched as you think, GW is only about a minute left of Fallwell.


    c. if jerry fallwell (or any of his ilk) becomes president, it's not like he's all of a sudden the great dictator of the united states. you forget
    congress. the supreme court. separation of powers. 8th grade govenment class anyone?


    By reducing privacy and freedom of speech, GW and Congress will have already laid all the ground work.


    d. doing what you describe (looking for non-Christians, gays, etc) with the internet would itself be illegal because it is discriminatory. and if the presidnet or anyone else was caught doing that, they'd be out of office faster than you can say impeachment.


    Looking for people who are Moslum and have opposing political views is somehow NOT discriminatory ?

    --

    "Our products just aren't engineered for security,"
    -Brian Valentine,VP in charge of MS Windows Development

  92. Earthlink and Carnivore by FnordX · · Score: 1

    I used to work in the Network Operations Center for Earthlink (formerly Mindspring), and they did actually install Carnivore out on their systems in California, however, it had this nasty habit of making their network unstable (Like the people out in CA actually HAD a network that was more than two tin cans with some string between it, but that's a different issue).

    When I was last there, the policy from inside was that if the FBI would make the sytem compatable with their network, they'd happily install it, and comply with all FBI rulings, and all of that. So much for the 'Privacy Protection' they've been advertising. And don't even get me started about all of that privacy protection stuff they advertise.

    --
    ____________________
    Clouds in the Sky,
    Water in a bottle
  93. Time of War is okay?? Japanese Internment?? by braddock · · Score: 1

    Those of you arguing that reduced civil liberties during a "time of declared war" may want to think about that. Does that argument justify the US Japanese internment during WWII?

    Secondly, this "war" seems more in line with the "war on drugs"...political rhetoric which never really ends in a well defined way. Are you counting on some future politician to say "oh, well there's no one left who doesn't love American's now, so we can roll back the civil libery infringements"?

    Thirdly, folks should read up on the Counter Terrorism Act which just flew unopposed through the Senate on Friday...it will make network monitoring and wiretapping without a warrent legal in the use of fighting terrorism or COMPUTER SECURITY. It was passed 97 to 0 in the Senate with no debate. I saw no "time of war only" clause in it.

    --Braddock Gaskill

  94. Oops. Typo. by Scoria · · Score: 1

    Lame typo.

    s/"no number it's #1"/"no wonder it's #1"/g;

    Now that I look at it, though, it makes a little sense...

    --
    Do you like German cars?
  95. Re: Sealed Cockpit? That's worse.... by Jeremi · · Score: 2
    So when the cockpit seals off, the terrorists can say they will shoot one person every minute until it's open. What would you do as a pilot?


    Notify the police on the radio, land safely at the nearest airport, and let the police deal with the terrorists. Note the lack of destroyed skyscapers in this scenario?

    --


    I don't care if it's 90,000 hectares. That lake was not my doing.
  96. All we can do is lose by taranis · · Score: 1
    All we can do is lose

    I hate to be the bearer of bad news, but one has to consider that this is a war that even the mighty U.S. empire can not win. Consider that even as large as the U.S. tax base is, it is not an endless pit of money. Already, the U.S. government has approved $40,000,000,000 in U.S. tax money to spent on the WTC relief. This number will grow significantly. What will it cost to repair the Pentagon? The U.S. is pledging $16,000,000,000 to the airlines to help them stay afloat. The airlines were already in trouble before any of this happened. For that matter the U.S. economy was heading for a recession or possibly even a depression before these attacks. This attack could not have been timed worse for the health of the U.S. economy.

    Consider for a moment, that a few thousand people around the world with a few 100 million dollars, can cost the nation states 100s of billions of dollars and tens of thousands of their citizen's lives. Just the relief effort for the WTC could run in excess of a 100 billion dollars. Then there is the possibility of the collapse of the airlines, or any other number of businesses that were impacted. Then there is the shake-up of consumer confidence which was already in sad shape. Then there is the domino effect that these failing businesses and industries will have upon the global economy. If America takes a huge economic hit, so will the global markets. Just consider for a moment what the lack of air travel has done to business. Thankfully, my UPS driver delivered my run away dog to me the other day. It wasn't like he had a lot of parcels to deliver, and it was a gesture of goodwill that my family greatly appreciated.

    People like my father, say this sort of thing could have been averted had only the CIA, FBI, NSA, and a slew of other government TLAs been given the authority and resources to spy on everyone. I am afraid that this is a naive view. This is akin to thinking that if we only had more police and private citizen's couldn't own weapons, that there would no longer be any crime. All of these new regulations in the airlines would have done nothing to stop this attack. What good does it do that I can no longer carry on luggage or do curb side check-in or that I can't meet my family at the gate? Already, the FBI is using this opportunity to install Carnivore, what will be next?

    The sad truth that people don't want to admit to themselves is that there is very little that can be done. We can mobilize the U.S. military and spend billions more on killing millions more. What will that do? In the end it will only make things worse. Violence breeds violence. It is a vicious circle. We will bomb and kill, this will cause more people to attack the U.S., and in the end we can not win. We simply can not afford it. We will lose more and more of our civil liberties. We will find the government monitoring everything that everyone does, assuming they can deal with the bandwidth, and in the end all we will have lost is our privacy and our liberty. If we really want to end this, then we must strive to change people. The terrorists came to their beliefs through some perception of reality. The people that harbor the terrorists, do so for some reason that seems very valid to them. The only way to lasting peace will be change the way people perceive others. This an ever increasingly small world. We must all learn to live together in peace. If not we will all lose.

  97. Re:Work on the assumption that you have zero priva by TenPin22 · · Score: 1

    Personally I couldn't really care if someone was spying on my eMails. If I wanted to say anything privately I would use encryption or use something other than eMail.

    What I do disagree with is invasion of privacy. Fair enough the law forces can use a warrant where they have a reason to investigate a particular person but I don't agree with trawling through millions of mail accounts in the hope they may find something.

    Seriously, if the terrorists are smart enough to commit this act with such coordination without the security agencies knowing about it then they must have used encryption or other methods of communication.

    Often disguising a message is better than using encryption anyway. I could send a message saying "I can't wait for Doom 3" which could be a signal to do something else. This was used alot in WW2.

  98. Re:Sacrifice by radartroop · · Score: 1

    "Endangering the lives of many military personel"? What do you think those soldiers are for? This sort of thing is the very reason we have an Army/Navy/Marine Corp/Air Force. I wore the uniform and I know many that still do. I can guarantee you that the vast majority of American servicemen and women relish the thought of being involved in any action that punishes those responsible, despite the risks to their lives and limbs. They know their duty, and the risks of their profession: they're paid to do one of two things: train to fight the enemy and fight the enemy.

    5000 people die, yet you can't imagine giving up e-mail privacy to prevent it from happening again. Your attitude is exactly what pigs like Bin Laden are counting on. I'm sure his ilk are aware that there are many Americans too spoiled and selfish to make the sacrifices neccesary to punish those responsible and to see that it never happens again.

    Too many SlashDotters have the immature attitude that freedom is absolute, that any abridgement is tantamount to tyranny. Over the years I've been amused by many such slashdot threads. But now amusement has been replaced by nausea: these threads just make me sick to my stomach.

  99. Re:Sure they didn't install Carnivore... by jeffy124 · · Score: 2

    i agree with you in some ways. I highly doubt that companies would lie on behalf of their government. Knowing corporate america, if one person were to say "The FBI made us say such-and-such," that would not look good, and the FBI would then be in a LOT of trouble. Knowing what ISPs have carnivore and which dont is something that's probably being guarded. But by having these companies say that "we have declined and FBI request to install wire tapping equipment" that tells us who DOESNT have Carnivore installed. It also leaves speculation that there are ISPs out there that have not been approached by the FBI.

    --
    The One Rule Of Chess You'll Ever Need: Don't play someone who carries a kit in their bookbag.
  100. not gonna happen w/ Earthlink by sydney · · Score: 1

    I work for Earthlink and I can assure you its not gonna happen with them. They can't even deliver the email that DOES come in, let alone filter for it. They are currently buying up too many little ISPs and have lost sight of their own. Their databases are a big jumbled mess, currently they have at least 4 seperate databases of customers that aren't linked to one another. Most of the customers who are switching over from a bought-up ISP are lost in the shuffle.

    Bottom line. . .Earthlink is waay to disorganized to handle something like this.

  101. Admins at Earthlink and AOL by BrookHarty · · Score: 2

    Do we have any Admins from Earthlink or AOL who are /. users? Lets hear the story from the horses mouth.

    Currently at work, the FBI is scanning cell phones at an extended rate, we cant even take the machines down for maintenance.

    Not to worry thou.

    1. FBI still has to provide a search warrent and phone number to record in .wav files.

    2. They use only 100mbit connection, so they cant physically record every call.

    3. People who run the systems are /. users.

    -
    We are drowning in information and starved for knowledge. - Unknown

  102. Re:For some reason.. by Scratch-O-Matic · · Score: 1

    ..I don't think Osama used America Online.

    (cheerful voice)
    You've got Fatwa!

    --


    Evil is the money of root.
  103. Oh jeez by Synpax1 · · Score: 1
    When will the slashbots get over the fact that they really don't have a right to privacy and that, in the greater scheme of things, allowing the government to search email with cause is of no harm to anyone.



    I'm sure no one here or at the FBI cares which /. editors are subscribed to pet sex sites.

  104. Re:Sacrifice by matrix29 · · Score: 1

    What if they found out your weren't paying your nanny enough? What if they found out you once visited a Nazi web page just out of curiosity? What if they found out you said in anger "I want to kill so-and-so!"?

    These laws aren't to protect the average person, they exist as the perfect BLACKMAIL tool. If you get uppity, they'll review your past for you from the day you were born to the last stupid thing you said yesterday. Did you honestly think J. Edgar Hoover was protecting his citizens or was he maintaining a huge database of BLACKMAIL information against political rebellion? He did not help the people oppressed by the Mafia or KKK, he kept the people who were in power then still in power later.

    Wake up! It is not to late to understand America and its many flaws. We do not have to endure a Gestapo and another Nazi rise to power.

    --
    "Face it, a nation that maintains a 72% approval rating on George W. Bush is a nation with a very loose grip on reality.
  105. The Ultimate No-Win by RoninM · · Score: 2

    This is the ultimate in no-win situations for ISPs. If they refused to cooperate, you can sure as hell bet that it'd draw not only the ire of the US Government, but of the People--including some of their customers--who are blinded by
    rage and indignation at this time. Hardly a few hours went by before black-hearted politicans and "law-enforcement" agencies were vying to see who could blaspheme the dead the most by
    co-opting a tragedy for their political gain. Not a day later, you had Republican Congressmen coming out and saying, "This is why we need a missile defense system." (Fuck you! Show me a missile defense system that would stop a suicidal hijacker.) But the People, as a whole, aren't outraged by these reprehensible actions because we're all seeing red, and little else.
    Rights and respect are in the peripherial vision. Anything that sounds like an upbraid to the terrorists is now okay. So what is an ISP to do when the Feds come knocking and say, "Let us look at your traffic?" Saying no would make for the biggest PR massacre in the history of Capitalism. The only option is to abandon protection of user rights, which is not something most ISPs look forward to doing.


    On the prostitution of the missile defense system by Republican Congressmen on the same day as this tragedy: this is shameful. It doesn't matter whether you believe missile defense will work/should be bought/whatever. That's not the point. Using the occasion of mass murder to politick should be absolutely unacceptable.
    It's no different than if someone had come out and said, "This is why we should not be involved in the Middle East." I was hoping that for at least 24 hours, we could leave politics by the wayside. If anything was to be done that day concerning policy, it should have been precisely what was done: review what went wrong and
    how to fix it.

    I'm not saying it's right or wrong, only that it is: America is stuck in a reactionary rut. We're relegated to reacting rather than forging our own path for the time being. For AOL and Earthlink and many others, the obvious problem arises: when can you make a stand on the principles of this country when they directly oppose the republic's bloodlust? I can't blame AOL or Earthlink for this move. They're stuck in a no-win situation. Someone, somewhere, will hopefully make the
    very public stand on issues when the climate is more appropriate and drag our enraged People out of their rut and back into secular (meaning: worldly) thinking. But for now, the heat is too stifling.

    --
    If a corporation is a personhood, is owning stock slavery?
  106. Re:Individualism by QuantumFTL · · Score: 1

    Normally I do not respond to anonymous cowards, however it appears you didn't even read my post!

    No where in my post did I condone the restriction of free speech. In fact today I think free speech is restricted too much. In my dorm at Cornell University, if I was to say "I hate Jews, they are a bunch of $@#&$%'s..." (I use that example because many of my friends are jews, and I do not hate them in the least) I would be punished and that would be put on my perminent record. That is not free speech.

    I'm all for allowing *ANYONE* to say "The US Government Sucks" or "AMERICA IS BAD" or whatever. What did my post just say? That America is too individualistic. The Right to Free Speech *IS* constitutional, and I hold that as being very sacred. (Some Europeans I've met don't understand why our constitution is some important).

    My post specifically stated that there was something wrong with taking away a RIGHT (free speech was my example!) but that there was nothing wrong with taking away a privelege (privacy in a public forum) if there is a need. In my mind, illegal search and seisure does not apply to internet transmissions any more than it does to someone transferring a giant load of illegal weapons/drugs/whatever in the back of their pickup truck, in public, from one house to another, on a public roadway. You wanna talk in private, go there and talk in person. Otherwise, the government is bound by laws that it makes, and it can change those if it wants to.

    Perhaps you don't understand we are not worried about terrorists having their rights violated.

    Perhaps you have never learned about government, in which case your ignorance could be excused, however in the United States, even CRIMINALS have rights. Constitutionally, we must protect those rights as much as we would protect a non-criminals. The subset of rights which criminals have may be smaller than those of innocents, however it is no less important! Perhaps you should try reading the constitution, or at least reading a book about it if there's too many big words in it for you.

    America is about dissent. Sadly, people like me who understand it, and support your right to voice that dissent do not enjoy the same consideration from short sighted people such as yourself.

    You know, I think that before you write an acidic post like that above, you should ACTUALLY READ THE POST YOU ARE REPLYING TO. In fact, if you have the time/brainpower, you may want to THINK ABOUT WHAT THEY SAID FIRST. You appear to be able to speak english, so I would assume you are capable of comprehending the ideas of my last post. All I said was that I personally do not care if the FBI looks through my e-mail, I have nothing to hide, and that I think too many people put their privacy (from a government organization that cares little to NOTHING about the stupid details of most people's everyday lives) above the lives of their fellow citizens. And if you couldn't understand it when I wrote that, you probably still don't understand it now.

    Also, do you not see the irony in hiding behind anonymity to criticise someone for being cowardly?

  107. Passport forgery? by Rubik+Penguin · · Score: 1
    There is a story here

    Investigators discovered the passport of Satam al Suqami, one of the terrorists aboard American Airlines Flight 11, the first plane to hit the World Trade Center.

    Are passports needed for internal US flights?
    Could a passport really survive from the plane?
    If it had would it not be buried under a lot of rubble?
    Would the FBI forge a passport?
    Would they forge emails?

    Now that's scary!

  108. No, the FBI is not wasting their time... by slashdot_commentator · · Score: 1
    By my guesses, the FBI is pretty much wasting their time...

    No, they are not. If the FBI was installing Carnivore to nail Osama Bin Laden's terrorist cells, then yes, they are wasting their time.

    The FBI is using "anti-terrorism" fears to justify installing Carnivore. Then the FBI will be able to snoop into anyone's Internet communications. Oh yes, there will be many benefits from this, like nailing mobsters and pederasts. Or convincing Senator X they need to bump up the FBI budget, or some embarrassing information may be revealed. Or muscling/terminating potential embarrassments to the agency, after learning it through newspaper/ACLU communications...

    Best of all, no need to provide a pathetic justification to the Courts that they need to monitor newpaper/ACLU/Congress/Court transmissions. What a timesaver.

    --
    There is no America. There is no democracy. There is only IBM and AT&T and DuPont, Dow, General Electric, and Exxon
  109. Re:Sacrifice by QuantumFTL · · Score: 1

    FIrst of all, thank you for at least reading my post, unlike the one anonymous coward who just spat a bunch of BS back.

    You may not care now, but what about in 5 years when they are still doing it. Instead of Terrorists, what if the are looking for Tax Evaders, would you care then?

    I fully understand these concerns of yours. However, Tax Evasion is a crime, a crime that steals from us all, and if I evade taxes and get caught because I bragged about it on e-mail, so be it.

    What if the next President after Bush is Pat Robertson or Jerry Falwell, they will be scanning our email to find out who wasn't Christian and who might be Gay, would that be okay with you ?

    First of all, Pat Robertson isn't really all that interested in having a list of all gay people in the united states. He happens to apply moral principles which are thousands of years old, and therefore has moral problems with homesexuality. He's much more interested in helping gays than restricting them (I do not think he feels you can force heterosexuality via legislation, he's not that stupid). So what if he DID compile a list of everyone in the US that was gay??? How would that hurt anyone? It's only acting on a list like that (and there are no laws which would allow him to do anything with that information) that could possibly be a breach of rights!

    The problem with giving up freedom is we will never get it back and just because the current administration CLAIM they will not abuse the power, how about the next one ?

    Are you kidding me??? For almost a hundred years, the freedom of african american slaves was utterly and totally ignored by the constitution. But amendments were passed and they were recognized as being free. Giving up freedom temporarily does *NOT* always mean it will be perminant. Under the Sedition of Act of 1798, it was illegal to criticize the government of the United States under penalty of fines and/or imprisonment. However, the Sedition Act was later repealed after Thomas Jefferson won the presidency. Just goes to show that you can get back freedoms that are temporarily sacrificed. Look at all the freedoms that go away under Martial Law, with curfiews, etc. I'm all for individual freedom, but we cannot be free unless the country itself is free from oppression and domination, and that is where freedom starts - protecting your country. Even if that means a sacrifice.

    Desperate times call for desperate measures.

  110. Re:How much? by matrix29 · · Score: 1

    You do know that a stray gunshot could take out the engine or cause the body of the plane to rip in two. That is a dumb request similar to having guns on the space station. This makes about as much sense as having windows in a submarine.

    TASERS would be a better choice (though the spark could ignite the fuel in tanks). Another choice would be knives (which could still rip through the plane body - they are pretty thin and highly stressed). Or perhaps knockout gas (a non-combutable variety). Or perhaps poison-tipped darts (probably the best choice) or tranquilizer darts (fast-acting of course).

    Having guns on airplanes makes as much sense as having handgrenades on airplanes. Heck, in two minutes I can come up with cheaper and better answers then making liberty-killing laws.

    What about a panic-button (puts the plane on autopilot and the pilot has to give a clearance code which ONLY the air-traffic control release to manual control? What about a self-destruct button that blows the plane up in mid-air? What about better security for the cockpit along with a bathroom and food storage solely for the pilots along with an air circulation system that isolates the pilots from the passangers? What about a safety eject for the passanger cabin that parachutes the entire passanger area and the pilot cabin to safety in case of engine failure? What about having a rotation of security people (with non-plane-damaging equipment) on every flight? What about security codewords that ensure the pilot isn't being hijacked and pretending everything is fine?

    --
    "Face it, a nation that maintains a 72% approval rating on George W. Bush is a nation with a very loose grip on reality.
  111. Glad it happened! by vbprgrmr · · Score: 1

    Yes. I was glad the US Government did surveillance and internment during WWII. That's why there were very few successful attacks in the United States by the German government. Maybe if the European contries had thought about such things in 1935, there would have been no WWII or Holocaust. Think about that, when the next hijacked airplane might aim for your office building.

  112. Re:Sacrifice by slashdot_commentator · · Score: 1

    "They that give up essential liberty to obtain a temporary safety deserve neither liberty nor safety." -- Benjamin Franklin, 1759.

    The keyword there is 'essential liberty'. Which liberties are essential? life? speech? movement? privacy? How much privacy is essential? How much of the freedom to travel is essential? I dunno.

    I'd say any liberty enumerated in the Constitution and the Declaration of Independence are essential. While privacy is a good thing, it never was explicitly delineated in the Constitution. The freedom to travel can be crucial. How could a citizen verify there was a concentration camp or war crime atrocity without a firsthand look? Or a mere participation in a political gathering? Remember, travel in the U.S.S.R. was heavily restricted and catalogued, and it was not to defend the motherland from Western suicide bombers.

    --
    There is no America. There is no democracy. There is only IBM and AT&T and DuPont, Dow, General Electric, and Exxon
  113. mail servers by Nastard · · Score: 2

    Times like this, I'm glad I run my own local mail server.

  114. No Carnivore Here by datavortex · · Score: 1
    We do not have carnivore installed. We never have, and we don't now.

    That's all.

    --

    He either comes off as a real interesting guy with encyclopedic knowledge,or a pathological liar with an ax to grind
    1. Re:No Carnivore Here by ender78 · · Score: 1

      I don't think they need to install anything on an ISP server. I've noticed that almost all traceroutes I do go right through....you guessed it, Washington DC. Why install software on millions of servers when you can set up a server of your own, and use governmental control of routing tables to make all traffic go through it.

  115. Here Come The Nukes by cybrpnk · · Score: 2

    I think nukes are on the way in this mess....check this out from www.drudgereport.com:

    Defense Secretary Donald Rumsfeld this morning refused to rule out the use of nuclear weapons in America's coming battle with terrorists.

    Appearing on ABC's THIS WEEK, Rumsfeld was asked if a possible tactical nuclear strike would be used.

    "Can we rule out the use of nuclear weapons?" questioned ABC's Sam Donaldson.

    RUMSFELD: You know, that subject--we have an amazing accomplishment that's been achieved on the part of human beings. We've had this unbelievably powerful weapon, nuclear weapons, since what 55 years now plus, and it's not been fired in anger since 1945. That's an amazing accomplishment. I think it reflects a sensitivity on the part of successive presidents that they ought to find as many other ways to deal with problems as is possible.

    DONALDSON: I'll have to think about your answer. I don't think the answer was no.

    RUMSFELD: The answer was that that we ought to be very proud of the record of humanity that we have not used those weapons for 55 years. And we have to find as many ways possible to deal with this serious problem of terrorism.

    And if, Sam, you think of the loss of human life on Tuesday and then put in your head the reality that a number of countries today have other so-called asymmetrical threat capabilities--ballistic missiles, cruise missiles, chemical weapons, biological weapons, cyber warfare--these are the kinds of things that are used in this era the 21st century. And a germ warfare attack anywhere in the world would bring about losses of lives not in the thousands but in the millions.

  116. Re:Sacrifice by Alan+Partridge · · Score: 1

    take care of WHAT once and for all? the problem of terrorism will NEVER go away. In the UK we've been putting up with this shit for over 30 years, the most intelligent people in the country can't figure out a negotiated settlement for Northern Ireland, the best that they can apparently do is let the terrorists that are in jail go free, and tie the combatants up in negotiations for the rest of time. It won't work of course, but it may save lives in the mean time. Witness the idiots scaring school children to death because they walked down the "wrong" road on their way to school. And the best part of all is that there is implicit support for Irish republican terror groups by the USA in the form of the continuing existence of NORAID. God alone knows how the USA can justify that or, worse still, the continuing existence of the state of Israel, a state seemingly FOUNDED on the basis of intolerance. If the USA really cared about terrorism and international law, they'd get involved in the UN, re-run the (stolen) presidential election and admit the mistakes of the past. Now would be a good time to reconsider Cuba too, another continuing outrage commited in the name of "Freedom".

    --
    That was classic intercourse!
  117. Re:Sacrifice by gilroy · · Score: 2
    Blockquoth the poster:

    Let me make a suggestion, and I mean this seriously to anyone who hasn't really looked into it: pick a few books about World War II.


    Hmmm. I sort of think the 20+ books I've read over the course of the past few years -- about WWII, the political aspects leading up to it and following it, the restrictions during and following it, and the legal issues raised -- might qualify me just a little to speak on this, at least as an informed lay person.



    Don't pull your sanctimonious crap on me. Just because I don't agree with your position doesn't mean I am ignorant, any more than your disagreeing with me makes you so. Indeed, I have read avidly and thoroughly and have pondered much about both WW II and the impact terrorism has on democracies. I'd been thinking about it long before Sep 11. And I guess I would say that anyone who posted your message demonstrates little true understanding of the fragility and value of the American experiment.



    Civil liberties mean "a damn" especially at a time like this, when legitimate fears lead people to call for their erosion. Unlike every knee-jerk reactionary, I have faith in America that we can -- and will -- work out a way to protect our nation and our fundamental liberties. I have faith that a nation can protect its citizens within the rule of law. I have faith that the American spirit can triumph over the darkness that illuminates the hearts of the terrorists and over the fear that clouds the hearts of citizens.


    We are stronger than that. We are smarter than that. We are better than that.

  118. Illusion of Protection by Garry+Anderson · · Score: 2

    For the sake of your families - be prepared.

    As I explained on /. before:

    IT IS ALL A LIE

    Carnivore and Echelon will not work against terrorists.

    People were complacent - because of this LIE.

    They knew billions was being spent on Carnivore & Echelon for just this sort of problem.

    Terrorists know they are being looked for by Carnivore and will get around it by other measures.

    When not planning face to face - they would use personal couriers.

    Perhaps give mobile for single message when required - just using message - go with plan a / b or abort.

    I have always said - terrorism is just the excuse they use, the US to raise funds for Carnivore - the UK to justify R.I.P. bill - to spy on the people.

    The "you've nothing to fear - if you are not breaking the law" argument is made to pressure people to acquiesce - else appear guilty.

    It does not address the real reason, why they want this information. They want a surveillance society.

    This is like having somebody watching everything you do - all your thoughts, hopes and fears will be open to them.

    All your finances available for them to scrutinize - heaven help you if you cannot account for every cent when they check on your taxes.

    Do not believe the lies of Government - even more money spent on Carnivore will not protect you - IT IS A LIE - TERRORISTS WILL GET AROUND IT.

    You are a simple-minded dimwit if you believe different. What a big supprise it will be to you, when they use chemical or biological weapons to kill thousands.

    Carnivore will not help you one bit. Government are immoral to use this excuse - especially at this time.

    ***

    In the news today: Bin Laden British cell planned gas attack on European Parliament

    Quote: "ISLAMIC terrorists based in Britain and controlled by Osama bin Laden planned a devastating attack in February on the European Parliament building in Strasbourg.

    Sarin gas is an easily made chemical weapon, 26 times more deadly than cyanide. Developed during the Second World War by the Nazis, it is odourless and almost impossible to detect. Its potential for use in a large crowd was proved when Aum Shinrikyo, a Japanese cult, killed 12 people and affected 5,000 more using sarin gas on the Tokyo underground in March 1995."

    Telegraph Newspaper [telegraph.co.uk]

    ***

    The authorities hide simple solution to trademark and domain name problem to abridge your free speech rights. The US Government violate the First Amendment - WIPO.org.uk

  119. Lies and ignorance by VP · · Score: 1

    This is why the Arabs have NEVER attacked any Israeli religious targets. It is not the religion that bothers them. It is the lack of religion. It is the secular Israel that offends, not the Jewish one.

    This BS is at best due to ignorance, at worst it is a calculated lie, designed to show moral equivalence between "one side" and the "other side".

    We will be sorely tempted--because we strongly believe in our values---to attempt to impose them on those we aid. We will demand they embrace democracy?. We will demand they allow freedom of speech and yes, religion? Will we insist that they become as secular as we are? And if we do, will we just be creating more Osama Ben Ladens?

    The answers are obvious to those who are not ignorant and learn from history. When was the last time suicide pilots attacked American targets? What was the outcome?

    When Japan surrendered, a broad program and effort was put in place to change a nation of fanatics, who believed in a living god (the emperor), into one of the most advanced democratic nations in todays world.

    We just need to have the resolve to do it again.

  120. I work for Earthlink by axelbaker · · Score: 1

    As an employee of Earthlink I have been very interested in the reports that we are using Carnivore.
    I have inquired with various people in the company, and, as far as I know we have NOT and WILL not install Carnivore. We value our own privacy and our customers. I am proud to be able to say this. I hope other ISP's take a similar stance.

  121. Are the terrorists really so stupid? by Conspire · · Score: 1

    Anyone who would plan and coordinate such and attack, would surely use plain text email right? WRONG. These people are not stupid, IF they are using the internet as a communication platform, they are surely using a combination of steanography and cryptography and anonymous newsgroup postings, email, etc.

    --
    Real men don't need signitures!!!
  122. I don't mind by Nassah+The+Zerg! · · Score: 1

    Nobody has the patience nor the time to go through all our mails, but if it helps finding people connected to the attack, then so be it.

    Does this mean surveillance, I don't think so and they shouldn't unless autorized by a judge.

    Listening to phone calls is essentially the same.

    For me as long as they get a judge order, then they could track someone's mail and I won't object.

    The only question left is which countrie's judge wshould order such a thing. If I am from X country, should a Y country judge allow reading my mail? I don't know an answer for this.

    Note: Most Third World nationals leave their countries to America and the West to get away from injustice, corruption, state terror and live and speak freely. This includes most non Western countries. Those who launched the New York attack are the same assholes that many in those countries tried to get away from!

    --
    The kernel needs a Gtk/Gnome-based post-install device configuration tools "a la" make xconfig. (Better sig coming soon
  123. Re:For some reason.. by J'raxis · · Score: 1

    Fine, taliban.gov.af. Heh. It was a freakin joke I wrote in 15 seconds.

  124. I call bullsHi* by visualight · · Score: 1

    From a legal POV, this is a moot point. The Constitution does not grant me any rights. There are several inalienable rights that I was born with and these rights may not be voted away by anyone.

    In the real world however, there are people with guns who operate huge prisons and I may find myself there if I don't "go along" with the mob.

    I will not go along with the mob. The Founders intent in writing the Constitution was to prevent the government from rallying the masses behind some tragic event like this one. Some points:

    My personal communication belongs to me. Period, end of story, shut it, zzzzp!... I OWN, WAS BORN WITH, NO ONE MAY TAKE IT AWAY, the right to secure said comminications IN ANY WAY I CAN.

    Thank you, you may now go back to trying to out-patriot each other.

    Rob

    --
    Samsung took back my unlocked bootloader because Google wants me to rent movies. They're both evil.
  125. This is so typical of slashdot by esper_child · · Score: 1

    What I really want to know is why everytime someone says that something like this happens everyone seems to froth at the mouth about how this is a violation of this and that. What you people need to realize is that you are sending mail on THEIR servers and it is THEIR right to do what THEY want with them, they are only letting you people use them. If they use carnivore and you don't like it go somewhere else. If the monitor your traffic and you don't like it, use a different service. If they read your email and you don't want them to, don't send email or go elsewhere. You know there is such a their rights to do business how they see fit. It isn't really your place to tell companies how they should be doing their business and how they should be conducting themselves. They are in this for the money not just to provide a service. If they think this will make their image look good then they will do it, if not they probly won't.

    You see one of the great things about our society is that competition exists for everything (except in the occurence of a monopoly which for the most part mucks up the whole economy and the rest of society with it). Since competition exists, why don't you use it instead of complaining about what company A is doing. Go use company B if company A isn't working the way you want it to, that is what our society should do. Unfortunately it is people who just complain instead of doing something about it. The way our society works one person actually can make a difference and not just get lost in the crowd as we tend to think we will.

    Big businesses tend to think that we won't do anything about their actions that surpress us little by little. They think this because they know that the american public has gotten lazy and slothful. We would rather fit in or do the easiest thing with is simply to complain and not do something. This is why we haven't made bills to protect us against things like DMCA and SSSCA and so forth. What we should do is get groups together to generate laws that protect us, the technology people in a time when the fasionable thing to do is pass laws to restrict what we can do with our computers.

    end rant

  126. Re:Sacrifice by radartroop · · Score: 1

    Who in the world has suggested that we surrender "all of our freedom"? Not even the most hawkish politicians have made that suggestion.

    You've actually illustrated my point perfectly: at the mere suggestion of a temporarty loss of some of our freedoms many members of this forum howl as if the Constitution was being shredded. In this case, a decreased level of personal privacy somehow metamorphs into the "loss of all our freedom".

  127. Re:Sacrifice by Fat+Casper · · Score: 2
    He's bright enough to be sent in with no training. It'll raise the country's IQ a notch. I was right on when I called his willingness rhetorical.

    What is getting ramrodded through? Let's see... People are actually anxious to spend Social Security money on defense. Congress just passed a resolution that makes the Gulf of Tonkin Resolution look restrictive. We're going to skip the flip-flop to putting 100k teachers in the schools with this budget and stick with putting 100k cops on the streets for quite some time. Look at what Ashcroft wants to do with wiretap laws, and look at what is happening to our email. I shudder to think of what the budget is going to look like this year- and don't think that W isn't going to have some big military op going on next september- he's going to need leverage with next year's budget.

    Remember; it is now unpatriotic to question the simpleton-in-chief. Our freedoms are what make the country so strong. Giving them up is worse than defeat by these terrorists- it sets us up for defeat not just in this instance, but in every crisis we face in the future. A country that refuses to think ends up making collossally stupid mistakes.

    --
    I spent a year in Iraq looking for WMD and all I found was this lousy sig.
  128. Today's ideas by HuskyDog · · Score: 2
    Here are my latest ideas to inconvenience Carnivor/Echelon etc. I presume that the Feds don't already think you are a terrorist. If they do then your machine has probably already been tampered with so these ideas won't help.

    1 - Defeat keyword searches. The Feds can't possibly read everyone's email. Presumably they store the text and then do giant keyword/keyphrase searches using some clever code. So, send your text as a image file (PNG/TIFF/JPG etc). Simply write it on a text editor and then either do a screen grab or import it into something like Gimp. The guy at the other end can read it without needing any crypto software, but the Fed's keyword tracker will skip straight over it. Worried that they have OCR? Simple: Use cursive fonts and keep changing them; rotate the text to a funny angle; use patterned backgrounds.

    2 - Load up their decrypt machines - Let's assume that they have some big hardware which tries to decrypt any binary files that they don't understand. So, give it something to chew on. Grab 50K from /dev/random and email it to a friend. Then he can send some of his entropy back again. We have lots of bright people here on /., presumably someone could come up with a little script to automate this? Perhaps it could randomly choose words from /usr/share/dict/words to put in the subject line.

    It's going to take a long time for them to word a law which makes these activities illegal

  129. Who cares? by sirgoran · · Score: 1

    Pay attention to the language. "We're not installing." That could very well mean that the FBI is installing for us. But then I figure that if they really want to know the contents of my email then let them. I have nothing to hide. If they (the FBI) really get off on reading about what my wife wants me to pick up at the store, what jokes I pass along to my friends, etc then fine. I still have yet to hear a real reason, for why they shouldn't. What is it that people are afraid of? What makes you think that they don't already scan the phone signals for keywords? Besides, maybe if they scan enough email they might actually learn something. Like how to install a better OS like Linux.

    Goran

    --
    Carpe Scrotum - The only way to deal with your competition.
  130. file.txt by thejake316 · · Score: 1

    All the FBI is going to find is:

    Hi! How are you?
    I send you this file in order to have your advice
    See you later. Thanks

    --
    AC's cheerfully ignored
  131. do you really believe that ? by Archfeld · · Score: 2

    I've got no child pornography to worry about, and If the FBI, or whatever agency wanted in, asked I'd be happy to give them access, but I DO object to MY ISP providing access without #1 legal documentation, #2 my permission.

    Now I could not find anywhere wether a writ was issued in this instance or not so this may all be smoke if the FBI had a warrant more power to them.

    I disagree with the above AC, NOW IS THE MOST IMPORTANT TIME to ensure the FBI adheres to the rules, anyone we catch we must make sure IT STICKS. I'd hate to read about a case being thrown out because of a due process violation.

    --
    errr....umm...*whooosh* *whoosh* Is this thing on ?