Tell me more ×
IT Security Stack Exchange is a question and answer site for IT security professionals. It's 100% free, no registration required.

Does anyone have any suggestions on securing an Android device? I'm not particularly interested in enterprise level software - I'm looking to secure my own ZTE Blade phone which has a lot of personal information on it.

Question taken from: http://www.reddit.com/r/netsec/comments/hsdgc/best_practices_for_securing_an_android_device/

share|improve this question

5 Answers

up vote 7 down vote accepted

Use the features already on the phone as your first choice.

Other Recommendations.

  • Screen lock / password.
  • Only allowing Known Sources (i.e Android Market), remember that an application is an important attack vector.
  • Don't load hacked applications ;)
  • Don't load many applications at all.
  • Dont root your phone.
  • Unless you have a secure folder as @Traroth mentions, everything on the sim card can be retrieved by your attacker.
  • Think about stored passwords to websites, I recommend Android LastPass myself as it encrypts at rest, but the password has to be entered on demand to make this very secure. It can do secure notes as well which might be useful to you.
share|improve this answer

There a bunch of apps on Android which offer an encrypted folder you can only access with a password to let you store your sensitive files. For example Secure File, but it's not the only one:

http://www.androidzoom.com/android_applications/tools/secure-file_ujcc.html

Unfortunetly, the website doesn't indicate which encryption algorithm is used, so it's hard to say to which point it's actually secure. I would say: Secure enough to protect you against a random thief stealing your smartphone because it's shiny, but not enough against a corporate spy who is after your data...

share|improve this answer

digitalchris at reddit provided this list of software tools to help protect:

  • Android screenlock
  • Droidwall - Firewall App
  • Norton Security Beta - Anti-malware and tracking
  • Prey - Tracking application
  • TextSecure - Encrypted text
  • RedPhone - Secure phonecalls
  • Where's my droid - Tracking
share|improve this answer

You may want to consider installing NSA's Security Enhanced Android

Features:

  • Per-file security labeling support for yaffs2,
  • Filesystem images (yaffs2 and ext4) labeled at build time,
  • Kernel permission checks controlling Binder IPC,
  • Labeling of service sockets and socket files created by init,
  • Labeling of device nodes created by ueventd,
  • Flexible, configurable labeling of apps and app data directories,
  • Userspace permission checks controlling use of the Zygote socket commands,
  • Minimal port of SELinux userspace,
  • SELinux support for the Android toolbox,
  • Small TE policy written from scratch for Android,
  • Confined domains for system services and apps,
  • Use of MLS categories to isolate apps.

Get the download here: http://selinuxproject.org/page/SEAndroid

share|improve this answer

I would recommend tracking software such as Lookout Mobile Security (+antivirus) or Prey Project.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.