Cybersecurity

Mobile Security: Protecting the Device That Holds Your Life

How phones are attacked — malicious apps, smishing, rogue Wi-Fi, spyware — and the settings, habits and enterprise controls that make them hard targets.

Your phone holds your email, your bank, your photos, your location history, your authentication codes and the keys to most of your other accounts. It is the single most valuable device you own to an attacker — and also, thanks to a decade of platform hardening, one of the better-defended. Most successful attacks on phones no longer break the operating system; they trick the person holding it or exploit what they've installed.

How phones actually get compromised

  • Malicious and over-reaching apps. Trojanised apps in third-party stores, and occasionally in official ones, that steal credentials, subscribe you to premium services or harvest data. On Android, sideloaded APKs are the main vector; on iOS, "enterprise" and test-distribution abuse.
  • Smishing and messaging phishing. Fake delivery notices, bank alerts and toll-payment demands by SMS, WhatsApp or iMessage. Texts have higher open rates than email and phones make it harder to inspect a link. Voice phishing with cloned voices is the newer variant.
  • Account takeover via SIM swap. The attacker convinces a carrier to move your number to their SIM and receives your SMS codes. This is why SMS-based MFA is the weakest option — see MFA.
  • Hostile networks. Rogue Wi-Fi and, less commonly, fake cell towers can intercept unencrypted traffic. Nearly all app traffic is now encrypted, which has reduced but not eliminated this.
  • Spyware. Commercial tools like Pegasus and its successors use zero-click exploits to fully compromise a device, typically against journalists, activists, politicians and executives. Rare, expensive and outside most people's threat model — but real.
  • Physical access and theft. A stolen unlocked phone, or one whose passcode was shoulder-surfed. Thieves who learn the PIN can reset the Apple ID or Google account and lock the owner out.

The platform defences you're already using

Modern iOS and Android are built around sandboxing (apps can't read each other's data), a permission model (apps must ask for camera, location, contacts), hardware-backed key storage (Secure Enclave, Titan/StrongBox) that keeps biometric templates and cryptographic keys away from even a compromised OS, verified boot and rapid security updates. Apple's Lockdown Mode and Android's advanced protection settings go further for high-risk users by disabling attack surface such as message previews and web technologies. The practical implication: keeping the OS updated is the highest-leverage single action, and a phone that no longer receives updates should be retired.

Habits that matter

  • Update promptly — OS and apps. Most exploited vulnerabilities were patched before they were exploited at scale.
  • Use a strong passcode (six digits minimum, alphanumeric better) plus biometrics. Cover the screen when typing it in public; theft-then-PIN attacks are common in bars and transit.
  • Enable the anti-theft features: Find My / Find My Device, Stolen Device Protection on iOS, theft detection lock on Android, and remote wipe.
  • Install only from official stores and read the permissions. A torch app doesn't need your contacts.
  • Audit permissions periodically. Both platforms show which apps used location, camera and microphone recently; revoke what surprises you.
  • Don't tap links in unexpected messages. Open the bank's app or the courier's site directly.
  • Prefer app-based or passkey MFA over SMS, and put a PIN or port-freeze on your carrier account.
  • Use a password manager and let it autofill — it won't fill a lookalike domain, which is a free phishing check.
  • Encrypt backups and know that your cloud backup is only as safe as the account protecting it.

A VPN protects against a hostile local network; it does not protect against a malicious app or a phishing link, and free VPN apps are frequently data-harvesting operations themselves.

Enterprise controls

Organisations that let staff access corporate data from phones — nearly all of them — need mobile device management (MDM) or its lighter cousin, mobile application management. These enforce a passcode, encryption and OS version; separate a managed work profile from personal data (so IT can wipe the work half without touching photos); push and restrict apps; and revoke access when a device is lost or an employee leaves. Conditional access ties it together: corporate apps refuse to work on a device that fails the policy. Mobile threat defence agents add detection of malicious apps, rogue networks and jailbreaks. And for executives and others who may be targeted by spyware, a policy of periodic reboots, Lockdown Mode and dedicated travel devices is now standard advice.

Key takeaways
  • Phones are mostly compromised through the user — malicious apps, smishing, SIM swaps, stolen PINs — not through the OS.
  • Updates, a strong passcode, official-store-only apps and permission hygiene block the large majority of attacks.
  • SMS is the weakest MFA factor; use authenticator apps or passkeys and lock your carrier account.
  • Enterprises need MDM with work/personal separation and conditional access; high-risk users need Lockdown Mode.
Keep reading

Related articles

All articles