|

How to Secure Microsoft 365 for a Small Business

How to Secure Microsoft 365 for a Small Business

How to Secure Microsoft 365 for a Small Business

Microsoft 365 is the backbone of daily operations for most small businesses in the Conejo Valley and greater Los Angeles area. Email, files, Teams meetings, shared calendars — it is all running through Microsoft’s cloud. That convenience is also what makes it such a high-value target for cybercriminals. A single compromised account can expose your entire organization. The good news is that the most impactful security improvements are not especially complicated to implement — they just require knowing where to focus.

The short version: Most Microsoft 365 breaches at small businesses happen because of three things: no multi-factor authentication, weak or reused passwords, and overly permissive account settings. Fixing those three issues alone puts you well ahead of the majority of small businesses. Everything else in this guide builds on that foundation.

Start With Multi-Factor Authentication

If you only do one thing after reading this article, enable multi-factor authentication (MFA) for every account in your Microsoft 365 tenant. MFA requires a user to verify their identity with a second method, typically a prompt in the Microsoft Authenticator app or a one-time code, after entering their password. Even if a password is stolen through phishing or a data breach, MFA stops the attacker from getting in.

Microsoft’s own data consistently shows that MFA blocks more than 99% of automated account compromise attacks. Despite that, a significant portion of small businesses still have it turned off or only partially deployed.

The right way to enforce MFA in Microsoft 365 is through Conditional Access policies, available in Microsoft Entra ID (formerly Azure AD). Conditional Access lets you require MFA based on conditions: when a user signs in from outside the office, from an unrecognized device, or at an unusual time. For most small businesses on Microsoft 365 Business Premium, this functionality is already included in the license.

Avoid the older “per-user MFA” toggle in the Microsoft 365 admin center. It is a legacy method that Microsoft has been moving away from, and it does not give you the same control or consistency as Conditional Access.

Authenticator app vs. SMS: Use the Microsoft Authenticator app rather than text message codes. SMS-based MFA is better than nothing, but it is vulnerable to SIM-swapping attacks. The app generates codes locally and is significantly more secure.

Separate Admin Accounts From Day-to-Day Accounts

Many small business owners and IT contacts use the same account for everything: sending email, managing licenses, resetting passwords, and configuring security settings. That is a significant risk. Global Administrator accounts are extremely powerful, and using one for routine tasks dramatically increases your exposure.

The principle here is called least privilege: every user, and every account, should have only the access they need to do their job, and nothing more. In practice for Microsoft 365, this means:

  • Create a dedicated Global Admin account that is used only for administrative tasks, not for reading email or day-to-day work.
  • Assign the minimum necessary role to anyone who needs elevated access. If someone only manages user accounts, give them the User Administrator role, not Global Admin.
  • Protect admin accounts with MFA at all times, with no exceptions, regardless of where they sign in from.
  • Require admin accounts to use a cloud-only identity rather than a synced on-premise Active Directory account, where possible.

Microsoft recommends having no more than five Global Administrators in any organization, and for most small businesses, two is sufficient: one primary and one emergency “break-glass” account stored securely for recovery situations.


Secure Your Email Against Phishing and Spoofing

Email remains the number one delivery mechanism for cyberattacks. Phishing, business email compromise, and spoofed sender addresses are responsible for the vast majority of successful breaches at small businesses. Microsoft 365 includes tools to significantly reduce this exposure, but they require proper configuration.

SPF, DKIM, and DMARC

These three DNS records work together to authenticate your outbound email and tell receiving servers how to handle messages that claim to be from your domain. Without them, anyone can send email that appears to come from your business address.

  • SPF (Sender Policy Framework) lists which servers are authorized to send email on behalf of your domain.
  • DKIM (DomainKeys Identified Mail) adds a cryptographic signature to outbound messages so recipients can verify they were not tampered with in transit.
  • DMARC (Domain-based Message Authentication, Reporting and Conformance) tells receiving servers what to do with messages that fail SPF or DKIM checks, and sends you reports on authentication activity.

All three should be configured for your domain in Microsoft 365. DKIM in particular requires enabling it through the Microsoft Defender portal, then adding a CNAME record at your DNS registrar. A DMARC policy set to p=reject is the goal, though starting with p=none for monitoring before moving to enforcement is a reasonable approach if you are not sure what other services are sending on your behalf.

Microsoft Defender for Office 365

