Skip to the main content.

5 min read

Passwords Aren't Enough: The Importance of Multi-Factor Authentication (MFA)

Passwords Aren't Enough: The Importance of Multi-Factor Authentication (MFA)
10:30

The Password Problem Is Bigger Than You Think

Most data breaches don't start with a sophisticated hacker. They start with a password.

According to the 2026 Verizon Data Breach Investigations Report, stolen credentials remain one of the most common entry points into business networks — even as software vulnerabilities have climbed to the top of the list. Attackers pursue both, and credentials are often easier. A phishing email, a reused password from a previous breach, or a weak password on a shared account is all it takes.

The FBI's 2025 Internet Crime Report tells the rest of the story: cybercrime cost Americans over $20 billion last year. Business Email Compromise alone accounted for more than $3 billion in losses — and it almost always begins with a compromised credential.

If your employees are reusing passwords, sharing logins, or relying on passwords alone, your business is exposed. The good news: two tools working together — password managers and multi-factor authentication (MFA) — dramatically reduce that exposure.

What Is Business Email Compromise (BEC)?

Business Email Compromise is when an attacker gains access to a legitimate business email account — or convinces your team they have — and uses it to redirect payments, request wire transfers, or impersonate executives.

In 2025, the FBI logged nearly 25,000 BEC complaints with losses averaging over $120,000 per incident. It's not a Fortune 500 problem. Manufacturers, professional services firms, and construction companies in Idaho and across the Treasure Valley are targets.

BEC usually starts one of two ways: a phishing email that captures credentials, or a password that was reused from another breach. Either way, the attacker gets into an inbox and watches — sometimes for weeks — before making their move.

Strong passwords aren't enough to stop this. Neither is MFA alone. But together, they close the most common doors.

[Read our guide about Business Email Compromise here ]

Password Managers: The Foundation

Before MFA can protect you, your passwords need to be worth protecting. That means every account should have a unique, complex password — not the same one reused across your CRM, your bank portal, and your email.

Most people can't do that from memory. That's what password managers are for.

A business password manager stores every credential in an encrypted vault. Your employees only need to remember one master password. The manager generates, stores, and autofills the rest.

What to look for in a business password manager:

Zero-knowledge architecture. The vendor cannot see your passwords. Encryption happens on your device, before anything is transmitted. Even if the vendor is breached, your data stays protected.

Admin controls and audit trails. IT can see who has access to what, enforce password complexity requirements, and revoke access instantly when an employee leaves — without needing to know their individual passwords.

Role-based access. Teams only see what they need. Your marketing team shouldn't have access to your banking credentials.

Breach monitoring. Good password managers alert you when a stored credential appears in a known data breach, so you can change it before an attacker uses it.

A password manager doesn't replace MFA — it makes MFA more effective by ensuring the first layer of authentication is already strong.

What Is MFA, and How Does It Work?

Multi-factor authentication requires more than just a password to log in. After entering their password, a user must verify their identity through a second factor.

There are three categories of authentication factors:

  • Something you know — a password or PIN
  • Something you have — a phone, authenticator app, or hardware key
  • Something you are — a fingerprint or face scan

MFA combines at least two of these. Even if an attacker steals your password, they can't get in without the second factor.

Types of MFA (from weakest to strongest)

SMS text codes. A one-time code sent to your phone. It works, and it's better than nothing — but SMS can be intercepted through SIM-swapping attacks, where an attacker convinces your carrier to transfer your number to their device.

Authenticator apps. Apps like Google Authenticator or Microsoft Authenticator generate time-sensitive codes on your device. These are more secure than SMS because the code never leaves your phone and can't be intercepted in transit.

Hardware security keys. Physical devices (like a YubiKey) that plug into a USB port or tap via NFC. These are the strongest form of MFA for accounts that matter most — email, banking, admin portals.

Biometrics. Fingerprint or facial recognition, typically used as part of device-based authentication. Convenient and secure when implemented correctly.

For most businesses, authenticator apps are the right starting point. Hardware keys make sense for executives, finance staff, and IT administrators with elevated access.

The Threat Landscape Has Expanded

Here's what a lot of "just enable MFA" advice misses: attackers have adapted.

Traditional MFA protects against a stolen password. But in 2026, there are several common attack techniques that can bypass or work around traditional MFA:

