Cybersecurity

Password Protection & Authentication: Business Security Guide

Weak passwords and single-factor authentication are behind the majority of account takeover attacks on UK businesses. This guide covers password policy, multi-factor authentication, password managers, and the move towards passkeys.

AT

AMVIA Team

Editorial

7 min read·Mar 2026

Weak passwords and single-factor logins are the soft entry point attackers look for first. This guide sets out what actually works — password policy that follows current National Cyber Security Centre advice, the right MFA method for each account type, and where passkeys fit. It is written for the MD or IT Director who wants a defensible standard, not a checklist that staff quietly ignore. If you want this run for you, AMVIA delivers it as part of managed cybersecurity and Microsoft 365 security.

Why are account credentials the primary target?

Compromised credentials — stolen usernames and passwords — are the most common root cause of business data breaches. Once an attacker holds valid credentials, they see whatever that account sees, move laterally to connected services, and often stay undetected for weeks. Strong, unique passwords plus MFA make stolen credentials far less useful.

The annual Verizon Data Breach Investigations Report consistently identifies stolen credentials as a leading attack vector across confirmed breaches. UK businesses are squarely in scope: Action Fraud receives thousands of reports each year involving business account compromise, most beginning with phished or stolen logins. The defensive logic is simple — if a password alone cannot grant access, theft of that password stops being a crisis. That is why authentication, not just the password, is the control that matters, and why it pairs naturally with phishing protection.

What is wrong with traditional password complexity rules?

Forcing passwords to meet a complexity rule — eight characters, an uppercase letter, a number, a symbol — has been superseded by NCSC guidance. Complexity rules alone produce predictable patterns (Password1! is technically complex but trivially guessable) and push people toward reuse and minor tweaks rather than genuinely strong credentials.

The NCSC instead recommends a three-random-words passphrase for memorability and entropy, with MFA as the primary control rather than complexity alone. One principle outranks all others: every account gets a unique password, so a breach of one service cannot enable the rest. Reuse is the real risk — around 80% of UK internet users admit to reusing passwords in some form, and only 19% use unique credentials for every account (2025 UK data). That single habit turns one leaked password into many open doors.

Should businesses use a password manager?

Yes. Expecting staff to memorise unique, strong passwords for dozens of accounts is unrealistic, and the NCSC explicitly recommends password managers over memorisation or spreadsheets. A manager generates and stores strong, unique passwords for every account behind one master password, ideally protected by MFA.

Business-grade tools — 1Password Business, Bitwarden Business, Dashlane Business — add centralised administration, secure in-team credential sharing, access audit logs, and instant revocation when someone leaves. Pricing typically starts from £3–£5 per user per month. For most organisations a password manager is one of the highest-impact, lowest-cost security improvements available, and the NCSC backs that position in its password manager guidance.

What is multi-factor authentication, and which method is strongest?

MFA requires a second verification factor alongside the password — usually something the user has (a device) rather than something they know. Even if a password is phished or stolen, an attacker without the second factor cannot log in. Not all methods are equal; phishing-resistant options are now the standard to aim for.

MFA methodPhishing-resistant?Notes
SMS codeNoVulnerable to SIM-swap and real-time code relay. Better than nothing, not for sensitive accounts.
Authenticator app (TOTP)PartialImmune to SIM-swap; still relayable in real-time phishing. Stronger than SMS.
Push with number matchingPartialNumber matching blunts MFA-fatigue attacks by forcing a code entry, not a blind tap.
FIDO2 / passkeysYesCryptographic key pair; private key never leaves the device. Immune to phishing relays.

Adoption is climbing but incomplete: overall workforce MFA adoption reached 70% of users as of January 2025, meaning nearly one-third of users still log in without it. The gap is where account takeover happens. Where you can, push administrators and high-value accounts onto FIDO2 or passkeys backed by Windows Hello, Apple Face ID, or a hardware key such as a YubiKey.

How do you enable MFA on Microsoft 365?

Microsoft Entra ID provides MFA and conditional access for Microsoft 365. Security Defaults — on by default for new tenancies — enforce MFA for all users via the Microsoft Authenticator app. Business Premium tenants can layer granular policies on top, requiring MFA only under defined risk conditions or mandating phishing-resistant methods for admins.

For a managed standard, AMVIA configures MFA setup for Microsoft 365, tightens sign-in risk with conditional access policies, and governs identity through Microsoft Entra ID. Microsoft's own security guidance and the Microsoft Security portal document the underlying controls. The goal is consistent enforcement, not a setting an admin can forget to apply.

How should you secure privileged and service accounts?

Administrator accounts — those able to change configuration, add users, or reach all data — need the strongest controls. The NCSC recommends keeping privileged accounts separate from day-to-day user accounts and protecting them with phishing-resistant MFA (FIDO2 or certificate-based). A compromised admin account is a full-tenant incident, not a single-mailbox one.

Service accounts used by automated processes should authenticate with certificates or managed identities rather than passwords wherever possible. Where a password is unavoidable, make it long, randomly generated, and rotated on a schedule. Practical rules:

  • Separate admin identities from normal user logins — never browse email from an admin account.
  • Enforce FIDO2 or certificate-based MFA on every privileged login.
  • Prefer managed identities over stored service-account passwords.
  • Audit and rotate any remaining service-account secrets regularly.

Have All Your Business Accounts Got MFA Enabled?

A single account without MFA is all an attacker needs to get a foothold. AMVIA can audit your MFA coverage and enable it across all business applications without disrupting your team.

Frequently Asked Questions