Lockdown Lab #10 CRITICAL Microsoft Azure

Disable legacy authentication protocols

Disable legacy authentication protocols

If you’re still allowing legacy authentication protocols like IMAP or POP3, you’re handing attackers a bypass around your MFA. It’s like putting up a reinforced steel door but leaving a side window wide open. I’ve seen too many sophisticated phishing campaigns succeed simply because an organization overlooked this basic hardening.

The problem is simple: these older protocols were never designed with modern security in mind. They don’t understand MFA, and therefore, they let attackers in if they get a username and password. This isn’t theoretical; it’s a common initial access vector for credential stuffing and brute-force attacks.

The fix? Turn them off. Immediately. For Azure AD, you’re looking at configuring authentication policies to block these protocols. Specifically, set up an Azure AD Conditional Access policy targeting “Legacy authentication clients” and apply the “Block access” control. This is a critical control, not an optional one.

This is a fundamental security hygiene step. If you’re not doing this, you’re leaving a massive attack surface exposed. Don’t wait for the breach.

The fix

# Create Conditional Access policy to block legacy auth:

# Entra ID → Conditional Access → New Policy

# Conditions → Client apps → Select "Exchange ActiveSync" + "Other clients"

# Grant → Block access

Reference: CIS Azure Foundations Benchmark 1.1.3

Mark this as done

Open the interactive hardening checklist and tick this off in your environment.

Open interactive checklist →

Related Posts

Enable MFA for all users

If a single stolen password can unlock your entire Azure estate, you're not just at risk, you're practically inviting disaster. This isn't theoretical; this is...

lockdown-labhardeningazureidentity
/Shimi Cohen

Enable MFA for all users

If I had a nickel for every breach that started with a single compromised password, I'd have retired years ago. It's the oldest trick in...

lockdown-labhardeningazureidentity
/Shimi Cohen