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.
AMVIA Team
Editorial
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 method | Phishing-resistant? | Notes |
|---|---|---|
| SMS code | No | Vulnerable to SIM-swap and real-time code relay. Better than nothing, not for sensitive accounts. |
| Authenticator app (TOTP) | Partial | Immune to SIM-swap; still relayable in real-time phishing. Stronger than SMS. |
| Push with number matching | Partial | Number matching blunts MFA-fatigue attacks by forcing a code entry, not a blind tap. |
| FIDO2 / passkeys | Yes | Cryptographic 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
MFA fatigue attacks send repeated push-approval requests until a user taps "approve" out of frustration. Prevent it by enabling number matching (the user must type a code shown on the login screen), limiting failed attempts before lockout, and moving high-value users to phishing-resistant FIDO2 or passkeys that have no tap-to-approve step at all.
Use the NCSC's three-random-words method — genuinely random words are easier to remember and high in entropy. Better still, let a password manager generate long random passwords that beat any passphrase you would invent. The single most important rule is uniqueness: never reuse the same password across two accounts, because one breach then exposes both.
No, not as routine policy. NCSC guidance no longer recommends mandatory periodic changes for most cases, because forced resets create predictable patterns (Password1!, Password2!) and password fatigue. Instead, use a manager for unique passwords, enable MFA everywhere, and require an immediate change only when compromise is known or suspected.
A passkey is a FIDO2 credential that replaces the password with a cryptographic key pair. The private key stays on the device and is released by a biometric check (Face ID, fingerprint), making it phishing-resistant. Microsoft, Google, and Apple all support passkeys now. Enterprise rollout is still maturing but is a realistic target for forward-looking security programmes.
Define recovery before you deploy MFA. Provide backup codes stored securely, a second registered device, or an administrator-supervised recovery process. Crucially, recovery must verify identity through a trusted channel — an email saying "I lost my phone, please disable MFA" is not acceptable proof and is exactly how social-engineering attacks bypass otherwise good controls.
Shared accounts break accountability — you cannot attribute actions to one person, and a leaver forces a reset for everyone. Where possible, replace them with individual accounts and appropriate permissions. Where a shared account is unavoidable, a business password manager with team sharing and audit logging contains the risk and lets you rotate credentials when membership changes.
Related Reading
Keeping Remote Workers Secure
How strong authentication protects remote workers accessing corporate systems from home and mobile.
Phishing Recognition & Response
How phishing attacks steal credentials and what training can do to reduce their success rate.
Endpoint Security for Business
How endpoint security complements authentication controls to provide layered protection.