Macintouch reports that the first instance of destructive malware for the Mac has been identified. It doesn’t appear to spread on its own, however.

It appears as an item called “Opener” in /Library/StartupItems containing a bash script. When a system starts up, this item will run and does the following:

  • tries to install ohphoneX, a teleconferencing program
  • kills LittleSnitch before every Internet connection it makes
  • installs a keystroke recorder
  • creates a hidden account
  • grabs the open-firmware password
  • Installs OSXvnc
  • Grabs your office 2004 PID (serial number), as well as serial numbers for Mac OS XServer, adobe registrations, VirtualPC 6, Final Cut Pro, LittleSnitch, Apple Pro Apps, your DynDNS account, Timbuk2, and webserver users.
  • tries to decrypts all the MD5 encrypted user passwords
  • decrypts all users keychains.
  • grabs your AIM logs, and other settings and preferences with info you probably don’t want others to have
  • grabs stuff from your Classic preferences
  • ghanges your Limewire settings to max out your upload and files.
  • installs dsniff to sniff for passwords
  • has your daily cron task try to get your password from the virtual memory swapfile
  • installs an app called John The Ripper – a password cracker that uses a dictionary method to crack passwords
  • turns on file sharing and places the information it gathers in a hidden directory called .info inside your public folder.

The hidden user account is called LDAP-daemon.

One way to see if you’re infected is by entering the following command in the terminal:

sudo ls -l /Users/*/Public/.info

If you’re NOT infected, it will show:

ls: /Users/*/Public/.info: No such file or directory