Slashdot Mirror


FBI Files Brief on Scarfo Keylogger

Firewort writes: "In an affidavit (warning, it's a PDF) filed with a federal court in New Jersey, the FBI has disclosed some of the details of a controversial "key logger system" used to obtain the encryption password of a criminal suspect. They go into great detail describing PGP and the different methods they might have used to keystroke-log Scarfo to get his encryption key." Interesting, and more technically sophisticated than the basic keyloggers which grab keystrokes indiscriminately.

73 of 249 comments (clear)

  1. warrant by djtech · · Score: 3, Insightful

    As long as they have a warrant I think this should be legal for them to do. In a few years it will be obsolete since we'll have bio-interfaces to our computers. Lets see them tap into that without us knowing!

    1. Re:warrant by tim_maroney · · Score: 2

      I think biological interfaces to computers "in a few years" is a wildly optimistic prediction. A few decades, perhaps, except where needed for reasons of disability.

      Bio-interfaces to external systems would probably use wireless, which is highly tappable on a physical level at least. In addition, if a bio-interface were possible, it would be possible to develop a bio-tap using the same technology, making us more vulnerable to intrusion, not less.

      Tim

  2. keystroke blackbox by simetra · · Score: 2, Interesting

    I suspect it's only a matter of time before motherboards come equiped with a "blackbox" type of thing, similar to a flight data recorder. They could store, say, the last 10,000 keystrokes on any keyboard. Does such a thing exist?

    --

    "Would it kill you to put down the toilet seat?" -- Maya Angelou
    1. Re:keystroke blackbox by wiredog · · Score: 2

      In software, bash does that. So does doskey on windows systems. Wouldn't be hard to put a 512k ram module on the motherboard.

    2. Re:keystroke blackbox by Anonymous Coward · · Score: 2, Informative

      They have it now http://www.keyghost.com it can be easily be put inside a keybaord.

    3. Re:keystroke blackbox by twitter · · Score: 2

      Yes, they exist and they look just like normal keyboards. I suffer under NT here at work, so the company does not actually need more costly devices. If your company does not allow you to use your own keyboard, be suspicious.

      --

      Friends don't help friends install M$ junk.

  3. More keyboard logging by Spootnik · · Score: 2, Interesting

    Speaking of "if you are important enough" and "all is takes is application of resources", I was recently reading through some of the briefs in the US v. Scarfo case. It sounded to me like the FBI got frustrated with his use of PGP and went with the keylogger approach. I was under the impression that the government had the resources to actually break some of the encryption schemes that are lawfully available in the US. It takes them time and a lot of computer horsepower, but I thought they could do it. It seems that the FBI didn't want to have to use all these resources in the Scarfo case and take the time to do it that way, so they used a logger. The material I was reading came from www.epic.org. It was interesting.

    1. Re:More keyboard logging by gweihir · · Score: 4, Informative

      Brute forcing depends on key length. If you are willing to spend, say, 1 billion on it, a PGP special purpose RSA breaker (or ElGamal breaker), that takes, say a day to break a 512bit key, could be feasible (the numbers are just a very rough guess, but I think not so unrealistic).

      I doubt very much that they can break 2048 bit at the moment and I think 4096 bit is secure until some serious mathematical breakthroughs (which cannot be predicted).

      The NSA could have such a device for emergency purposes.

      Cheaper would be an attack on the passphrase. Most people don't have so much entrophy in their passphrase. E.g. I have only about 65 bits. Of course for this you need the secret keyring, a ciphertext sample will not be enough.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted and ignored otherwise.
    2. Re:More keyboard logging by gweihir · · Score: 5, Insightful

      P.S.: I think part of these "we (could) have broken" statements are also a smokescreen that is intended to make people not bother with encryption, because "they can break it anyway".

      Would not be the first diversion with that purpose: If you cannot defeat it, undermine its credibility.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted and ignored otherwise.
    3. Re:More keyboard logging by mosch · · Score: 2
      Another possibility is that the government can break them, but does not want to publicly acknowledge that capability, lest people switch to alternate ciphers, and improved use of steganography.

      I'd still love to see an anonymous mail network that implements the methods Brenda Timmerman described in her paper on Secure dynamic adaptive traffic masking. Something like that, combined with a large number of users would make even traffic analysis impossible.

      Of course, I must be a terrorist to think such things are good.

  4. Bypassing the keylogger by loosenut · · Score: 4, Funny

    The key to fooling the keylogger is to use a blank password, of course.

    FBI recruiters who are reading this: you know where you can contact me about that job offer.

    1. Re:Bypassing the keylogger by jeffy124 · · Score: 3, Interesting

      actually, from the looks of the brief, there are a few ways to circumvent their device. To me, it appears the key (no pun intended) to thwarting this lies in that the logger is only active while the modem is active, meaning you have to be online in order to be have your keys logged.

      Option #1
      Some have suggested saving that phrase in a text file and then copy/paste from there would work, except that your passphrase is now in clear text on your hard disk. Any search warrant against your machine would find that file, and your private key becomes compromised.

      Solution there is to open a text editor before going online, entering the passphrase there. go online. Get the mail and then copy/paste the passphrase, close text editor w/o saving.

      Option #2
      download the email off the mail server (ie, POP it off the server). Go offline. Enter passphrase and read message.

      Likewise, dont write emails while online. Write and encrpyt first, then go online to send. The keylogger appears to be able to pick up your typing of the message if you're online as you write it. (this also saves you $$$ if your ISP is cheap enough to still be charging per hour rates!)

      --
      The One Rule Of Chess You'll Ever Need: Don't play someone who carries a kit in their bookbag.
  5. A simple keystroke logger can be elegant, too by adx200 · · Score: 5, Insightful


    It's important to note the fact that it doesn't log all keystrokes for 2 reasons:

    1) It's impressive. Less keystrokes logged that could be potential passwords, the less manpower required to examine the logs.

    2) It leaves potential exploits open for crypto software writers and users in order to trick keystroke loggers into passing them over without recording the activity.

    On another note, Bruce Schneier has always reminded people that a secure system always includes at least 2 out of three things: Something you know (password), something you have (ATM card), or something you are (biometrics, fingerprint).

    My point is that ...
    Keystroke loggers could be rendered ineffectual if the crypto software used was also hooked to a fingerprint scanner or a swipe card reader in addition to a password. Or, the person could just always keep the password key on a CD-ROM that they physically take with them and can destroy at a moment's notice.

  6. Doesn't it seem strange by Lawmeister · · Score: 3, Informative

    that the FBI was so concerned about not capturing anything but the passphrase for the PGP key? Call me a sceptic but I'd say that the affidavit merely states this to either make it seem like they really know what they are doing, or to appease whatever restrictions the warrant for their entry to the premises and 'bugging' of the computer allowed.

    I would seriously doubt that if this 'device' was capable to record every keystroke as they claim, that if they had the opportunity to sift through Scarfo's (outgoing) email/online banking/Adult-Check/etc. they wouldn't.

    1. Re:Doesn't it seem strange by Ravensfire · · Score: 5, Insightful

      Why would this be strange? Most agents know pretty well what they can, and cannot get away with. The FBI, given some of the problems of the past, is doing what they can to NOT lose a case over a technicality. So creating a tool that allows them to capture only the information they have a court order for is an excellent idea from the FBI. If they got everything, found some new evidence from that illegally acquired information, it would probably get tossed out of court, along with the case (fruit of a poisoned tree).

      A law enforcement agency, creating a tool that is designed to operate within a limited court order - shouldn't we be at least somewhat positive of this?

      --
      "But we decide which is right, and which is an illusion"
    2. Re:Doesn't it seem strange by kevinank · · Score: 3, Interesting

      True, but that does not mean that they are not going to break the rules. The knowledge that they couldn't use the evidence would in no way deter them from collecting it.

      Unlike your local PD, the FBI risks a lot more harm than possible benefit from such a strategy. All it would take is one whistleblower to make the whole thing blow up in their faces. I suspect that if the FBI says they are using those communication restraints it is because they are. Even the political damage, much less the criminal liability of lying to the courts, would be overwhelmingly more costly than losing this relatively unimportant case.
      --
      LibBT: BitTorrent for C - small - fast - clean (Now Versio
    3. Re:Doesn't it seem strange by 4of12 · · Score: 2

      found some new evidence from that illegally acquired information, it would probably get tossed out of court, along with the case (fruit of a poisoned tree).

      Absolutely. If not, you can see the court proceedings...

      Prosecutor:"Your honor, if it pleases the bench, we would like to show the jury Exhibit A, to wit, the computer keystroke log of the defendent, "Scarfo".

      (aside)"Please start the on-screen display."

      "As you can see here, he is entering a secret pass phrase for a highly sophisticated encryption algorithm called P-G-P."

      "You can make out the individual letters of this secret key..."
      C-o-p-s- -a-r-e- -s-u-c-h- -l-o-o-z-e-r-s-.


      "And now you can see Scarfo entering the accounts information for his highly illicit operation."

      "I think any reasonable person would have to conclude that Scarfo was running an illegal operation and was taking great pains to hide this fact through his use of sophisticated high technology."

      (aside)"Please halt the projector."
      (Projector continues as Scarfo keystrokes exit from his business operations and he enters a chat room.)

      (with urgent pleading)"Halt the projector, please!"

      (The jury and much of the courtroom are breaking into barely concealed sniggering as they view Scarfo's conversation in the chat room.)

      Defense Attny: (suddenly jumping to his feet)"Objection, your honor!"

      "As you can plainly see from this chat room conversation, the investigators were clearly out to embarrass my client in front of his wife by presenting evidence that he was involved in impressing high school age girls with his youthful machismo while, as you can plainly see, he is actually an overweight, balding middle-aged man."

      "This evidence was not pertinent to the case, could unduly sway the jury's opinion of my client, and was used to blackmail my client into fabricating incriminating evidence of some supposed crime. I request the case be dismissed."

      Judge:"Objection sustained. Case dismissed.
      --
      "Provided by the management for your protection."
  7. Re:A simple keystroke logger can be elegant, too by billnapier · · Score: 4, Informative

    I was under the impression that part of the reason that it didn't log everything was to keep from possibly recording communications (Which would need a different kind of court order, along the lines of a phone tap).

  8. Scarfo's Password by billnapier · · Score: 3, Interesting

    Anybody out there know what it was? The affidavit implies that it was put into court records at some point in time (at least the output of the KLS was). Just curious, thinking its something like NickyS or BaddaBing.

    1. Re:Scarfo's Password by morcheeba · · Score: 4, Interesting

      nds09813-050-- -- the prison identification number of Scarfo''s father.

    2. Re:Scarfo's Password by Joe+Decker · · Score: 2, Insightful
      D'oh. You almost have to ding the FBI for not trying that one. :)

      Still, if the FBI really went to that much trouble to do keylogging software that doesn't capture when the com ports are active, I have to admire their dedication to the letter of the law.

  9. Ctrl-V ? by simetra · · Score: 3, Interesting

    Even if a keystroke logger recorded every single keystroke... if you were to copy and paste a password, say you put it in a text file on a floppy on a different computer.... wouldn't this render the keystroke logger useless? It would have to also record the contents of the "clipboard", no?

    --

    "Would it kill you to put down the toilet seat?" -- Maya Angelou
    1. Re:Ctrl-V ? by The+Dodger · · Score: 5, Funny

      Yeah, but think about it.

      Do you really want to leave your PGP passphrase lying around in a text file on your computer? :)

      D.

      ...is for DOH!

    2. Re:Ctrl-V ? by jedwards · · Score: 2, Interesting

      You can cut and paste the characters from a innocent copy of 'Alice's Adventures in Wonderland'.

    3. Re:Ctrl-V ? by 4mn0t1337 · · Score: 3, Interesting
      passphrase lying around in a text file

      Yeah, but how many millions of phrases are on your computer? The one that is your passphrase doesn't have to be obvious. (ie, brute force attack with the entire contents of the drive should slow someone down.)

      But, even better, you don't even have to leave the phrase laying about for longer than a few seconds. Just open up a web page, select the a few char of the password, and paste it to a temp file. Open up another page and copy another block of char and paste that to the file. Keep doing this until you have a complete password, copy it and close the file w/o saving.

      Anything that is recording your input stream from the keyboard is just going to see you just web surfing a doing a lot of copy and paste.

      --

      ______
      Once: you're a philosopher. Twice: a pervert.

    4. Re:Ctrl-V ? by linuxrunner · · Score: 2, Interesting

      Yeah, just keep a copy of the GNU-GPL lying around.. (I do) and copy and paste a line (long line) out of that!

      Linuxrunner

      --
      www.slightlycrewed.com - Because aren't we all?
    5. Re:Ctrl-V ? by ichimunki · · Score: 2

      Sure, especially since it blends in with all the other haikus in the file.

      For example.

      --
      I do not have a signature
    6. Re:Ctrl-V ? by Tassach · · Score: 2
      A security system is only as secure as it's weakest link. Even if you have a 100-GB hard drive filled to capacity, it would still be fairly easy for the FBI to use it as the basis for a dictionary attack on your password. Plus, an attacker could use more sophisticated techniques to see what files you are accessing while your crypto program is running. This would narrow their search space down dramatically. If they've compromised your hardware, basically you are fucked. If you can't trust the hardware, you'll never have security.


      Security is inversely proportionate to convienience. The most secure method of key management is to have your crypto key on removable media (preferably somthing that is tamper-resistant and can be easily destroyed if needed). Of course it's a lot more convienient to keep your key on the same media that contains the encrypted data, but you pay for that convienience at the cost of security. Putting the passphrase there as well costs you even more security, regardless of how obfuscated it is.


      As others have already pointed out, good security comes from combining 2 of 3 essential elements: somthing you know, somthing you have, and somthing you are. In this case, "somthing you know" is the passphrase, and "somthing you have" is the crypto key -- if one is compromised, the other is still secure. Even rubber hose cryptanalysis will fail if you've destroyed the media which contains the only copy of the key.

      --
      Why is it that the proponents of "one nation under God" are so eager to get rid of "liberty and justice for all"?
    7. Re:Ctrl-V ? by petard · · Score: 2

      you've changed your behavior now, after telling the world about it, right?! your key is now vulnerable to a trivial dictionary attack :-)

      --
      .sig: file not found
  10. Scarfo Used Windows by macsforever2001 · · Score: 5, Informative

    The affidavit says that Scarfo used a Windows OS.

    Coupled with the DOJ ruling, it just goes to prove that M$ Windows is an operating system written for criminals by criminals.

    1. Re:Scarfo Used Windows by Kallahar · · Score: 3, Funny

      In further released papers, the FBI has siezed all Microsoft assets. The FBI was able to do this by citing the laws regarding "primary use by criminals" since most copies of windows are pirated, used by viruses, or used by people who are criminals (including unpaid parking tickets).

      The new company, tentatively called GovernSoft, will be sold to the lowest bidder to pay for the costs of prosecuting the case, which could reach into untold billions of dollars.

  11. Re:For a second there... by eXtro · · Score: 5, Insightful
    I don't agree with that sentiment at all. The rights that we take for granted and which many people presently are ready to concede have been earned through the blood of our ancestors.


    Five or six thousand people died in the attacks on the World Trade Center and the Pentagon. It is a horrid tragedy and I would never try to minimize it, but it pales to the number of people who have died defending democracy. In three of these defining wars, as tabulated below, there were over 350,000 deaths.


    Revolutionary war: 4425
    World War I: 53513
    World War II: 292131
    Total: 350069

    This only includes those killed in action or dead from wounds and doesn't include prisoners of war. It seems tremendously disrespectful to those who died creating or defending this country to relenquish our rights, rights earned through their deaths, so easily.


    There are also 40,000 deaths per year in the US, not through terrorism, but through automobile accidents. Would you also suggest that for safeties sake we ban the automobile?

  12. Not while connected by Syberghost · · Score: 2

    Wonder what they'd use as their carefully-crafted excuse to get around the ECPA if he'd had broadband?

  13. Re:A simple keystroke logger can be elegant, too by macsforever2001 · · Score: 3, Insightful

    Keystroke loggers could be rendered ineffectual if the crypto software used was also hooked to a fingerprint scanner or a swipe card reader in addition to a password.

    This wouldn't stop the FBI. They could obviously take his fingerprint and probably make some kind of cast based on that to replicate it. A swipe card could be subpoenaed in court too.

  14. Re:A simple keystroke logger can be elegant, too by Anonymous Coward · · Score: 2, Funny
    <nitpick>It'd be a pain in the ass to destroy a CD-ROM "at a moment's notice"</nitpick>

    I certainly wouldn't want to retrieve it after that disposal method.

  15. Re:A simple keystroke logger can be elegant, too by Stonehand · · Score: 2, Interesting

    Maybe put a barcode on rice paper, then. *shrug*

    --
    Only the dead have seen the end of war.
  16. scarfo keylogger by trb · · Score: 5, Funny

    When I read this headline, I thought, Scarfo is a pretty sensible name for a keystroke logger.

  17. Re:A simple keystroke logger can be elegant, too by imadork · · Score: 2
    Just grab the edges and bend til it breaks, I do it with failed CDRs all the time. Good stress reliever.

    Yeah, but does that really destroy the CD beyond hope of recovery? I'm not up on CD Recovery technology.

    Perhaps what's needed is a USB dongle, with an external switch that fries the flash RAM inside, rendering it unusable, and unreadable even to people trained in data recovery. Then again, if you have one, you obviously have something to hide, so expect the government to make them illegal soon.

  18. Fake "real" keyboard, then USB??? bwahahahar! by NeoTron · · Score: 3, Funny

    Couldn't you have your serial keyboard plugged in, then
    when you go to use your pc, go to another room, take out your
    nice USB keyboard, then plug that in and use that instead?

    Wouldn't it be funny seeing the feds puzzled faces - you've been
    sending all sorts of PGP'd email in the last month, and all thier logger has registered is "haha MOFO's!!!!" - LOL!!!!

    1. Re:Fake "real" keyboard, then USB??? bwahahahar! by AlgUSF · · Score: 2, Insightful

      Yeah, if he new they installed the logger. The kicker in this situation was they installed it with out his knowledge....

      --


      I want my rights back. I was actually using them when our government stole them after 9/11.
    2. Re:Fake "real" keyboard, then USB??? bwahahahar! by liquidsin · · Score: 2, Funny

      well hell, if you're going to that trouble, why simply mock them with "haha MOFO's!!!!" when you could have some real fun:

      Journl Entry - Oct.12, 2000
      Met with 'Dubbya' today. Promised to have all fake ballots filled out and filed within the next couple weeks. Also, sold him an 8-ball.

      --
      do not read this line twice.
    3. Re:Fake "real" keyboard, then USB??? bwahahahar! by RareHeintz · · Score: 2
      Depends where the logger is peeking - if it's watching down closer to the hardware, that might work. If it's watching keystroke messages going to a particular window, that would almost certainly fail.

      Just my $2e-02.

      OK,
      - B

  19. Interesting. by jd · · Score: 3, Insightful
    "They go into a lot of detail on the methods they could be using".


    THIS is an interesting little statement. It says nothing about what they DID use, merely what they COULD have used. And since it's probably not an exhaustive list, the actual method(s) used may or may not be contained within it.


    It's important to not assume that the FBI are being malicious in what they've put in this brief, but it's equally important to verify what is being said. The FBI are not the most open organization in the world, and it would be erronious to assume that a court filing will be any more open than anything else they publish.

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    1. Re:Interesting. by NeoTron · · Score: 2, Insightful

      Indeed - if any agency openly published their methods, then eheh, well, isn't that like giving criminals a "how NOT to get caught" manual? :)

    2. Re:Interesting. by Prior+Restraint · · Score: 2

      ...it would be erronious to assume that a court filing will be any more open than anything else they publish.

      IIRC, the judge did get an accurate description, so that he could rule on whether it stayed within the bounds of the warrant. This doc is what opposing counsel got.

    3. Re:Interesting. by kevinank · · Score: 2

      Presumably the Judge will have made them release all of the relevant data that could be used for defense. If the executive and judicial branches are both corrupt, there is little point in waiting on the legislators (soul keepers of righteousness that they are) to clean things up. The best you can hope for if that were the case is that the press will somehow get hold of the truth and expose the fraud for what it is.

      Honestly though, I don't think it is very likely that either the FBI or the Judge are corrupt in this case, much less both.

      --
      LibBT: BitTorrent for C - small - fast - clean (Now Versio
  20. Re:A simple keystroke logger can be elegant, too by mmontour · · Score: 4, Informative

    Perhaps what's needed is a USB dongle, with an external switch that fries the flash RAM inside, rendering it unusable, and unreadable even to people trained in data recovery.

    Well, there's the Dallas Semiconductor iButton. It includes tamper-resistant features that will zero its RAM under certain conditions (e.g. over-temperature), although it doesn't have an actual "erase" switch.

  21. no control by twitter · · Score: 2
    Well, ummm, how would you get it in there to begin with? Face it, if someone has your keystrokes they are root and have all your hardware and your silly clipboard. All of this is so much easier to do with M$, as everything is root.

    What, me worry? Nahhh!

    --

    Friends don't help friends install M$ junk.

  22. Solution: Chargen by Ted+V · · Score: 5, Insightful

    Just use the windows character generator. When you need to enter a password, click it into the windows character generator and copy the resulting string and paste it later. No keyboard interface is ever required.

    Of course, then you're vulnerable to those things which remotely view monitors (Van-eckman scanners?). But I suppose if you're really paranoid about something like this, you would actually search for a keyboard logger first and put 3 other monitors nearby to create interference. So I guess it's all academic.

    -Ted

    1. Re:Solution: Chargen by Dr.+Awktagon · · Score: 2

      Just use the windows character generator. When you need to enter a password, click it into the windows character generator and copy the resulting string and paste it later. No keyboard interface is ever required.

      Well if the FBI figured out that's what he was doing, they could then just log his mouse movements and button clicks, since the layout of keys on the screen in that program would always be the same.

  23. Re:Just because you're offline... by Prior+Restraint · · Score: 2

    Does this make sense?

    Not especially. They're just exploiting a legal technicality. They aren't allowed to intercept private communications, so they argue that a deactivated modem means no communicating is going on.

  24. A peril of open source by eldurbarn · · Score: 3, Insightful

    Assuming that the version of PGP that was in use was one of the "source available" versions, why didn't the FBI simply alter the passphrase dialog code to store a plaintext version of the passphrase someplace on disk? All they'd need to do is re-install that portion of the application, and hope that the "bad guy" didn't do regular PGP sig/checksum comparisons against his installed programs (and how many of us do that?)

    --
    -Eldurbarn
    1. Re:A peril of open source by kevinank · · Score: 2
      Tripwire does this for me every night.

      I thought you were going to say that you had this really nifty highly obscure homebrew checksumming program. Unless you make it a habit to memorize checksums, then how will it help having tripwire running if someone has front-panel access to your box?

      They might fall for the first person they were investigating who used that to protect his system, but probably not the second.

      --
      LibBT: BitTorrent for C - small - fast - clean (Now Versio
    2. Re:A peril of open source by libertynews · · Score: 2, Insightful

      From the document it sounded like they were concerned about multiple layers or methods of encryption. Replacing PGP with a trojan version would have only provided them with one step of the process.

      --
      Remember Lexington Green!
  25. okay let me get this straight by Dr.+Awktagon · · Score: 3, Interesting

    Did anyone read that whole thing? It seems that the FBI had a keystroke logger that only came on when the modem was off, with the belief, I assume, that the computer isn't a communication device unless the modem is on.

    So then the wiretap laws wouldn't apply when the modem is off? Is my interpretation correct?

    Strange loophole..

    1. Re:okay let me get this straight by kindbud · · Score: 2

      Of course this scenario requires a trusted server in a trusted location -- but that's not too hard to get...

      Hmmm...


      Of course it isn't hard. This is why you should have no fear of handing over your keys to the escrow agent. They have one of those easily obtained trusted systems in a trusted location, ready to go!

      --
      Edith Keeler Must Die
  26. Re:A simple keystroke logger can be elegant, too by Sloppy · · Score: 3, Insightful

    Keystroke loggers could be rendered ineffectual if the crypto software used was also hooked to a fingerprint scanner or a swipe card reader in addition to a password.

    Attack: Insert a logger in between the computer and the device that reads cards/fingerprint etc.

    Interface between computer and something thought to be personally secure (the person, or a smart key he carries, etc) must be resistant to MITM and logging attacks.

    --
    As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
  27. Re:DMCA by Sloppy · · Score: 2

    No.

    DMCA doesn't prohibit circumventing encryption, in general. It prohibits it under very specific cases. Short things like passwords are not copyrightable, so decrypting them isn't covered by DMCA.

    Furthermore, even if the conditions of DMCA applied to this act of circumvention (which they don't), it doesn't matter anyway. Because DMCA specifically exempts Law Enforcement.

    --
    As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
  28. Must... not... ARGH! by RareHeintz · · Score: 2
    All your keystroke are belong to J. Edgar Hoover!



    OK,

    - B

  29. Re:A simple keystroke logger can be elegant, too by pangloss · · Score: 2

    something like this?

    http://www.ealaddin.com/etoken/pro/

    although it doesn't have the self-destruct switch =) but the point of having strong encryption is that even if the dongle was stolen, it wouldn't be worth the computational effort to extract the info, right?

  30. Re:A simple keystroke logger can be elegant, too by Cid+Highwind · · Score: 2, Insightful

    It's impossible. Every concievable identification device must interface with the computer at some point, and be exposed to the user at another. Any method of input is vulnerable to a sufficiently motivated and wealthy advisary (eg the US/Russian/Chinese government, Microsoft, the Catholic church, or whoever). The point to remember is physical access to the hardware trumps any computer security measures.

    If you want to be really paranoid, check your computer every few days. Look for dongles or adapters you don't remember putting on. Use keyboard cables without ferrites, they could be replaced with a keylogger. Epoxy over the heads of your keyboard screws. Look inside the computer case, see if anything has been added or moved. Then, if you find a key logger, fill up it's entire memory with "h4h4! j00 5ux0r!!" ^_^

    --
    0 1 - just my two bits
  31. Backdoor in Windows? by Ryu2 · · Score: 2

    Obviously, this would have to have at least some software, even though if it's a hardware keylogger, because the document implies that it's context-sensitive (doesn't capture keystrokes that get sent out over the modem.)

    Also, the obivous question: how did they install the keylogger in the firsrt place?

    Any conspiracy theorists wanna bet that Microsoft has had such backdoors (eg, blank areas in KERNEL32.EXE or the like where the FBI, etc could covertly upload arbitrary code, if triggered by say, inserting a floppy with the right code in the bootsector, etc?

    --
    There's 10 types of people in this world, those who understand binary and those who don't.
  32. Re:For a second there... by csbruce · · Score: 2

    There are also 40,000 deaths per year in the US cdc.gov], not through terrorism, but through automobile accidents. Would you also suggest that for safeties sake we ban the automobile?

    About 2.4-million Americans die each year of other various causes. Aging should be banned as well.

  33. Actually... by cr0sh · · Score: 2

    If you want to be REAL paranoid...

    Build a large steel cabinet, using .25 inch steel plate. Add ventilation holes. Put the computer inside, maybe with a UPS as well. Run cables out of it via romex sheathing to power and monitor, and weld the romex to the box. DO NOT hook up any printer or modem - or if you do, place it in the box with the computer.

    Create a wireless IR keyboard interface, with one of those mini keyboards - plus possibly custom software drivers and/or hardware interfaces for it. Provide a hole so that the IR x/r unit can "see" out of the box to the keyboard.

    Lock the box up in some manner - tack welding might be preferable. Add a power switch to the outside of the box, maybe a few status LEDs.

    Take the keyboard with you whenever you are not with the machine. Perhaps sleep with it under your pillow, or put it in a safe under your bed or something. Follow the rule about using epoxy on the screws. Maybe put seals over the welds, or take pictures of the welds to compare with every now and then (say once a week). You might even want to place the monitor in a copper wire mesh bag or Faraday cage, propely sealed and grounded for stray RF emmisions. Maybe not even provide a modem, only a floppy drive of some sort - and do all decryption of that secured machine. Won't stop "them" from tracking who/when you comm with other parties (ie, traffic analysis), but will keep them from logging you.

    If you are truely needing this, you will see that what I suggest is actually worthwhile...

    --
    Reason is the Path to God - Anon
    1. Re:Actually... by cr0sh · · Score: 2

      Good point, AC - got any ideas on getting around this?

      I am thinking fiber link of some type - not sure if that would be the best answer, though...

      --
      Reason is the Path to God - Anon
  34. modem??? NETWORK!!! by Fuzzums · · Score: 2, Insightful

    My computer is permanently commected to the internet or 'communicating' by the means of a netword-card. i think the difference in function between a modem and a network card is tuite small. so sollowing the line of thought: is my network card is functioning, it's not allowed to grab keys :)

    sim-ple.

    --
    Privacy is terrorism.
  35. they wouldn't reveal it for this case by Goonie · · Score: 2
    It's possible the NSA can break PGP encryption if they really want to, but that a) doesn't necessarily mean the part of the FBI that investigates mobsters knows that they can, and b) even if they did, would be prepared to let that fact be revealed in court.

    Why not? Simple. If word got out that the US government could break PGP, everyone who cared about securing their communications from the US government would switch to something else. Governments take extraordinary measures to protect outside knowledge of their cypher-breaking capabilities. Go read some books about Enigma (or, if you want the story with a bowlful of Claire Danes, wait for the upcoming movie :) ).

    --

    Any sufficiently advanced technology is indistinguishable from a rigged demo
    --Andy Finkel (J. Klass?)
  36. Re:A simple keystroke logger can be elegant, too by camusflage · · Score: 2
    While it doesn't have an "erase switch", this does look to be a tamper-resistant little bugger.

    From the java ibutton web page:

    Specific intrusions that result in zeroization include:

    • Opening the case
    • Removing the chip's metallurgically bonded substrate barricade
    • Micro-probing the chip
    • Subjecting the chip to temperature extremes


    Combine that with a firewall they say is running on it, the fact that it has an unalterable clock, and that it has a unique serial number, both engraved on the outside and burned into ROM, this comes about as close to Fort Knox for data as you're going to find this side of classified.

    Of course, it does run java, and it would be possible, if you didn't properly secure it, to load arbitrary java code on it and use that to do whatever you (or those whom you want to protect your data from) wanted to do.
    --
    The truth about Scientology, Xenu, and you: Operation Clambake
  37. Linux+SSH client+GnuPG handheld by LinuxHam · · Score: 2

    EXACTLY. I won't feel safe until I get one of those palm/cellphone combinations and it's running WinCE that can be replaced with Linux. Of course, it's all for naught if my friends don't use encryption, too.

    It used to be great, 95% of my email to my friends stayed within the same BOX for years. We would all SSH in and use GnuPG only when we wanted lasting security. Now my friends are losers and pop their email into Outlook. Now *they're* whining to me that I can't keep up with *them* and get OpenSSL to sign/encrypt email to them in Outlook. Now I feel like I can't talk to them about *anything*!

    AAARRRGGHHH!!

    --
    Intelligent Life on Earth
  38. Countertactics by PhilHibbs · · Score: 2

    If you're using Windows, you can hold down [Alt] and type in the ASCII code on the numeric keypad, and get characters that way. I don't think this works in Linux. Another tactic for GUI users would be to pop up a virtual keyboard that sends the appropriate message to the active window when the buttons are clicked with the mouse. I suppose this could be made to work with console apps as well, esp. if it is in a console window. Or, just click away from the window and enter some gibberish in a text editor, click back and enter the next character of your password, click away, rinse, repeat.

  39. Re:Why they do not log while online ? by PhilHibbs · · Score: 2
    If Scarfo did the encryption/decryption while he was online the KeyLogger would be useless
    And I, for one, write nearly all of my emails while offline, then send them when online. It would be capturing all my electronic communications, which they were trying to avoid.
  40. Re:Uh... by PhilHibbs · · Score: 2

    If he encrypted files for his own use, he would be able to decrypt them. Maybe his messages were encrypted for multiple recipients, one of whom was himself.

  41. Option 3 by saider · · Score: 2

    Use cleartext that is part of the system such as text from the man page for the "ls" command. This is an example, but you'd want to pick a lengthy man page. Start and end in the middle of a word. Also, do two or three cut and pastes. One cut would be simple to break. Two or three, and now they are in trouble. becuase there is all kinds of variations on multiple cuts. Or to be really vicious, open a common image file in a text editor and cut and paste from that. There's some entropy!

    --


    Remember, You are unique...just like everyone else.