Reading time: 5 minutes

Summarise this article with your favourite AI:

Microsoft 365 has become the backbone of millions of businesses—from microbusinesses and small and medium-sized enterprises to large corporations—for collaborative work and IT security. Microsoft provides a robust cloud infrastructure and a very high level of service availability. However, security depends on the best practices implemented by each customer. So what are the key areas that companies often overlook in Microsoft 365? From configuration choices to internal policies, here are the aspects that should not be taken lightly.

The Principle of Shared Responsibility: Don’t Confuse Availability with Protection

In the cloud environment, Microsoft ensures the availability of the infrastructure, service continuity, and the physical security of its data centers. However, securing stored information, controlling user access, and actively backing up sensitive information are entirely the customer’s responsibility.

This shared responsibility model is often misunderstood. Many organizations assume that their Microsoft 365 subscription provides comprehensive, automatic protection. This confusion leavesthe company vulnerable to security breaches, accidental data deletion, or infiltrations that are difficult to detect.

In practice, malicious file deletion by an internal employee does not trigger any automatic alerts on Microsoft’s end. It is up to the organization to ensure detection, data recovery, and incident response. To supplement the native protections of Microsoft 365, integrating enterprise cybersecurity solutions has become essential.

Default Settings: The Pitfall of Factory Settings

A Microsoft 365 subscription that has been activated without prior hardening poses a potential security risk. Multi-factor authentication, for example, is not automatically enabled on all accounts.

Overly lenient password policies are another vulnerability. Without a robust password policy combined with multi-factor authentication, a compromised account can remain active for weeks without being detected. Brute-force and credential stuffing attacks directly exploit these configuration flaws.

To strengthen Microsoft 365 security, hardening the settings requires taking concrete actions:

  • Enabling multi-factor authentication for all accounts;
  • Restricting access based on location or device type;
  • Blocking obsolete authentication protocols.

Access and Identity Management: The Vulnerability of Poorly Monitored Accounts

Digital identity has become the primary focus of corporate security. However, user account management is frequently marred by oversights that pave the way for unjustified privilege escalations. Granting administrator rights to employees who do not need them multiplies the number of points of exposure in the event of a compromise.

Accounts belonging to former employees pose a risk that is often underestimated. An active account belonging to an employee who has left the organization remains a real security vulnerability. It can be reused for malicious purposes or exploited by third parties. Immediately revoking all access upon an employee’s departure is a basic measure that many organizations are slow to implement.

Regular review of administrator accounts is also essential. A periodic review of assigned permissions helps detect silent abuses:

  • Rights granted temporarily and never revoked;
  • Forgotten service accounts;
  • Users with access privileges that are disproportionate to their actual role.

Uncontrolled External Data Sharing: When Data Leaks Due to Omission

SharePoint, OneDrive, and Teams offer powerful sharing features. However, these collaborative tools can become a vector for data exfiltration when external sharing policies are not clearly defined. An anonymous public link shared by a colleague allows any third party to access potentially sensitive files or folders.

The lack of an expiration date on these links exacerbates the risk. A document shared for one-time use thus remains accessible indefinitely, without the company’s knowledge. In the context of corporate cybersecurity, this type of information leak is particularly difficult to trace after the fact.

The external sharing policy must be defined at the tenant level, with clear restrictions:

  • Sharing is limited to authorized domains;
  • Prohibition of anonymous links;
  • A fixed expiration time is set for all temporary access.

Without these settings, every employee unwittingly becomes a vulnerable link in the data protection chain.

The Lack of Third-Party Backups: The False Sense of Security Provided by the Microsoft Recycle Bin

The Microsoft 365 Recycle Bin provides temporary retention of deleted files, but this feature does not constitute a backup strategy. In the event of a ransomware attack, native recovery mechanisms may prove insufficient and are no substitute for a true, independent backup solution.

A compromised administrator can delete a large amount of data and damage recovery mechanisms if no independent backup is in place. Without a third-party backup solution, recovery may be very limited or even impossible, depending on the situation.

An external backup solution, separate from the Microsoft 365 environment, allows you to back up mailboxes, SharePoint files, and Teams data independently. This architecture enhances the organization’s resilience against incidents such as accidental deletion or cyberattacks.

Email Security: An Open Door to Phishing

Email remains the primary attack vector used to breach an information system. Targeted phishing and identity theft directly exploit email authentication vulnerabilities. Without properly configured SPF, DKIM, and DMARC protocols, anyone can send a message impersonating the company’s domain.

SPF (Sender Policy Framework) specifies the servers authorized to send emails on behalf of a given domain. DKIM (DomainKeys Identified Mail) adds a cryptographic signature to messages to ensure their integrity. DMARC, on the other hand, defines the action to be taken when an email fails these checks: quarantine or automatic rejection.

The absence or incorrect configuration of these protocols makes spoofing attacks easier. An employee may then receive a fraudulent email bearing the legitimate address of their manager or a business partner, without the email filter intercepting it. These targeted phishing campaigns frequently result in compromised accounts or unauthorized fund transfers.

Logging and Monitoring: A Common Blind Spot

Microsoft 365 audit logs record key tenant activities: sign-ins, setting changes, file access, and account deletions. These logs then make it possible to track actions performed in the Microsoft 365 environment. However, many companies do not enable this logging or never analyze its contents.

A connection from an unusual country or a large-scale file download outside of business hours are just a few examples of suspicious activity that often goes unnoticed. However, early detection of an intrusion depends directly on the regular analysis of this activity data.

Enabling unified audit logs is essential. Setting up automatic alerts for critical events allows you to respond before an incident spreads throughout the entire information system.

The Risk Posed by Third-Party Applications: The Rise of Shadow IT via OAuth

Microsoft 365 allows users to connect third-party applications to their accounts via the OAuth protocol, usually with just a few clicks. While this integration boosts productivity, it also results in an uncontrolled flow of permissions. As a result, an employee can grant an external application full access to their email, files, or contacts without approval from the IT team.

This phenomenon, known as “Shadow IT,” makes part of a company’s application portfolio completely invisible to administrators. A malicious or vulnerable application connected via OAuth can silently exfiltrate sensitive data without triggering any native security alerts. The theft or hijacking of OAuth tokens is a well-documented and rapidly growing attack technique.

To monitor these integrations, you must enable the application catalog in Microsoft Defender for Cloud Apps to identify, assess, and block non-compliant applications. Without this level of control, every OAuth authorization granted by a user can become an entry point for a covert infiltration of the information system.