AiTM Phishing (Adversary-in-the-Middle)

This is a phishing attack where the attacker sits between your employee and the legitimate login page in real time. When the employee enters their password and approves the MFA prompt, the attacker captures the session token — the cookie that proves authentication already happened.

With that session token, the attacker can access the account directly, without needing the password or MFA code again. This is also called "pass-the-cookie."

The defense: Phishing-resistant MFA (FIDO2 / passkeys). 

Traditional MFA (including authenticator apps) can be bypassed by AiTM attacks because the attacker captures the session after authentication completes. Phishing-resistant MFA prevents this by binding authentication to the specific origin — the attacker's fake site can't complete the authentication process.

The standard behind this is FIDO2, and it's now accessible to most businesses through:

  • Hardware security keys (YubiKey and similar)
  • Passkeys — the increasingly common "sign in with your fingerprint or Face ID" option now supported by Microsoft, Google, and most major platforms

Passkeys are essentially FIDO2 in a more user-friendly form. They're tied to your device and your biometrics — no password to steal, no code to intercept, and no way for an AiTM attack to capture anything useful.

We're not suggesting every employee needs a hardware key tomorrow. But phishing-resistant MFA should be on your roadmap, especially for email, banking, and admin accounts.

SSO as a High-Value Target

Single Sign-On (SSO) is convenient — one login gives access to many apps. But it also means that one compromised credential can open many doors at once. Attackers know this. Gaining access to an SSO identity provider (like Microsoft Entra ID or Okta) is often more valuable than compromising a single account.

The defense: Protect your SSO with the strongest MFA you use anywhere, and monitor for suspicious authentication events.

OAuth Token Abuse

Many cloud apps connect to each other through OAuth tokens — the "sign in with Google" or "connect to Microsoft 365" flow. Attackers can trick users into granting OAuth access to a malicious app, which then persists even after the user changes their password.

The defense: Review and revoke unused OAuth app connections. Enable conditional access policies that flag unusual app authorizations.

How Password Managers and MFA Work Together

These aren't competing tools — they address different parts of the same problem.

Layer What it does What it doesn't do
Password manager Ensures every password is unique and complex Doesn't protect if someone gets access with a valid password
MFA Blocks login even with a valid password Can be bypassed if the underlying password is the only protection against account lockout
Both together Closes the most common entry points Doesn't replace endpoint protection, email filtering, or security awareness training

The combination means: even if one credential leaks in a breach somewhere, it can't be used to access your systems — because the password is unique (not reused from another site) and login requires a second factor the attacker doesn't have.

Common Objections — And the Real Answers

"My employees will find it annoying."
Modern password managers autofill credentials. MFA on most platforms only prompts when something looks suspicious after initial setup. The friction is much lower than it was five years ago — and far lower than recovering from a breach.

"We're too small to be a target."
Attackers don't manually select targets. Credential stuffing attacks (trying breached passwords across thousands of sites automatically) hit businesses of every size. Smaller companies are often targeted specifically because they have less security overhead.

"We already have antivirus."
Antivirus protects against malware on devices. It doesn't protect your email account if someone logs in from another country with a valid credential. These are different attack surfaces.

"Our IT already handles this."
Good. Ask them when your team last had password hygiene training, whether MFA is enforced (not just available) across email and line-of-business applications, and whether you have monitoring in place for suspicious logins.

Protecting Your Idaho Business

At TotalCare IT, we work with manufacturers, professional services firms, and operationally-critical businesses across Boise, Nampa, Meridian, and Idaho Falls. We see firsthand how credential attacks affect real companies — and how quickly the right controls can reduce that exposure.

If you're not sure where your team stands on password practices and MFA enforcement, a security assessment is a good place to start. We'll tell you what we find, not what's convenient.

Contact TotalCare IT to talk through your options — no pressure, just a practical conversation about where you stand.

Keep Your Email Safe: Simple Tips for Better Security

1 min read

Keep Your Email Safe: Simple Tips for Better Security

Email is a super important way to stay connected—whether for work or just chatting with friends. But it’s also a favorite target for cybercriminals....

Read More
Which Email Client Is The Most Secure?

1 min read

Which Email Client Is The Most Secure?

We were reviewing some reports from our customer relationship management platform and the question came up, is Outlook more secure than Gmail? It’s...

Read More