Microsoft 365 Business Premium includes Defender for Office 365 Plan 1, which adds meaningful protection on top of the baseline Exchange Online Protection (EOP) filtering that every M365 tenant receives. The key features to configure:

  • Safe Links: Rewrites URLs in emails and Office documents and checks them at time-of-click against Microsoft’s threat intelligence, blocking links to known malicious sites even if the site was clean at delivery time.
  • Safe Attachments: Opens email attachments in a sandboxed environment before delivering them to the recipient, catching malware that would otherwise slip through signature-based detection.
  • Anti-phishing policies: Enables impersonation protection for your domain and key users (such as the owner or CFO), and flags messages that use lookalike domains or unusual display names.

These are not enabled by default. They need to be turned on and configured through the Microsoft Defender portal at security.microsoft.com.


Review Security Defaults and Conditional Access

Microsoft 365 tenants created after October 2019 have Security Defaults enabled by default, which enforces baseline behaviors: MFA for all users, blocking legacy authentication protocols, and requiring MFA for admin actions. If your tenant is older, it may not have these enabled.

Security Defaults are a reasonable starting point, but they are an all-or-nothing toggle. Once you are ready for more precise control, the better approach is to disable Security Defaults and build Conditional Access policies instead. Common policies worth implementing for small businesses include:

  • Require MFA for all users on all sign-ins.
  • Block sign-ins from countries where you do not operate.
  • Require compliant or Entra ID-joined devices for access to sensitive applications.
  • Block legacy authentication protocols such as IMAP, POP3, and basic auth SMTP, which cannot support MFA.

Legacy authentication blocking deserves particular attention. Many older email clients and some third-party applications still use basic authentication, which sends credentials in plain text and bypasses MFA entirely. Microsoft has been disabling these protocols at the platform level, but verifying that none of your users or systems rely on them is still a necessary step.


Protect Your Data: OneDrive, SharePoint, and Teams

Securing accounts and email is essential, but your data in OneDrive, SharePoint, and Teams also needs attention. Two areas come up most often for small businesses.

External Sharing Settings

By default, Microsoft 365 allows fairly broad external sharing. Users can share OneDrive files with anyone via a link, including people outside your organization. For most small businesses, this is more permissive than necessary.

In the SharePoint admin center, review the external sharing settings for both SharePoint and OneDrive. A reasonable baseline for most businesses is to allow sharing only with people who have an account in another Microsoft 365 organization, rather than with anyone who has a link. At minimum, disable “Anyone” links that do not require sign-in.

Microsoft Purview and Sensitivity Labels

If your business handles sensitive information such as client financial records, health information, legal documents, or employee data, sensitivity labels in Microsoft Purview let you classify and protect that content. Labels can encrypt documents, prevent forwarding, and apply watermarks. Business Premium includes access to basic sensitivity labeling without requiring an additional license upgrade.


Manage and Secure the Devices That Connect

An attacker who cannot get into your Microsoft 365 account directly may try to compromise one of the devices that has access to it. Managing and securing endpoints is a critical piece of the overall security picture.

Microsoft 365 Business Premium includes Microsoft Intune for device management and Microsoft Defender for Business for endpoint detection and response (EDR). Together, these give you:

  • The ability to enforce minimum security requirements on devices before allowing them to access company data, such as requiring a PIN, disk encryption, or an up-to-date operating system.
  • Antivirus and behavioral threat detection on Windows and Mac devices, with alerts and reporting in a centralized portal.
  • The ability to remotely wipe company data from a device if it is lost, stolen, or if an employee leaves.

For small businesses in the Westlake Village and Thousand Oaks area that rely on a mix of company-owned and employee-owned devices, Intune’s app protection policies offer a middle ground: you can enforce security on just the Microsoft 365 apps (Outlook, Teams, OneDrive) on a personal device without managing the entire device.


Monitor for Threats and Review Audit Logs

Even with strong preventive controls in place, monitoring matters. Attacks do get through, and the faster you detect unusual activity, the less damage results.

Microsoft 365 provides several monitoring tools worth enabling:

  • Microsoft Secure Score (in the Defender portal) gives you a numerical score based on your current security configuration and provides prioritized recommendations for improvement. It is a useful ongoing benchmark.
  • Audit logging should be enabled in the Microsoft Purview compliance portal. It captures a wide range of activity across Exchange, SharePoint, and Teams, and is essential for investigating incidents after the fact.
  • Sign-in logs in Microsoft Entra ID show you every login attempt, successful or failed, including location and device information. Reviewing these periodically for anomalies such as logins from unexpected countries is worthwhile.
  • Alert policies in the Defender portal allow you to receive email notifications when specific events occur, such as a mass file download, a forwarding rule being added to a mailbox, or multiple failed login attempts.
