Advertisement
Guest User

Untitled

a guest
Oct 4th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. So you jailbroke your iPhone. Maybe you wanted to try out some of the third party apps. Maybe you just wanted to tweak your interface. Either way, you did it without changing your root password. Now you're helplessly staring at a picture of Rick Astley, thanks to one of the new iPhone worms that are running wild--or worse, your personal information, including online banking data, could be compromised. Here's how you can figure out which worms your iPhone might have, get rid of them, and ensure that they don't come back.
  2.  
  3. The Diagnosis
  4. As of this writing, there are three known worms out there for the iPhone: Ikee changes your wallpaper to Rick Astley, iPhone/Privacy.A pores through all your personal information, and the third as-yet-unnamed worm copies your personal data and redirects online banking customers of a Dutch bank to a fake phishing Web site.
  5.  
  6.  
  7. If your wallpaper has a picture of a dashing young man underneath the text "ikee is never gonna give you up", your iPhone is infected with the Ikee worm.
  8.  
  9. If your iPhone's battery life has been strangely short lately, your iPhone might have the third worm, which is constantly running a background process that attempts to spread itself to other vulnerable iPhones. Also, if you tried to change your root password and it didn't work, you most likely have this worm--it changes the default ssh password once it infects your iPhone.
  10.  
  11. iPhone/Privacy.A is the trickiest one to identify because it doesn't leave anything iPhone itself. Rather, it can be installed on a computer (a display model at a retail store, for example) and instructed to scan all available wireless networks for vulnerable iPhones. Your anti-virus software should catch it if it's on your computer, but you'll want to change the root password for your iPhone so it can't get in.
  12.  
  13. The Cure
  14. Getting rid of the ikee worm is the least painful of the three.
  15.  
  16. Start by downloading the MobileTerminal app from Cydia and installing it on your iPhone if you don't already have it. Restart.
  17.  
  18. Open up the MobileTerminal app and login under your root account (if you haven't changed the password yet, the login is "root" and the password is "alpine").
  19.  
  20. Use the following commands to delete these files. These commands are case-sensitive, so be careful.
  21.  
  22. rm /bin/poc-bbot
  23. rm /bin/sshpass
  24. rm /var/log/youcanbeclosertogod.jpg
  25. rm /var/mobile/LockBackground.jpg
  26. rm /System/Library/LaunchDaemons/com.ikey.bbot.plist
  27. rm /var/lock/bbot.lock
  28.  
  29. If that doesn't do it, an alternate version of the ikee worm requires you to remove these files instead.
  30.  
  31. rm /usr/libexec/cydia/startup
  32. rm /usr/libexec/cydia/startup.so
  33. rm /usr/libexec/cydia/startup-helper
  34. rm /System/Library/LaunchDaemons/com.saurik.Cydia.Startup.plist
  35.  
  36. If you removed the above four files, you'll have to reinstall Cydia.
  37.  
  38. Users worried about iPhone/Privacy.A will need to rely on their antivirus software to catch it on their computers (Intego's VirusBarrier X5 will catch it for the Mac) but it's unclear if any of the big security software companies have addressed it yet.
  39.  
  40. For users infected with the third worm, there's no fix at the present short of backing up your data and restoring your firmware to factory conditions.
  41.  
  42. Got your own worm stories or extermination tips? Share them in the comments.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement