Slashdot Banner
Stories
Slash Boxes
Comments
typodupeerror delete not in

Comments: 344 +-   Trojan Found In New HDs Sold In Taiwan on Sunday November 11 2007, @09:36PM

Posted by kdawson on Sunday November 11 2007, @09:36PM
from the bourne-again dept.
security
storage
it
GSGKT writes "About 1,800 brand new 300-GB or 500-GB external hard drives made for Maxtor in Thailand were found to have trojan horse malwares pre-installed (autorun.inf and ghost.pif). When the HD is in use, these forward information on the disk to two websites in Beijing, China: www.nice8.org or www.we168.org. The article implies that authorities believe the Chinese government is behind the trojans. A later article pins down the point of infection to a subcontractor company in China. A couple of months back the Register was reporting on pre-installed malware detected on Maxtor disks sold in the Netherlands. This earlier report was downplayed by a Seagate spokesman." The more recent Taipei Times article says that Seagate admits the problem on its Web site, but a search there turns up nothing.
story

Related Stories

This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • Same (Score:5, Interesting)

    by renegadesx (977007) on Sunday November 11 2007, @09:39PM (#21318495)
    Lead in paint, malware in HD's same thing really
    • by Anonymous Coward on Sunday November 11 2007, @11:01PM (#21319203)
      By "Trojans Found In New HDs Sold In Taiwan", I thought they meant condoms.

      (OK, who's the comedian? My catchpas is "durable".)
      • by SeaFox (739806) on Monday November 12 2007, @01:31AM (#21320215)

        By "Trojans Found In New HDs Sold In Taiwan", I thought they meant condoms.

        That would suck. Imagine hundreds of geeks getting a box in the mail from NewEgg filled with a product you have no use for.
      • autorun.inf and ghost.pif, yeah, right. Who still uses windows, AND has autorun enabled?
        Answer : Everyone. Even geeks give up configuring Windows to that point after one hundred reinstalls. Or they give up on Windows already... Okay, "who does not reformat new HDs before use?"

        Who buys Maxtor HDs anyway? Never had one that even lasted till the end of warranty, used 8 of those in under two years. And there are not enough hours in one year to make up for the order of magnitude between announced and effective MTBF. (168*52 = way less than "tens of thousands of hours".)

        Not that I excuse them for dataraping their customers. The exec that ordered that should be put to a very slow and painful death. With the Maxtor engineering team. (If there even IS one.)
  • by explosivejared (1186049) <hagan.jared@g m a i l .com> on Sunday November 11 2007, @09:41PM (#21318507)
    Anyone who doesn't wipe a new drive first off is just begging for this sort of thing. Secondly, I guess it's a new competition for Chinese manufacturers to see what's the worst secret addition to a product sent overseas. Lead in toys, GHB in toys, phone-homes on HDD's... what's next killer bees in new TV's... really. Consumerism bites!!
    • Exactly! The TFA has a definite agenda... in reality, this is a competitive move by Maxtor [pttbt.ca]. You have to do extraordinary things to stand out in this global economy.
    • When I read that these drives were originally for government agencies, I suspected it might be Monkeypoo... VIRUS WARNING: Attention: Computer Labs Inc., makers of Virucide antivirus software have identified a highly dangerous new Trojan worm, MONKEYPOO. It will usually appear in an e-mail with the subject, "Congratulations.You have won!" it will then prompt you to click a link to collect your cash prize. It can also freely spread across networks. Monkeypoo will read your address book, and mail a copy of
      • Re:First off... (Score:4, Informative)

        by 404 Clue Not Found (763556) on Sunday November 11 2007, @10:07PM (#21318759) Homepage
        I'm not sure how Windows actually handles "mounting" behind the scenes, but to the user, a new drive typically just shows up automatically as a drive letter (like F:\) both in the GUI and the command prompt. Then when you try to access the drive, you'll get a dialog box saying the drive isn't formatted and asking if you'd like to format it.

        In the case of preformatted external drives (which this one is supposed to be), however, not only will the drive immediately become available for access as soon as it's connected, Windows may also try to autorun any programs listed in the drive's autorun.inf.
        • Re:First off... (Score:5, Informative)

          by 404 Clue Not Found (763556) on Sunday November 11 2007, @10:21PM (#21318895) Homepage
          Oh, forgot to mention that autorun can be disabled either temporarily by holding down Shift when connecting a drive or permanently via a control panel.
        • A default install of XP will autostart (i.e, autorun.inf) any external drive when it's plugged in. In theory, a program shouldn't run automatically without user intervention. You should get that menu offering to play music, copy files etc.

          In practice, it's easy to get an app to run invisibly. If someone is trojaning OEM drives, Microsoft's choice of defaulting to the insecure autorun mode means a lot of people will be infected.

          • Re:First off... (Score:5, Informative)

            by colfer (619105) on Sunday November 11 2007, @11:03PM (#21319217)
            Overriding autorun can be done in the registry, so you don't have to remember to hold down the shift key. Does it work for USB hard drives? Probably. These are the notes I have.

            Works for USB drives and CD-ROMS.
            [2007/10, from:
            http://www.mydigitallife.info/2006/09/11/disable-auto-run-and-auto-play-of-u3-smart-drives-launchpad/%5D [mydigitallife.info]

                  1. Click Start -> Run.
                  2. Type RegEdit in the Open text box, then press ENTER.
                  3. In the Registry Editor, locate and click the following registry key:

                        HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\CDRom
                  4. Modify the value of the Autorun to 0 (zero) so that CD-ROMs and Audio CDs do not run and start automatically when inserted.
                  5. Next navigate to the following registry subkey:

                        HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                  6. Modify the value of the NoDriveTypeAutoRun entry to 0xb5 value to turn off the AutoRun feature for CD-ROMs by right-click NoDriveTypeAutoRun and then click Modify to type B5 in the Value data box. Select Hexadecimal, and then click OK.
                  7. Quit Registry Editor.
                  8. Restart your computer.
            • Troll Alert... (Score:5, Insightful)

              by Belial6 (794905) on Monday November 12 2007, @12:36AM (#21319875) Homepage
              [Troll]
              That's the problem with Windows. It doesn't Just Work(tm). You have to know these cryptic menus to edit databases just to keep your new USB drive from running whatever application happens to be on it. Maybe one day Microsoft could start doing some real usability testing and get Windows to be as easy for a new user as Linux.
              [/Troll]
        • by Anonymous Coward on Sunday November 11 2007, @10:39PM (#21319057)
          >I'm not sure how Windows actually handles "mounting" behind the scenes

          Simple. You install Windows, and feel as if you were being mounted by Ball-mer. With a chair.
        • Or in my case, it tries to assign a driver letter, fails because there's already a drive using that letter, and says:

          24 Volumes ought to be enough for anybody. Bet you never thought you'd run out of drive letter, huh?
      • Nope (Score:3, Informative)

        Default Windows settings would run the trojan once you plugged the drive in. To avoid this you either have to hold shift for an indeterminate amount of time while plugging the drive in, which can be difficult or impossible. With such a drive you're likely to use a more inaccessible port because you likely won't be needing to unplug it much. The only other alternative is to disable autorun for removable drives. This option is not available in the standard GUI and third party tools (or TweakUI) are needed
        • Re:Nope (Score:5, Informative)

          by LurkerXXX (667952) on Sunday November 11 2007, @11:37PM (#21319469)
          3rd party tools? Who needs 3rd party tools?

          gpedit.msc

          It's a windows GUI tool.

          Computer Configuration > Click "Administrative Templates" > Click "System" > Double-Click "Turn off Autoplay", set it for "All Drives" and click the "apply" button.

            • Re: (Score:3, Interesting)

              I would be spooked by an already formatted drive (don't they ship blank?)
              According to my Solaris box, yes, they do. At least, I've never been able to just install a new drive and do anything with it before I partitioned it and laid down a file system.
  • by techmuse (160085) on Sunday November 11 2007, @09:42PM (#21318517)
    Most PCs ship without professionally produced malware installed. While everyone might *wish* that their PC came with such software, only a small percentage of customers are actually lucky enough to get their malware free of charge. Mac users, don't feel bad that your system won't come with it. You get iLife. :-)
  • by JewGold (924683) on Sunday November 11 2007, @09:43PM (#21318529)
    I mean, so what if there's a trojan that steals my identity and turns my computer into a botnet node? So what the materials it's comprised of let off poisons that will kill me and my whole family? I saved $6 on this baby!
      • Re: (Score:3, Insightful)

        It's possible, but how many can? Let's face it, Chinese crap is cheap crap. And with many people just barely making enough money to live on, they can't be choosy. They have to buy what their budget dictates.
        • Re: (Score:3, Insightful)

          Maybe part of the reason that people don't have enough to live on is that all the manufacturing jobs, which used to be the cornerstone of the American economy and middle class, are now in China.

          I don't know how much faith I have in this "new economy," which seems to be based on people selling overpriced houses to each other and getting further and further in debt.
            • Re: (Score:3, Interesting)

              1:1.46 to the Euro now. It's getting really scary, if my former boss at the bank is right, at 1.50 we'll see global economy start to shake. At 1.70 we'll be partying like it's 1929.
  • by compumike (454538) on Sunday November 11 2007, @09:45PM (#21318547) Homepage
    While the open source movement has done a great deal toward making software understandable, at some point, people have to trust their computers. However, this used to be a great deal easier, because engineers had a good idea of what could be done with a particular amount of circuitry.

    The increasing level of integration means that hardware is more and more of a black box. While this has led to huge savings in cost and performance boosts, we've paid for it by being unable to debug the hardware, and unsure of what's really going on inside.

    While the case in the article talks specifically about a trojan horse installed normally on the drive -- and thus something that should have been remedied by a good formatting job -- who knows what could happen once we have vulnerabilities embedded directly into the hardware. One could certainly imagine a trojan that was hard-coded in the firmward and kept moving itself around the disc after attempts to delete it.

    It's also seems fishy that much sensitive information (of relevance to a foreign government) could be obtained from randomly putting trojans on hard drives... Isn't it possible that this was an unintentional infection from some disk-handling or testing machine along the line?

    --
    Educational microcontroller kits for the digital generation. [nerdkits.com]
    • Re: (Score:3, Interesting)

      It's also seems fishy that much sensitive information (of relevance to a foreign government) could be obtained from randomly putting trojans on hard drives... Isn't it possible that this was an unintentional infection from some disk-handling or testing machine along the line?

      How do you know it was random? Let's say they have a specific target in mind, and they know what sort of hard drives the target uses, and which supplier he gets them from. They infect a whole container load of disks which is bound for that supplier. Whoops, they overdid it - now some unrelated hacker wound up with one of those things, noticed the shenanigans and published them on the net.

      Although the second scenario (the boring one) is a lot more likely.

  • Not a trojan (Score:4, Insightful)

    by techmuse (160085) on Sunday November 11 2007, @09:45PM (#21318559)
    By the way, it isn't a trojan. A trojan is software that convinces the user to install it by looking like something else that the user might want to install. While this may certainly qualify as malware, it isn't a trojan.
    • Re:Not a trojan (Score:5, Insightful)

      by Megane (129182) on Sunday November 11 2007, @09:50PM (#21318611)

      A trojan is software that convinces the user to install it by looking like something else that the user might want to install.

      Something else like a... hard disk?

        • Re:Not a trojan (Score:5, Interesting)

          by tftp (111690) on Sunday November 11 2007, @11:15PM (#21319311) Homepage
          A hard disk is mostly... hardware. There's a little software in it, even in a good, uninfected unit

          Two cases here. First, you got an external USB HDD. It often contains lots of software. I have a Seagate USB/FireWire HDD, it comes with FreeAgent backup and configuration software. I bought the software with the HDD unit, they are one set. I would be an idiot if I format the HDD first.

          Another case is when you get an internal HDD that is supposed to be unformatted. But you don't know if it is or isn't - not before you install it into your Windows box and power it up. If the HDD is blank, as it should be, then you need to format it, and all is well. However if it is already formatted for you and contains something, Windows has no way of knowing why it is so, and it will treat it as any other removable drive - namely, will read the autorun.inf and proceed running all the viruses in the world that the drive may contain, all that before you even realize that something is wrong.

          In either case, if your antivirus finished loading by this time it may save you, if it is good enough. But I recall some recent review that claimed that a typical antivirus fails to catch as many as half of the viruses.

    • Computer <-> Troy

      SATA connector <-> City gate

      Disk drive <-> Big wooden horse

      Autorun file <-> Greek soldiers

  • by killmofasta (460565) on Sunday November 11 2007, @09:47PM (#21318575)
    Please add to your host files:
    127.0.0.1 www.nice8.org
    127.0.0.1 www.we168.org
    • by lordofthechia (598872) on Sunday November 11 2007, @09:55PM (#21318681)
      Why not take some initiative.You can block the sites, or you can send them what they want! DATA! Send them lots of data, format it like it was sent with the virus and have fun coming up with a random assortment of websites to include in it (sure we could thing of a couple).

      So why ignore when you can use up their bandwidth and screw up their database. Just an idea.
    • Excellent suggestion and I hope you get modded informative.

      There is a blacklist website that had the www.nice8.org site listed a while back (I serched in mine before entering it) but the we268 site wasn't in there and still isn't.

      The URL to the hosts blacklist file: http://www.mvps.org/winhelp2002/hosts.htm [mvps.org] This really speeds up browsing too as a lot of the tracking sites get blocked.
    • Please add to your host files:
      127.0.0.1 www.nice8.org
      127.0.0.1 www.we168.org

      You bastard! I did and that unsavory host at 127.0.0.1 (isn't the 127.x range like the dark back-alleys of the Intertubes?) infected me with a nasty trojan, probably because it has like a million gajigabytes of completely illegal, pirated contents on it!! A veritable pirate hive, that! I hold you pesonally responsible for directing us, pure, innocent Slashdotters to it!

  • Seagate admits it (Score:3, Informative)

    by Camael (1048726) on Sunday November 11 2007, @10:07PM (#21318763)

    The more recent Taipei Times article says that Seagate admits the problem on its Web site, but a search there turns up nothing.
    Untrue. The Seagate article can be found here: http://www.seagate.com/www/en-us/support/downloads/personal_storage/ps3200-sw/ [seagate.com]
    So this is not a hoax, after all.
    • Re: (Score:3, Informative)

      Well that link throws a 404 error. Searching for "Trojan" on the Seagate site just gave me a couple of links to a Terms of Use agreement. I just didn't have the heart to explore that concept further.
  • by Tribbin (565963) on Sunday November 11 2007, @10:16PM (#21318839) Homepage
    I once bought a computer with Windows preinstalled.
  • by edwardpickman (965122) on Sunday November 11 2007, @10:23PM (#21318901)
    They figured it was a time saving feature that would save bandwidth for the buyer having the Trojans preinstalled.
  • by 0123456 (636235) on Sunday November 11 2007, @10:30PM (#21318967)
    Why oh why does Microsoft still automatically run software off any disk that's inserted into your PC? Surely decades of floppy-carried virii should have convinced them of what a frigging stupid idea that is?
      • Re: (Score:3, Insightful)

        ......all they want is a computer that works without them having to know too much about it......

        Isn't Apple advertising that Macs "just work"? Macs don't have this autorun "feature", so maybe because of that, they should be sued for false advertising.
  • I think ... (Score:3, Funny)

    by PPH (736903) on Sunday November 11 2007, @10:40PM (#21319067)
    ... the makers of third party malware should sue. Having OEM malware preinstalled is going to drive them out of business eventually.

    Perhaps the EU can take up their case.

    • by myc (105406) on Sunday November 11 2007, @09:49PM (#21318595)
      not for external USB drives that are already pre-formatted with a FAT32 filesystem. Plug it in and go! your box is pwn3d.
        • Autorun can definitely run exe's, that's its main purpose. That's how the installer automatically starts up when you insert a game or application CD. It's possible that the exe needs to be signed or something, but it's more likely that whatever program you were using simply "did it wrong".

          Don't forget that you can also disable autorun permanently, rather than having to remember to hold shift every time you insert a disc.

            • that said.. (Score:5, Interesting)

              by QuantumG (50515) <qg@biodome.org> on Sunday November 11 2007, @10:41PM (#21319073) Homepage Journal
              Try putting this in your autorun.inf:

              [autorun]
              shell\silly=You're silly
              shell\silly\command=calc.exe
              shell=silly

              now remove and reinsert the USB device. Hmm.. nothing happens.. how strange. Go to My Computer and double click on I: (or whatever your drive is mapped to) and what happens? Yeah, calc.exe is run. Thanks Microsoft.

              You may now flame away.
      • Re: (Score:3, Insightful)

        Wrong, the trojan is not set to autorun, the computer is set to autorun. The trojan just contains files that means it will be autorun if the computer is set to do so. There's a difference here. I don't know how anybody ever thought that having computers automatically run executable programs without any user intervention was a good thing, but personally, I can't see how computers are still configured by default to run any drive you hook up to them.
      • American businesses that outsource to China are no better than spies and traitors themselves.

        I realize you are merely repeating a popular but false meme so please do not think I am being harsh with you personally, it's the meme that I am being harsh with.

        The notion that corporations are to blame for outsourcing to China is beyond naive. We the consumers, not the corporation are to blame! We have essentially forced corporations to outsource by our consideration of virtually nothing beyond price. Business is a Darwinian process. That first corporation that experimented with outsourcing was *rewarded* by consumers rather than punished. Corporations had little choice, jump on the outsourcing bandwagon or go out of business.

        If you do not like outsourcing look at the labeling on packaging. Sometimes this requires a little extra effort. I needed a set of screwdrivers and in the regular tools section everything at the local Home Depot was an import. I accidentally found some manufactured in the USA elsewhere in a "professional tools" section. Maybe its not too late.
        • by dbIII (701233) on Monday November 12 2007, @12:06AM (#21319617)

          I accidentally found some manufactured in the USA elsewhere in a "professional tools" section

          In Australia we get a lot of professional tools from the USA. They end up managing telecommunications and other technology companies. I ask you citizens of the United States for the good of the reputation of your country to keep those managers who are complete tools within your borders, cut off their cocaine supply and put them to work sweeping floors somewhere where they can not do much damage with their remaining brain cells.

        • by slew (2918) on Monday November 12 2007, @03:12AM (#21320749)

          Taiwan is the country that is a part of China


          I think many folks in Taiwan would have an issue with this statement.

          A quick history lesson. The aborignal people of taiwan are actually connected to the other oceania aborignes (e.g. native of the other islands like the philippines, malaysia, and indonesia). The mainland Ming and Qing dynasties (pre-cursors to modern china) never really considered the island as part of their "middle kingdom".

          Meanwhile, the Dutch that colonized the island which they called Formosa (which is now Taiwan) to use as their base to trade with Japan. This was managed by the Dutch East India Company (Spain briefly tried to hone in on the island, but were driven out by the Dutch).

          Eventually, the conflicts that led to the formation of modern china, spilled over to the island. Koxinga, a Ming dynasty warlord/general/rebel (born in japan to a mother who was japanese and a Ming dynasty general) overthrew the dutch on Formosa to establish a base for Ming dynasty rebels that wanted to re-take over the Qing dynasty. This event has historically been cited by the chinese as their historic claim over the island, but it seems no more valid than the Dutch claim which is basically moot (since as we know possesion is more than 9/10 of international law).

          Of course the Japanese eventually defeated the Chinese in the Sino-Japanese war and the Qing ceded Taiwan to Japan as part of the Treaty of Shimonoseki. Japan basically occupied Taiwan until the end of WWII.

          During the resolution of WWII and the Japanese surrender, basically, Japan was forced to give up all the territories that it gained all the way back from the end of WWI from the Republic of China which included the island of Formosa. The decision of who the territories should fall to were left up for the final Treaty of Peace with Japan which left the decision to the winners of WWII in the Pacific (basically the US, the UK and Soviet Union and the ROC).

          Of course after WWII, this was all complicated as the Republic of China which was generally considered the KMT government at the time was overthrown by the People's Republic of China (Mao, etc) and the KMT government retreated and occupied Taiwan for many years claiming that they were still the KMT/ROC. That and the beginnings of the cold war power struggles led to the controversial Treaty of San Francisco which officially ended WWII in the pacific required that Japan cede Taiwan to one of the "winners" which due to a complicated set of circumstances, the ROC or the PRC were never specified (since they weren't invited to be part of the treaty because of the civil war at the time there was no agreement on who the government was).

          In fact with some stretching, it's possible to conclude that the Treaty of San Francisco actually leaves Taiwan as an occupied territory of the United States (sort of like berlin was occupied by 4 powers at the end of the war in europe).

          So it's actually debatable that Taiwan is even a country and if it is, if it is actually part of China or an independent country in it's own right...
I'd like to meet the guy who invented beer and see what he's working on now.