Watch for mailbox forwarding rules: One of the most common signs of a compromised Microsoft 365 account is a hidden forwarding rule that quietly sends copies of incoming email to an external address. Attackers set these up to monitor communications without the user noticing. Review the forwarding rules in your tenant regularly.

Put It All Together: A Practical Security Plan

The steps covered in this guide can feel like a lot to tackle at once. Here is a prioritized sequence that works well for most small businesses:

Action ItemPriorityLicense Required
Enable MFA for all users via Conditional AccessDo FirstBusiness Basic or higher
Block legacy authentication protocolsDo FirstBusiness Basic or higher
Create dedicated admin accounts with least privilegeDo FirstAny M365 plan
Configure SPF, DKIM, and DMARC recordsDo SoonAny M365 plan
Enable Safe Links and Safe AttachmentsDo SoonBusiness Premium
Enable audit loggingDo SoonBusiness Basic or higher
Review external sharing settingsOngoingAny M365 plan
Enroll devices in Intune and deploy Defender for BusinessOngoingBusiness Premium
Review Secure Score and sign-in logsOngoingBusiness Basic or higher

Microsoft 365 Business Premium is the license tier that brings together the full set of security tools described in this guide: Defender for Business, Intune, Defender for Office 365 Plan 1, Entra ID P1 for Conditional Access, and Microsoft Purview Information Protection. For most small businesses in Ventura County that handle any kind of sensitive client data, it represents the most cost-effective way to get enterprise-grade security tooling without enterprise-grade complexity.


Frequently Asked Questions

Is Microsoft 365 secure out of the box for a small business?
It is more secure than running your own email server, but it is not secure by default in the way many businesses assume. Several important protections such as DKIM signing, Safe Links, Safe Attachments, and audit logging are either disabled or require explicit configuration. The default settings are designed for broad compatibility, not maximum security. You need to actively configure the platform to get full protection.
What Microsoft 365 license do I need for the best security?
Microsoft 365 Business Premium gives small businesses the most complete security stack: it includes Conditional Access, Microsoft Defender for Business (EDR), Defender for Office 365 Plan 1 (Safe Links, Safe Attachments, anti-phishing), Microsoft Intune for device management, and Microsoft Purview for data protection. If budget is a constraint, Business Standard covers the core productivity apps but leaves out most of the security tooling.
How long does it take to properly secure a Microsoft 365 tenant?
For a small business with 10 to 40 users, the core hardening steps — MFA, Conditional Access, email authentication records, Safe Links and Attachments, and audit logging — typically take one to two days of focused work to configure properly. Device enrollment and policy rollout takes additional time depending on the number of devices involved. The configuration work is not overly complex, but getting the details right and testing before rolling out to all users matters.
Can a small business handle Microsoft 365 security on its own?
Some of the basic steps, like enabling MFA, are accessible to a non-technical business owner. The more advanced configurations, including Conditional Access policies, DKIM setup, Defender policy tuning, and Intune enrollment, involve enough technical complexity that mistakes can create security gaps or disrupt operations. Working with a managed IT provider ensures the configuration is done correctly and that someone is monitoring the environment on an ongoing basis.
What is the most common way Microsoft 365 accounts get hacked?
Phishing is by far the most common entry point. An employee receives a convincing email with a link to a fake Microsoft login page, enters their credentials, and the attacker captures them. Without MFA in place, that is all it takes to gain full access to the account. Business email compromise follows a similar pattern but often involves the attacker monitoring a compromised mailbox quietly for weeks before making a move, typically requesting a fraudulent wire transfer or vendor payment change.
Does securing Microsoft 365 protect against ransomware?
It significantly reduces your risk. Ransomware often enters through phishing emails, and the email security controls in this guide directly address that vector. Defender for Business on endpoints adds behavioral detection that can catch ransomware activity before it spreads. Microsoft 365’s versioning and recycle bin features also give you recovery options if files are encrypted, though they are not a substitute for a proper offline backup strategy.

The Bottom Line

Microsoft 365 gives small businesses access to the same foundational security tools that large enterprises rely on, but those tools do not configure themselves. The gap between a tenant that is set up thoughtfully and one that is running on defaults is significant, and attackers know it.

If you are a business in the Westlake Village, Thousand Oaks, Agoura Hills, or Calabasas area and you are not confident that your Microsoft 365 environment has been properly hardened, it is worth having someone take a look. Urban IT performs Microsoft 365 security assessments for local businesses and can identify the gaps in your current configuration, prioritize what to fix first, and handle the implementation. Reach out to Urban IT to get started.

Similar Posts