Slashdot Mirror


USB Trojan Hides In Portable Applications, Targets Air-Gapped Systems

Reader itwbennett writes: A Trojan program, dubbed USB Thief by researchers at security firm ESET, infects USB drives that contain portable installations of popular applications such as Firefox, NotePad++, or TrueCrypt, and it also seems to be designed to steal information from so-called air-gapped computers. "In the case we analyzed, it was configured to steal all data files such as images or documents, the whole windows registry tree (HKCU), file lists from all of the drives, and information gathered using an imported open-source application called 'WinAudit'," the ESET researchers said. The stolen data was saved back to the USB drive and was encrypted using elliptic curve cryptography. Once the USB drive was removed, there was no evidence left on the computer, the ESET researchers added.

6 of 83 comments (clear)

  1. Re:Linux? BSD? by MobileTatsu-NJG · · Score: 4, Funny

    That depends, does Linux and BSD finally support USB drives?

    --

    "I like to lick butts!" by MobileTatsu-NJG (#32700246) (Score:5, Informative)

  2. Re:Gushing? by tlambert · · Score: 3, Funny

    State of the art? How is this any different than the viruses that were passed around 30 years ago on c64 floppies?

    USB drives are large enough to contain Java and Python programs, so that recent college graduates can finally write viruses again. C64 floppies are not large enough.

  3. Re:Air gapped by khasim · · Score: 4, Informative

    Since your air-gapped computer doesn't have network capabilities (duh) the only reasonable way to do that is with a USB drive.

    Not if you really do not want that key to be leaked.

    USB drives are too easily compromised.

    Use a CD drive instead. Yes, you CAN still buy them. And verify the CD on a different computer.

  4. I had my info stolen by blogagog · · Score: 3, Funny

    I had the info stolen off my computer last year. The thieves who took it are now slightly dumber for having read it.

  5. Re:Air gapped by Bob+the+Super+Hamste · · Score: 4, Interesting

    And yes this is how secure systems operate. You have a box that you load an ISO image onto that goes and checks that image with a battery of AV and other security products and then produces a CD or DVD that you then go and bring with you into your secure server room to load onto the servers. The disk then lives in that room until it gets fed to a shredder. Any electronic gadgets that enter the room remain in the room until they also get fed to a shredder.

    Yes I have been in such facilities and even got to see one of my co-workers lose his new iPhone to the shredder because he didn't heed the warnings.

    --
    Time to offend someone
  6. Re:Confused by duke_cheetah2003 · · Score: 3, Insightful

    Even more importantly, what's the point? How does the 'attacker' get their USB stick back with the stolen data?

    This feels more like a 'inside job' type trojan, where a person can stick it into a PC they're already trusted to use, and suck everything of value off it to review later. I mean, the way it's difficult to copy and stuff makes it suspiciously not very trojan like. Trojans/malware like to spread easily.

    Encrypting the slurped data just feels like plausible deniability for the attacker if the USB were confiscated and inspected.